mpg123: update to 1.23.6
Disable vendor optimization flags in CFLAGS.
This commit is contained in:
parent
76830a55eb
commit
1d7d2ac400
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'mpg123'
|
||||
pkgname=mpg123
|
||||
version=1.23.5
|
||||
version=1.23.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-module-suffix=.so --with-optimization=4
|
||||
configure_args="--with-module-suffix=.so --with-optimization=0
|
||||
--with-default-audio=alsa --enable-ipv6=yes --enable-network=yes"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="alsa-lib-devel libltdl-devel jack-devel pulseaudio-devel sndio-devel SDL-devel"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://www.mpg123.org/"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
distfiles="${SOURCEFORGE_SITE}/mpg123/mpg123-${version}.tar.bz2"
|
||||
checksum=b658df672813511ff9b68a1553917220b675067204cdb58dbb59a2b8179350b2
|
||||
checksum=4073d9c60a43872f6f5a3a322f5ea21ab7f0869d2ed25e79c3eb8521fa3c32d4
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
# No LFS required with musl
|
||||
|
|
Loading…
Reference in New Issue