qt6-pipewirespectrum-git
LOW
maintainer a_i
0 votes
scanned 2026-08-20 15:11:35.617252
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: Alex Indigo <iam@alexindigo.com>
2
3
pkgname=qt6-pipewirespectrum-git
4
_projname=pipewirespectrum
5
_release_ver=0.1.0.r0
6
pkgver=0.1.0.r0.g2c8cc6f
7
pkgrel=1
8
pkgdesc="PipeWire audio spectrum analyzer for QML — git master"
9
options=(!debug)
10
arch=('x86_64' 'aarch64')
11
url="https://github.com/alexindigo/pipewirespectrum"
12
license=('LGPL-3.0-only')
13
depends=('qt6-base' 'qt6-declarative' 'libpipewire')
14
makedepends=('cmake' 'git')
15
provides=('qt6-pipewirespectrum')
16
conflicts=('qt6-pipewirespectrum')
17
source=("${pkgname}::git+${url}.git")
18
sha256sums=('SKIP')
19
20
pkgver() {
21
cd "${srcdir}/${pkgname}"
22
local out
23
out=$(git describe --long --tags 2>/dev/null) || out=""
24
if [ -n "$out" ]; then
25
printf "%s" "$out" | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'
26
else
27
echo "${_release_ver}.g$(git rev-parse --short HEAD)"
28
fi
29
}
30
31
build() {
32
cmake -B build -S "${srcdir}/${pkgname}" \
33
-DCMAKE_BUILD_TYPE=Release \
34
-DCMAKE_SKIP_RPATH=ON \
35
-DCMAKE_INSTALL_PREFIX=/usr
36
cmake --build build
37
}
38
39
package() {
40
DESTDIR="${pkgdir}" cmake --install build
41
}
42
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 15:11:35 | Low | 1 |