openxlr-yabridge

LOW
maintainer emaspa 0 votes scanned 2026-09-08 15:17:32.240420
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: Emanuele Sparvoli <sparvoli@gmail.com>
2pkgname=openxlr-yabridge
3pkgver=5.1.1.54
4pkgrel=1
5pkgdesc="Tested Windows plugin bridge for OpenXLR, with the Wine editor input fix"
6arch=('x86_64')
7url="https://github.com/emaspa/openxlr"
8license=('GPL-3.0-only' 'GPL-3.0-or-later')
9depends=('wine' 'gcc-libs' 'glibc' 'libxcb' 'dbus')
10makedepends=('meson' 'ninja' 'cmake' 'pkgconf' 'python' 'rust')
11optdepends=('openxlr: the mixer that uses this bridge')
12options=('!strip' '!debug' '!lto')
13source=("https://github.com/emaspa/openxlr/releases/download/v0.1.30/openxlr-yabridge-${pkgver}-source.tar.xz")
14sha256sums=('3932a10d729092f5c1cbc24af6ef42ae7cd03daf654be8a34feeb162dc954fa7')
15
16build() {
17 cd "$srcdir/${pkgname}-${pkgver}"
18 python3 openxlr-packaging/build.py build \
19 --source "$srcdir/${pkgname}-${pkgver}" \
20 --output "$srcdir/build" \
21 --jobs "$(nproc)"
22}
23
24package() {
25 cd "$srcdir/${pkgname}-${pkgver}"
26 python3 openxlr-packaging/build.py stage \
27 --source "$srcdir/${pkgname}-${pkgver}" \
28 --output "$srcdir/build" \
29 --destdir "$pkgdir" \
30 --prefix /usr
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-09-08 15:17:32 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