viizeymix

LOW
maintainer PetLucy 0 votes scanned 2026-09-19 17:30:41.880415
View on AUR
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>
2pkgname=viizeymix
3pkgver=0.7.3
4pkgrel=1
5pkgdesc='VoiceMeeter-style PipeWire mixer, router, and IntelliPan processor'
6arch=('x86_64')
7url='https://github.com/PetLucy/ViiZeyMix'
8license=('GPL-3.0-or-later')
9depends=(
10 'python'
11 'pyside6'
12 'pipewire'
13 'libpipewire'
14 'wireplumber'
15 'pipewire-pulse'
16 'libpulse'
17)
18makedepends=('meson' 'ninja' 'pkgconf')
19source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
20sha256sums=('cf085c7c3d8b0ab34810a34e912144ec36aad6bef85b000db1ef9ba1a05a70cc')
21
22build() {
23 arch-meson "ViiZeyMix-$pkgver" build
24 meson compile -C build
25}
26
27check() {
28 meson test -C build --print-errorlogs
29 python -m unittest discover -s "ViiZeyMix-$pkgver/tests" -p 'test_*.py' -v
30}
31
32package() {
33 meson install -C build --destdir "$pkgdir"
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-09-19 17:30:41 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion