diff --git a/srcpkgs/mpg123-extras/template b/srcpkgs/mpg123-extras/template index a31155ced4a..fce2b785e4c 100644 --- a/srcpkgs/mpg123-extras/template +++ b/srcpkgs/mpg123-extras/template @@ -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} \