lib32-sdl2_mixer
LOW
maintainer orphaned
0 votes
scanned 2026-08-23 11:20:29.798052
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: Maxime Gauduin <alucryd@archlinux.org>
2
# Contributor: carstene1ns <arch.carsten@teibes.de>
3
# Contributor: Jameson Pugh <imntreal@gmail.com>
4
# Contributor: Sven-Hendrik Haase <svenstaro@archlinux.org>
5
6
pkgname=lib32-sdl2_mixer
7
pkgver=2.8.2
8
pkgrel=1
9
pkgdesc='A simple multi-channel audio mixer (Version 2)'
10
arch=(x86_64)
11
url=https://github.com/libsdl-org/SDL_mixer
12
license=(MIT)
13
depends=(
14
lib32-gcc-libs
15
lib32-flac
16
lib32-glibc
17
lib32-libmodplug
18
lib32-libvorbis
19
lib32-mpg123
20
lib32-sdl2
21
sdl2_mixer
22
)
23
makedepends=(
24
git
25
lib32-fluidsynth
26
)
27
optdepends=('lib32-fluidsynth: MIDI software synth, replaces built-in timidity')
28
source=("https://github.com/libsdl-org/SDL_mixer/releases/download/release-${pkgver}/SDL2_mixer-${pkgver}.tar.gz"{,.sig})
29
sha512sums=('9ea190a3e5a0dc3fc9c5a1d0b8aef4af7243559060c8c6d10b0da0defdafd8e78d584ad5ffc88d2e841cdf6886781f77e86b5c95abce6468ed877b372a57747b'
30
'SKIP')
31
validpgpkeys=('0900104363B4C9D4223DE149D913FE7D4B61D39B') # Sam Lantinga
32
33
build() {
34
cd "${srcdir}/SDL2_mixer-${pkgver}/"
35
36
export CC='gcc -m32'
37
export CXX='g++ -m32'
38
export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
39
./configure \
40
--prefix=/usr \
41
--libdir=/usr/lib32 \
42
--disable-static
43
make
44
}
45
46
package() {
47
cd "${srcdir}/SDL2_mixer-${pkgver}/"
48
49
make DESTDIR="${pkgdir}" install
50
rm -rf "${pkgdir}"/usr/include
51
52
install -dm 755 "${pkgdir}"/usr/share/licenses
53
ln -s sdl2_mixer "${pkgdir}"/usr/share/licenses/lib32-sdl2_mixer
54
}
55
56
# vim: ts=2 sw=2 et:
57
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 11:20:29 | Low | 1 |