lib32-smpeg

LOW
maintainer orphaned 0 votes scanned 2026-08-23 11:20:29.798052
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: 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
9pkgname=lib32-smpeg
10pkgver=2.0.0
11pkgrel=2
12pkgdesc='SDL MPEG Player Library'
13arch=(x86_64)
14url=https://icculus.org/smpeg/
15license=(LGPL)
16depends=(
17 lib32-gcc-libs
18 lib32-glibc
19 lib32-sdl2
20 smpeg
21)
22makedepends=(
23 git
24 lib32-glu
25 lib32-mesa
26)
27_tag=62aafbc4ee032c1e9ef02ac8bf98b908c5af62ea
28source=(git+https://github.com/icculus/smpeg.git#tag=${_tag})
29b2sums=(SKIP)
30
31prepare() {
32 cd smpeg
33 ./autogen.sh
34}
35
36pkgver() {
37 cd smpeg
38 git describe --tags | sed 's/^release_//; s/_/./g'
39}
40
41build() {
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
54package() {
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)SeverityRules
2026-08-23 11:20:29 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