lib32-libid3tag
MEDIUM
maintainer Damgaldor
1 votes
scanned 2026-09-01 15:48:43.798595
Why flagged
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
Triggered rules
Medium
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Felix Yan <felixonmars@archlinux.org>
2
# Contributor: dorphell <dorphell@archlinux.org>
3
# Contributor: GordonGR <gordongr@freemail.gr>
4
5
pkgname="lib32-libid3tag"
6
_pkgname="libid3tag"
7
pkgver=0.16.3
8
pkgrel=1
9
pkgdesc="library for id3 tagging, lib32."
10
arch=('x86_64')
11
url="https://www.underbit.com/products/mad/"
12
license=('GPL')
13
depends=('lib32-zlib' "${_pkgname}")
14
makedepends=('gperf' 'cmake')
15
source=($_pkgname-$pkgver::https://codeberg.org/tenacityteam/libid3tag/archive/$pkgver.tar.gz)
16
md5sums=('77250d3e316e9fcb8eb3560565e59a07')
17
sha256sums=('0561009778513a95d91dac33cee8418d6622f710450a7cb56a74636d53b588cb')
18
19
build() {
20
export CC="gcc -m32"
21
export CXX="g++ -m32"
22
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
23
cmake -B build -S $_pkgname \
24
-DCMAKE_INSTALL_PREFIX=/usr \
25
-DCMAKE_INSTALL_LIBDIR=lib32 \
26
-W no-dev
27
cmake --build build
28
}
29
30
package() {
31
DESTDIR="${pkgdir}" cmake --install build
32
rm -rf "${pkgdir}/usr/include"
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-01 15:48:43 | Medium | 1 |
| 2026-08-31 00:19:57 | Clean | 2 |
| 2026-08-30 23:44:22 | Medium | 1 |
| 2026-08-17 00:18:29 | Clean | 2 |
| 2026-08-16 21:33:47 | Low | 1 |