sonic-pipewire

LOW
maintainer sonicde-buildbot 0 votes scanned 2026-08-31 17:46:09.540886
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: callmetango
2# Contributor: Antonio Rojas <arojas@archlinux.org>
3
4pkgname=sonic-pipewire
5pkgver=6.7.4
6pkgrel=1
7pkgdesc='X11-focused PipeWire components for SonicDE'
8arch=(x86_64)
9url='https://github.com/Sonic-DE/sonic-pipewire'
10license=(LGPL-2.0-or-later)
11depends=(ffmpeg
12 glibc
13 libdrm
14 libepoxy
15 libgcc
16 libpipewire
17 libstdc++
18 libva
19 mesa
20 qt6-base
21 qt6-declarative
22 sonic-frameworks-core-addons)
23makedepends=(ki18n
24 sonic-frameworks-cmake-modules)
25provides=(kpipewire)
26conflicts=(kpipewire)
27groups=(sonicde)
28source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
29sha256sums=('7dada2803e10501af8b64eff16048409fc346b9883a8f58042e135341afc6558')
30
31build() {
32 cmake -B build -S $pkgname-$pkgver \
33 -DBUILD_TESTING=OFF
34 cmake --build build
35}
36
37package() {
38 DESTDIR="$pkgdir" cmake --install build
39}
40

Scan history

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