broadcast-gui-git
LOW
maintainer londospark
0 votes
scanned 2026-08-31 17:46:09.540886
Why flagged
The package builds from source hosted on GitHub under the project's own repository; the low severity is due to few votes and recent upload, not malicious content.
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.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from source hosted on GitHub under the project's own repository; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: Gareth Hubball <ridecar2@gmail.com>
2
pkgname=broadcast-gui-git
3
pkgver=0.5.1.r0.g0000000
4
pkgrel=1
5
pkgdesc="GTK4 GUI for AI-powered per-application noise suppression on PipeWire (git version)"
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
makedepends=('cargo' 'git')
11
provides=('broadcast-gui')
12
conflicts=('broadcast-gui' 'broadcast-gui-bin')
13
source=("$pkgname::git+https://github.com/londospark/broadcast.git")
14
sha256sums=('SKIP')
15
16
pkgver() {
17
cd "$pkgname"
18
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'
19
}
20
21
prepare() {
22
cd "$pkgname"
23
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
24
}
25
26
build() {
27
cd "$pkgname"
28
export RUSTUP_TOOLCHAIN=stable
29
export CARGO_TARGET_DIR=target
30
cargo build --frozen --release -p broadcast-gui
31
}
32
33
package() {
34
cd "$pkgname"
35
install -Dm755 target/release/broadcast-gui "$pkgdir/usr/bin/broadcast-gui"
36
install -Dm644 broadcast-gui.desktop "$pkgdir/usr/share/applications/broadcast-gui.desktop"
37
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
38
}
39
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 17:46:09 | Low | 2 |