lib32-twolame

LOW
maintainer orphaned 0 votes scanned 2026-08-23 13:20:29.873780
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: David Runge <dave@sleepmap.de>
2# Contributor: Giovanni Scafora <giovanni@archlinux.org>
3# Contributor: farid abdelnour <farid at atelier-labs.org>
4# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.org>
5
6pkgname=lib32-twolame
7pkgver=0.4.0
8pkgrel=3
9pkgdesc="An optimized MPEG Audio Layer 2 (MP2) encoder (32-bit)"
10arch=('x86_64')
11url="http://www.twolame.org/"
12license=('LGPL')
13depends=('lib32-glibc' 'twolame')
14makedepends=('lib32-libsndfile')
15provides=('libtwolame.so')
16source=("https://github.com/njh/twolame/releases/download/${pkgver}/twolame-${pkgver}.tar.gz")
17sha512sums=('cc594bc8d2322922280f915a3c0aa52540cca0350d6498bc96f3f60fd6e53f951e775ea015a44bdb29ec883b46b31a0e5483f6a5c188b02e30008289273c7d03')
18
19build() {
20 export CC="gcc -m32"
21 export CXX="g++ -m32"
22 export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
23
24 cd twolame-${pkgver}
25
26 ./configure --prefix=/usr \
27 --libdir=/usr/lib32 \
28 --disable-static
29 make
30}
31
32package() {
33 cd twolame-${pkgver}
34
35 make DESTDIR="${pkgdir}" install
36
37 rm -rf "${pkgdir}"/usr/{include,share,bin}
38}
39

Scan history

Scanned at (UTC)SeverityRules
2026-08-23 13: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