libreplaygain-svn
musepack-tools-svn
scanned 2026-09-17 00:27:14.276658
The package builds from source using SVN repositories hosted on the project's official domain (svn.musepack.net), which is plausibly the project's own infrastructure; despite non-whitelisted host and skipped checksums, this is a normal AUR packaging pattern for SVN builds and does not involve executing untrusted prebuilt binaries or remote code.
Triggered rules
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 package builds from source using SVN repositories hosted on the project's official domain (svn.musepack.net), which is plausibly the project's own infrastructure; despite non-whitelisted host and skipped checksums, this is a normal AUR packaging pattern for SVN builds and does not involve executing untrusted prebuilt binaries or remote code.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:19
source=('libreplaygain::svn+http://svn.musepack.net/libreplaygain'
PKGBUILD
1 offending line(s) highlighted# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgbase=musepack-tools-svn
pkgname=('libreplaygain-svn'
'libmpcdec-svn'
'musepack-tools-svn'
)
pkgver=495
pkgrel=1
pkgdesc="Musepack sv8 decoder/encoder tools and libs (SVN Version)"
arch=('x86_64')
url='http://www.musepack.net'
license=('LGPL')
makedepends=('subversion'
'cmake'
'glibc'
'libcue'
)
source=('libreplaygain::svn+http://svn.musepack.net/libreplaygain'
'libmpc::svn+http://svn.musepack.net/libmpc/trunk'
'cuetools_to_cue_mpcchap.patch'
)
sha256sums=('SKIP'
'SKIP'
'SKIP'
)
pkgver() {
cd libmpc
echo "$(svnversion)"
}
prepare() {
mkdir -p build-{libreplaygain,libmpc}
}
build() {
cd "${srcdir}/build-libreplaygain"
cmake ../libreplaygain \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
make
cd "${srcdir}/libmpc/mpcchap"
patch -p1 -i "${srcdir}/cuetools_to_cue_mpcchap.patch"
cd "${srcdir}/build-libmpc"
cmake ../libmpc \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DREPLAY_GAIN_LIBRARY:FILEPATH="${srcdir}/build-libreplaygain/src/libreplaygain.so" \
-DCUEFILE_LIBRARY:FILEPATH=/usr/lib/libcue.so \
-DCUEFILE_INCLUDE_DIR:FILEPATH=/usr/include/libcue
make
}
package_libreplaygain-svn() {
pkgdesc="A library to adjust audio gain. (SVN Version)"
depends=('glibc')
provides=('libreplaygain' 'libreplaygain.so')
conflicts=('libreplaygain')
make -C build-libreplaygain DESTDIR="${pkgdir}" install
(cd libreplaygain/include/replaygain; for i in $(find . -type f); do install -Dm644 "${i}" "${pkgdir}/usr/include/replaygain/${i}"; done)
}
package_libmpcdec-svn(){
pkgdesc="Musepack decoder/encoder lib. (SVN Version)"
provides=('libmpcdec' 'libmpcdec.so')
conflicts=('libmpcdec')
depends=('glibc')
optdepends=('libcue: for Musepack (MPC) sv8 chapter editor'
'libreplaygain-svn: for Musepack (MPC) ReplayGain calculator')
make -C build-libmpc DESTDIR="${pkgdir}" install
rm -fr "${pkgdir}/usr/bin"
}
package_musepack-tools-svn() {
pkgdesc="Musepack decoder/encoder tools. (SVN Version)"
provides=('musepack-tools')
conflicts=('musepack-tools')
depends=('glibc'
'libmpcdec-svn'
)
optdepends=('libcue: for Musepack (MPC) sv8 chapter editor'
'libreplaygain-svn: for Musepack (MPC) ReplayGain calculator')
make -C build-libmpc DESTDIR="${pkgdir}" install
rm -fr "${pkgdir}/usr/include"
rm -fr "${pkgdir}/usr/lib"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |