broadcast-gui-bin
LOW
maintainer londospark
0 votes
scanned 2026-08-31 17:46:09.540886
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: Gareth Hubball <ridecar2@gmail.com>
2
pkgname=broadcast-gui-bin
3
pkgver=0.5.1
4
pkgrel=1
5
pkgdesc="GTK4 GUI for AI-powered per-application noise suppression on PipeWire (pre-built binary)"
6
arch=('x86_64')
7
url="https://github.com/londospark/broadcast"
8
license=('GPL-3.0-or-later')
9
depends=('pipewire' 'pipewire-pulse' 'gtk4' 'libadwaita' 'gtk4-layer-shell')
10
provides=('broadcast-gui')
11
conflicts=('broadcast-gui' 'broadcast-gui-git')
12
source=("https://github.com/londospark/broadcast/releases/download/v${pkgver}/broadcast-gui"
13
"https://raw.githubusercontent.com/londospark/broadcast/v${pkgver}/broadcast-gui.desktop"
14
"https://raw.githubusercontent.com/londospark/broadcast/v${pkgver}/LICENSE")
15
sha256sums=('3babcd94d51eb568cf0e6f9a0e668fad5b8d24af93bf4fcb1a7a8b956f162d1c'
16
'7a6ffbf0826c1d618f86c3da987c828c8f7be47f96eab5d4f8aa29990b29ca97'
17
'3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986')
18
19
package() {
20
install -Dm755 "$srcdir/broadcast-gui" "$pkgdir/usr/bin/broadcast-gui"
21
install -Dm644 "$srcdir/broadcast-gui.desktop" "$pkgdir/usr/share/applications/broadcast-gui.desktop"
22
install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
23
}
24
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 17:46:09 | Low | 1 |