mpg123-extras: update to 1.33.5

This commit is contained in:
dogknowsnx
2026-04-26 17:09:47 +02:00
committed by Duncan Overbruck
parent 34e3b805f6
commit 9f3763f24f
+7 -2
View File
@@ -1,7 +1,7 @@
# Template file for 'mpg123-extras'
# Sync with mpg123
pkgname=mpg123-extras
version=1.33.4
version=1.33.5
revision=1
build_style=gnu-configure
# --with-cpu not necessary, upstream detects features correctly
@@ -16,7 +16,7 @@ license="LGPL-2.1-only"
homepage="https://www.mpg123.org/"
changelog="https://www.mpg123.de/trunk/NEWS"
distfiles="https://www.mpg123.org/download/mpg123-${version}.tar.bz2"
checksum=3ae8c9ff80a97bfc0e22e89fbcd74687eca4fc1db315b12607f27f01cb5a47d9
checksum=0d7ebc8da0aff3ca383c8c6b5a6adbe402ee5bb256685b8c5499f3a739f9d6dd
# Restrict extras to the same matching version, ignore revision
_depends="libmpg123>=${version}_1<=${version}_9999"
@@ -25,6 +25,11 @@ if [ "$XBPS_TARGET_LIBC" = musl ]; then
configure_args+=" --disable-lfs-alias"
fi
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
# https://sourceforge.net/p/mpg123/bugs/385
configure_args+=" --disable-largefile"
fi
post_install() {
# Prune everything except the plugins that will be installed
find ${DESTDIR} \