mingw-w64-taglib
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source URLs point to legitimate project infrastructure (github.io, github.com, raw.githubusercontent.com) used by the TagLib project; the patches are from trusted contributors and the main source is the official release tarball, making this a standard build with low risk despite the static analyzer flag.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source URLs point to legitimate project infrastructure (github.io, github.com, raw.githubusercontent.com) used by the TagLib project; the patches are from trusted contributors and the main source is the official release tarball, making this a standard build with low risk despite the static analyzer flag.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:21
source=("https://taglib.github.io/releases/$_pkgname-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# $Id$
2
# Maintainer: Fernando Fernandez <fernando@softwareperonista.com.ar>
3
# Contributor: Antonio Rojas <arojas@archlinux.org>
4
# Contributor: Tom Gundersen <teg@jklm.no>
5
# Contributor: Ike Devolder <ike.devolder@gmail.com>
6
# Contributor: Andrea Scarpino <andrea@archlinux.org>
7
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
8
9
_pkgname=taglib
10
_prefix=mingw-w64
11
pkgname=${_prefix}-${_pkgname}
12
pkgver=1.11.1
13
pkgrel=1
14
pkgdesc="A Library for reading and editing the meta-data of several popular audio formats"
15
arch=('x86_64')
16
url="https://taglib.github.io/"
17
license=(LGPL MPL)
18
depends=("${_prefix}-zlib" "${_prefix}-crt" "${_prefix}-cppunit")
19
makedepends=("${_prefix}-cmake" "${_prefix}-boost")
20
options=(staticlibs !buildflags !strip)
21
source=("https://taglib.github.io/releases/$_pkgname-$pkgver.tar.gz"
22
taglib-ogg-corruption.patch::"https://github.com/taglib/taglib/commit/9336c82d.patch"
23
fix-finding-cppunit.patch::"https://raw.githubusercontent.com/msys2/MINGW-packages/master/mingw-w64-taglib/fix-finding-cppunit.patch")
24
sha256sums=('b6d1a5a610aae6ff39d93de5efd0fdc787aa9e9dc1e7026fa4c961b26563526b'
25
'bf15f9d99263ca9e3cd96ee16dbfe38ca02932a0e8e2d77696d7188679bda272'
26
'460e2dd83e6233145e4980a4c63a400e9e8297980e3cfae910dadefa2475e7d0')
27
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
28
29
prepare() {
30
mkdir -p build
31
32
cd $_pkgname-$pkgver
33
patch -p1 -i ../taglib-ogg-corruption.patch # Fix occasional OGG file corruption
34
patch -p1 -i ../fix-finding-cppunit.patch
35
}
36
37
build() {
38
cd "${_pkgname}-${pkgver}"
39
for _arch in ${_architectures}; do
40
mkdir -p build-${_arch} && pushd build-${_arch}
41
${_arch}-cmake ../ \
42
-DBUILD_SHARED_LIBS=ON \
43
-DWITH_MP4=ON \
44
-DWITH_ASF=ON
45
make
46
popd
47
done
48
}
49
50
package() {
51
for _arch in ${_architectures}; do
52
cd "${srcdir}/${_pkgname}-${pkgver}/build-${_arch}"
53
make DESTDIR="$pkgdir" install
54
${_arch}-strip --strip-unneeded "$pkgdir"/usr/${_arch}/bin/*.dll
55
${_arch}-strip -g "$pkgdir"/usr/${_arch}/lib/*.a
56
done
57
}
58
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |