viizeymix
LOW
maintainer PetLucy
0 votes
scanned 2026-09-19 17:30:41.880415
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Lucy <https://github.com/PetLucy>
2
pkgname=viizeymix
3
pkgver=0.7.3
4
pkgrel=1
5
pkgdesc='VoiceMeeter-style PipeWire mixer, router, and IntelliPan processor'
6
arch=('x86_64')
7
url='https://github.com/PetLucy/ViiZeyMix'
8
license=('GPL-3.0-or-later')
9
depends=(
10
'python'
11
'pyside6'
12
'pipewire'
13
'libpipewire'
14
'wireplumber'
15
'pipewire-pulse'
16
'libpulse'
17
)
18
makedepends=('meson' 'ninja' 'pkgconf')
19
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
20
sha256sums=('cf085c7c3d8b0ab34810a34e912144ec36aad6bef85b000db1ef9ba1a05a70cc')
21
22
build() {
23
arch-meson "ViiZeyMix-$pkgver" build
24
meson compile -C build
25
}
26
27
check() {
28
meson test -C build --print-errorlogs
29
python -m unittest discover -s "ViiZeyMix-$pkgver/tests" -p 'test_*.py' -v
30
}
31
32
package() {
33
meson install -C build --destdir "$pkgdir"
34
}
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-19 17:30:41 | Low | 1 |