lib32-sdl_sound
maintainer envolution
· 27 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is downloaded from the project's official domain (icculus.org), which is plausibly the project's own hosting; building from official project sources is normal AUR packaging, even if the host is not on a standard whitelist.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is downloaded from the project's official domain (icculus.org), which is plausibly the project's own hosting; building from official project sources is normal AUR packaging, even if the host is not on a standard whitelist.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:19
source=("http://icculus.org/SDL_sound/downloads/SDL_sound-$pkgver.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: envolution
2
# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
3
# Contributor: trya <tryagainprod@gmail.com>
4
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
5
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
6
# shellcheck shell=bash disable=SC2034,SC2154
7
8
pkgname=lib32-sdl_sound
9
pkgver=1.0.3
10
pkgrel=8
11
epoch=1
12
pkgdesc="A library to decode several popular sound file formats, such as .WAV and .MP3 (32 bit)"
13
arch=('x86_64')
14
url="http://icculus.org/SDL_sound/"
15
license=('LGPL')
16
depends=('lib32-sdl' 'lib32-libmikmod' 'libvorbis' 'lib32-flac' 'lib32-speex' 'lib32-smpeg'
17
'lib32-libmodplug' 'sdl_sound')
18
conflicts=(lib32-sdl12-compat) #this does not provide /usr/bin/sdl-config-32
19
source=("http://icculus.org/SDL_sound/downloads/SDL_sound-$pkgver.tar.gz")
20
sha256sums=('3999fd0bbb485289a52be14b2f68b571cb84e380cc43387eadf778f64c79e6df')
21
22
prepare() {
23
# renamed since physfs 2.1.1
24
sed 's/__EXPORT__/PHYSFS_DECL/g' -i SDL_sound-$pkgver/playsound/physfsrwops.h
25
}
26
27
build() {
28
cd SDL_sound-$pkgver
29
30
export CC="gcc -m32"
31
export CXX="g++ -m32"
32
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
33
export SDL_CONFIG=/usr/bin/sdl-config-32
34
export CPPFLAGS="$CPPFLAGS -I/usr/include/smpeg"
35
./configure --prefix=/usr --libdir=/usr/lib32 --with-sdl-prefix=/usr/lib32 --disable-static
36
make
37
}
38
39
package() {
40
cd SDL_sound-$pkgver
41
make DESTDIR="$pkgdir" install
42
# remove stuff already present in sdl_sound package
43
rm -rf "$pkgdir"/usr/{bin,include}
44
}
45
# vim:set ts=2 sw=2 et:
46
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |