qt6-pipewirespectrum

LOW
maintainer a_i 0 votes scanned 2026-08-20 15:11:35.617252
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: Alex Indigo <iam@alexindigo.com>
2
3pkgname=qt6-pipewirespectrum
4_projname=pipewirespectrum
5pkgver=0.1.0
6pkgrel=1
7pkgdesc="PipeWire audio spectrum analyzer for QML"
8arch=('x86_64' 'aarch64')
9url="https://github.com/alexindigo/pipewirespectrum"
10license=('LGPL-3.0-only')
11depends=('qt6-base' 'qt6-declarative' 'libpipewire')
12makedepends=('cmake')
13options=(!debug)
14conflicts=('qt6-pipewirespectrum-git')
15source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
16sha256sums=('9c1be44521c2386f7a2190e6ca07b9eec692c4ed765faa29331ea4815d080544')
17
18build() {
19 cmake -B build -S "${srcdir}/${_projname}-${pkgver}" \
20 -DCMAKE_BUILD_TYPE=Release \
21 -DCMAKE_SKIP_RPATH=ON \
22 -DCMAKE_INSTALL_PREFIX=/usr
23 cmake --build build
24}
25
26package() {
27 DESTDIR="${pkgdir}" cmake --install build
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-08-20 15:11:35 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