sonic-pipewire
LOW
maintainer sonicde-buildbot
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: callmetango
2
# Contributor: Antonio Rojas <arojas@archlinux.org>
3
4
pkgname=sonic-pipewire
5
pkgver=6.7.4
6
pkgrel=1
7
pkgdesc='X11-focused PipeWire components for SonicDE'
8
arch=(x86_64)
9
url='https://github.com/Sonic-DE/sonic-pipewire'
10
license=(LGPL-2.0-or-later)
11
depends=(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)
23
makedepends=(ki18n
24
sonic-frameworks-cmake-modules)
25
provides=(kpipewire)
26
conflicts=(kpipewire)
27
groups=(sonicde)
28
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
29
sha256sums=('7dada2803e10501af8b64eff16048409fc346b9883a8f58042e135341afc6558')
30
31
build() {
32
cmake -B build -S $pkgname-$pkgver \
33
-DBUILD_TESTING=OFF
34
cmake --build build
35
}
36
37
package() {
38
DESTDIR="$pkgdir" cmake --install build
39
}
40
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 17:46:09 | Low | 1 |