lib32-mpg123
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: Sven-Hendrik Haase <svenstaro@archlinux.org>
2
# Contributor: Hugo Doria <hugo@archlinux.org>
3
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
4
5
pkgname=lib32-mpg123
6
pkgver=1.33.7
7
pkgrel=1
8
pkgdesc='Console based real time MPEG Audio Player for Layer 1, 2 and 3 (32-bit)'
9
url='https://mpg123.de/'
10
arch=('x86_64')
11
license=('LGPL-2.1-only')
12
depends=('lib32-alsa-lib' 'mpg123')
13
makedepends=('lib32-sdl2' 'lib32-jack2' 'lib32-libpulse')
14
optdepends=(
15
'lib32-sdl2: for sdl audio support'
16
'lib32-jack: for jack audio support'
17
'lib32-libpulse: for pulse audio support'
18
)
19
provides=(lib{mpg,out,syn}123.so)
20
source=(https://downloads.sourceforge.net/sourceforge/mpg123/mpg123-${pkgver}.tar.bz2{,.sig})
21
sha512sums=('694743802bb7be0f4a39bf62e681ae0bfed769cb87dc6c5b6fb5f9245966631efb5c5b9bd58588f7af55ced5d020f97c8a54993e71b5295bc45ebd152473f40e'
22
'SKIP')
23
validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
24
25
build() {
26
cd mpg123-${pkgver}
27
28
export CC="gcc -m32"
29
export CXX="g++ -m32"
30
export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
31
32
./configure \
33
--build="$CHOST" \
34
--host=i686-pc-linux-gnu \
35
--prefix=/usr \
36
--libdir=/usr/lib32 \
37
--enable-int-quality \
38
--with-audio="alsa oss sdl jack pulse"
39
# https://bugzilla.gnome.org/show_bug.cgi?id=655517
40
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
41
make
42
}
43
44
package() {
45
cd mpg123-${pkgver}
46
make DESTDIR="${pkgdir}" install
47
rm -r "${pkgdir}"/usr/{include,share,bin}
48
}
49
50
# vim:set sw=2 sts=-1 et:
51
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 11:20:29 | Low | 1 |