From 407bdf84321afc1595a067f433c50bb09e180ea2 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 20 Oct 2015 23:20:59 +0000 Subject: [PATCH] libsoundtouch: bump version. --- ...uch-1.8.0.recipe => libsoundtouch-1.9.2.recipe} | 6 +++--- ...1.8.0.patchset => libsoundtouch-1.9.2.patchset} | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) rename media-libs/libsoundtouch/{libsoundtouch-1.8.0.recipe => libsoundtouch-1.9.2.recipe} (89%) rename media-libs/libsoundtouch/patches/{libsoundtouch-1.8.0.patchset => libsoundtouch-1.9.2.patchset} (69%) diff --git a/media-libs/libsoundtouch/libsoundtouch-1.8.0.recipe b/media-libs/libsoundtouch/libsoundtouch-1.9.2.recipe similarity index 89% rename from media-libs/libsoundtouch/libsoundtouch-1.8.0.recipe rename to media-libs/libsoundtouch/libsoundtouch-1.9.2.recipe index cbe7750ec..b40b732ae 100644 --- a/media-libs/libsoundtouch/libsoundtouch-1.8.0.recipe +++ b/media-libs/libsoundtouch/libsoundtouch-1.9.2.recipe @@ -18,7 +18,7 @@ ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" SOURCE_URI="http://www.surina.net/soundtouch/soundtouch-$portVersion.tar.gz" -CHECKSUM_SHA256="3d4161d74ca25c5a98c69dbb8ea10fd2be409ba1a3a0bf81db407c4c261f166b" +CHECKSUM_SHA256="caeb86511e81420eeb454cb5db53f56d96b8451d37d89af6e55b12eb4da1c513" COPYRIGHT="2001-2014 Olli Parviainen" SOURCE_DIR="soundtouch" PATCHES="libsoundtouch-$portVersion.patchset" @@ -26,14 +26,14 @@ PATCHES="libsoundtouch-$portVersion.patchset" PROVIDES=" libsoundtouch$secondaryArchSuffix = $portVersion compat >= 1 cmd:soundstretch$secondaryArchSuffix - lib:libSoundTouch$secondaryArchSuffix = 0.0.0 compat >= 0 + lib:libSoundTouch$secondaryArchSuffix = 1.0.0 compat >= 1 " REQUIRES=" haiku$secondaryArchSuffix " PROVIDES_devel=" libsoundtouch${secondaryArchSuffix}_devel = $portVersion compat >= 1 - devel:libSoundTouch$secondaryArchSuffix = 0.0.0 compat >= 0 + devel:libSoundTouch$secondaryArchSuffix = 1.0.0 compat >= 1 " REQUIRES_devel=" libsoundtouch$secondaryArchSuffix == $portVersion base diff --git a/media-libs/libsoundtouch/patches/libsoundtouch-1.8.0.patchset b/media-libs/libsoundtouch/patches/libsoundtouch-1.9.2.patchset similarity index 69% rename from media-libs/libsoundtouch/patches/libsoundtouch-1.8.0.patchset rename to media-libs/libsoundtouch/patches/libsoundtouch-1.9.2.patchset index 3afc78ff8..f4d83c07e 100644 --- a/media-libs/libsoundtouch/patches/libsoundtouch-1.8.0.patchset +++ b/media-libs/libsoundtouch/patches/libsoundtouch-1.9.2.patchset @@ -1,23 +1,23 @@ -From ecbdc03ca44ac431535a728c714decb12f563b8d Mon Sep 17 00:00:00 2001 +From 4eb47a006bf841a6ae969b3c969bd300952f9251 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 12 Feb 2015 17:01:45 +0000 Subject: Haiku build fix diff --git a/configure.ac b/configure.ac -index 37dbcca..0ea6dfe 100644 +index d3df5eb..6f0e2f4 100644 --- a/configure.ac +++ b/configure.ac -@@ -21,7 +21,7 @@ dnl Place - Suite 330, Boston, MA 02111-1307, USA +@@ -26,7 +26,7 @@ AC_SUBST(LIB_SONAME) - AC_INIT(SoundTouch, 1.8.0, [http://www.surina.net/soundtouch]) AC_CONFIG_AUX_DIR(config) --AM_CONFIG_HEADER([include/soundtouch_config.h]) + AC_CONFIG_MACRO_DIR([config/m4]) +-AM_CONFIG_HEADER([config.h include/soundtouch_config.h]) +AC_CONFIG_HEADERS([include/soundtouch_config.h]) AM_INIT_AUTOMAKE AM_SILENT_RULES([yes]) #AC_DISABLE_SHARED dnl This makes libtool only build static libs -@@ -200,7 +200,7 @@ AC_FUNC_MALLOC +@@ -225,7 +225,7 @@ AC_FUNC_MALLOC AC_TYPE_SIGNAL dnl make -lm get added to the LIBS @@ -27,5 +27,5 @@ index 37dbcca..0ea6dfe 100644 dnl add whatever functions you might want to check for here #AC_CHECK_FUNCS([floor ftruncate memmove memset mkdir modf pow realpath sqrt strchr strdup strerror strrchr strstr strtol]) -- -1.8.3.4 +2.2.2