From e8af1840c3d6806b662d29083f5152f8b2922314 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Wed, 24 Feb 2016 20:09:21 +0000 Subject: [PATCH] mpg123: bump version. --- ...123-1.22.4.recipe => mpg123-1.23.2.recipe} | 9 +++-- .../mpg123/patches/mpg123-1.22.4.patchset | 36 ------------------- 2 files changed, 4 insertions(+), 41 deletions(-) rename media-sound/mpg123/{mpg123-1.22.4.recipe => mpg123-1.23.2.recipe} (82%) delete mode 100644 media-sound/mpg123/patches/mpg123-1.22.4.patchset diff --git a/media-sound/mpg123/mpg123-1.22.4.recipe b/media-sound/mpg123/mpg123-1.23.2.recipe similarity index 82% rename from media-sound/mpg123/mpg123-1.22.4.recipe rename to media-sound/mpg123/mpg123-1.23.2.recipe index 7fbe788c7..c8005c66a 100644 --- a/media-sound/mpg123/mpg123-1.22.4.recipe +++ b/media-sound/mpg123/mpg123-1.23.2.recipe @@ -6,15 +6,15 @@ COPYRIGHT="1995-2009 Michael Hipp and others" LICENSE="GNU LGPL v2.1" REVISION="1" SOURCE_URI="http://sourceforge.net/projects/mpg123/files/mpg123/$portVersion/mpg123-$portVersion.tar.bz2" -CHECKSUM_SHA256="5069e02e50138600f10cc5f7674e44e9bf6f1930af81d0e1d2f869b3c0ee40d2" -PATCHES="mpg123-$portVersion.patchset" +CHECKSUM_SHA256="b5678bfe0cd1c6d2e29561d50bbef6bbc14ed055404453d18b6f4044c7b0a7ae" +#PATCHES="mpg123-$portVersion.patchset" ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86 x86_gcc2" PROVIDES=" mpg123$secondaryArchSuffix = $portVersion - lib:libmpg123$secondaryArchSuffix = 0.41.2 compat >= 0 + lib:libmpg123$secondaryArchSuffix = 0.42.0 compat >= 0 cmd:mpg123$secondaryArchSuffix cmd:mpg123_id3dump$secondaryArchSuffix cmd:mpg123_strip$secondaryArchSuffix @@ -27,7 +27,7 @@ REQUIRES=" PROVIDES_devel=" mpg123${secondaryArchSuffix}_devel = $portVersion - devel:libmpg123$secondaryArchSuffix = 0.41.2 compat >= 0 + devel:libmpg123$secondaryArchSuffix = 0.42.0 compat >= 0 " REQUIRES_devel=" haiku$secondaryArchSuffix @@ -51,7 +51,6 @@ BUILD_PREREQUIRES=" BUILD() { - sed -i "s,AM_CONFIG_HEADER,AC_CONFIG_HEADERS," configure.ac autoreconf -fi LDFLAGS="-lnetwork" runConfigure ./configure --disable-aligncheck make $jobArgs diff --git a/media-sound/mpg123/patches/mpg123-1.22.4.patchset b/media-sound/mpg123/patches/mpg123-1.22.4.patchset deleted file mode 100644 index 5cfb4abe5..000000000 --- a/media-sound/mpg123/patches/mpg123-1.22.4.patchset +++ /dev/null @@ -1,36 +0,0 @@ -From 13cd20f3e8452b232ea6b2da3f53355eec866d7f Mon Sep 17 00:00:00 2001 -From: Jerome Duval -Date: Thu, 5 Mar 2015 18:49:00 +0000 -Subject: Haiku patch - - -diff --git a/configure.ac b/configure.ac -index f93239c..c02aa90 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -567,11 +567,11 @@ case $host in - ;; - esac - ;; -- i?86-*-dragonfly* | i?86-*-freebsd* | i?86-*-midnightbsd* | i?86-*-mirbsd* | i?86-*-netbsd* | i?86-*-openbsd*) -+ i?86-*-dragonfly* | i?86-*-freebsd* | i?86-*-midnightbsd* | i?86-*-mirbsd* | i?86-*-netbsd* | i?86-*-openbsd* | i?86-*-haiku*) - cpu_type="x86" - newoldwritesample=enabled - ;; -- x86_64-*-dragonfly* | x86_64-*-freebsd* | x86_64-*-midnightbsd* | x86_64-*-mirbsd* | x86_64-*-netbsd* | x86_64-*-openbsd*) -+ x86_64-*-dragonfly* | x86_64-*-freebsd* | x86_64-*-midnightbsd* | x86_64-*-mirbsd* | x86_64-*-netbsd* | x86_64-*-openbsd* | x86_64-*-haiku*) - cpu_type="x86-64" - ;; - *-*-dragonfly* | *-*-freebsd* | *-*-midnightbsd* | *-*-mirbsd* | *-*-netbsd* | *-*-openbsd*) -@@ -1108,7 +1108,7 @@ else - fi - - dnl trying to get that socket lib settled in one line --AC_SEARCH_LIBS(gethostbyname, nsl socket) -+AC_SEARCH_LIBS(gethostbyname, nsl socket network) - dnl OK, two lines... Solaris needs -lnsl -lsocket - AC_SEARCH_LIBS(socket, socket) - --- -1.8.3.4 -