lib32-smpeg
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: Llewelyn Trahaearn <WoefulDerelict@gmail.com>
3
# Contributor: Claudio Kozicky <claudiokozicky@gmail.com>
4
# Contributor: Celti <celticmadman@gmail.com>
5
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
6
# Contributor: Eric Belanger <eric@archlinux.org>
7
# Contributor: Jan de Groot <jgc@archlinux.org>
8
9
pkgname=lib32-smpeg
10
pkgver=2.0.0
11
pkgrel=2
12
pkgdesc='SDL MPEG Player Library'
13
arch=(x86_64)
14
url=https://icculus.org/smpeg/
15
license=(LGPL)
16
depends=(
17
lib32-gcc-libs
18
lib32-glibc
19
lib32-sdl2
20
smpeg
21
)
22
makedepends=(
23
git
24
lib32-glu
25
lib32-mesa
26
)
27
_tag=62aafbc4ee032c1e9ef02ac8bf98b908c5af62ea
28
source=(git+https://github.com/icculus/smpeg.git#tag=${_tag})
29
b2sums=(SKIP)
30
31
prepare() {
32
cd smpeg
33
./autogen.sh
34
}
35
36
pkgver() {
37
cd smpeg
38
git describe --tags | sed 's/^release_//; s/_/./g'
39
}
40
41
build() {
42
cd smpeg
43
export CC='gcc -m32'
44
export CXX='g++ -m32 -std=gnu++03'
45
export CFLAGS+=' -Wno-format-security -Wno-narrowing'
46
export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
47
./configure \
48
--prefix=/usr \
49
--libdir=/usr/lib32 \
50
--disable-static
51
make
52
}
53
54
package() {
55
cd smpeg
56
make DESTDIR="${pkgdir}" install
57
rm -r "${pkgdir}/usr/"{bin,include,share}
58
}
59
60
# vim: ts=2 sw=2 et:
61
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 11:20:29 | Low | 1 |