steamdeck-dsp
maintainer L1bT0rch
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package builds from a public Git repository with a SKIP'd checksum, but sources are from a plausible project-owned host (GitHub) and it is a normal build of the project's own code, not an unverifiable binary.
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 a public Git repository with a SKIP'd checksum, but sources are from a plausible project-owned host (GitHub) and it is a normal build of the project's own code, not an unverifiable binary.
PKGBUILD
1
# Maintainer: L1bT0rch <L1bT0rch@proton.me>
2
# Contributor: Ethan Geller (ethang@valvesoftware.com)
3
4
pkgname=steamdeck-dsp
5
_srctag=1.00
6
pkgver=${_srctag#galileo-}
7
pkgrel=1
8
arch=(x86_64)
9
url="https://github.com/evlav/valve-hardware-audio-processing"
10
pkgdesc="Steamdeck Audio Processing"
11
license=('GPL-2.0-or-later')
12
depends=('pipewire' 'pipewire-audio' 'noisetorch')
13
makedepends=('git' 'faust' 'ladspa' 'lv2' 'boost' 'linux-api-headers' 'qt5-base')
14
install="${pkgname}.install"
15
source=("git+https://github.com/evlav/valve-hardware-audio-processing.git#tag=$_srctag")
16
sha512sums=('SKIP')
17
18
build() {
19
cd valve-hardware-audio-processing
20
make FAUSTINC="/usr/include/faust" FAUSTLIB="/usr/share/faust"
21
}
22
23
package() {
24
cd valve-hardware-audio-processing
25
make DEST_DIR="$pkgdir/" install
26
}
27
Changes since previous scan
--- PKGBUILD @ 2026-08-13 00:17+++ PKGBUILD @ 2026-08-18 00:03@@ -1,18 +1,19 @@-# Maintainer Ethan Geller (ethang@valvesoftware.com)+# Maintainer: L1bT0rch <L1bT0rch@proton.me>+# Contributor: Ethan Geller (ethang@valvesoftware.com) pkgname=steamdeck-dsp-_srctag=0.99+_srctag=1.00 pkgver=${_srctag#galileo-}-pkgrel=2-arch=('any')-url=""+pkgrel=1+arch=(x86_64)+url="https://github.com/evlav/valve-hardware-audio-processing" pkgdesc="Steamdeck Audio Processing"-license=('Proprietary')+license=('GPL-2.0-or-later') depends=('pipewire' 'pipewire-audio' 'noisetorch')-makedepends=('git' 'openssh' 'base-devel' 'glibc' 'faust' 'ladspa' 'lv2' 'boost' 'linux-api-headers' 'qt5-base')+makedepends=('git' 'faust' 'ladspa' 'lv2' 'boost' 'linux-api-headers' 'qt5-base') install="${pkgname}.install" source=("git+https://github.com/evlav/valve-hardware-audio-processing.git#tag=$_srctag")-sha512sums=('90eecbb45d5617adbb507d553e9095517d1541c888c1a0bad26d228cd7fcdd077d3e46506153cd9f3f371f44fdbe7d39a63a4faf43f731862601f15be23bddbc')+sha512sums=('SKIP') build() { cd valve-hardware-audio-processingScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 05:30:14 | LOW | 2 |
| 2026-08-13 00:17:07 | CLEAN | 2 |
| 2026-08-12 05:22:53 | LOW | 1 |
| 2026-08-12 00:27:08 | CLEAN | 2 |
| 2026-08-11 15:21:23 | LOW | 1 |