openxlr-yabridge
LOW
maintainer emaspa
0 votes
scanned 2026-09-08 15:17:32.240420
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>
2
pkgname=openxlr-yabridge
3
pkgver=5.1.1.54
4
pkgrel=1
5
pkgdesc="Tested Windows plugin bridge for OpenXLR, with the Wine editor input fix"
6
arch=('x86_64')
7
url="https://github.com/emaspa/openxlr"
8
license=('GPL-3.0-only' 'GPL-3.0-or-later')
9
depends=('wine' 'gcc-libs' 'glibc' 'libxcb' 'dbus')
10
makedepends=('meson' 'ninja' 'cmake' 'pkgconf' 'python' 'rust')
11
optdepends=('openxlr: the mixer that uses this bridge')
12
options=('!strip' '!debug' '!lto')
13
source=("https://github.com/emaspa/openxlr/releases/download/v0.1.30/openxlr-yabridge-${pkgver}-source.tar.xz")
14
sha256sums=('3932a10d729092f5c1cbc24af6ef42ae7cd03daf654be8a34feeb162dc954fa7')
15
16
build() {
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
24
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-08 15:17:32 | Low | 1 |