[SCM] soundtouch/master: Bump the SONAME due to ABI Breakage in the 1.9.1 release.

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Sat Sep 19 05:15:15 UTC 2015


The following commit has been merged in the master branch:
commit 8cdd9c2f56253c51028a3084e6ee29a06a6dfc65
Author: Miguel A. Colón Vélez <debian.micove at gmail.com>
Date:   Fri Sep 18 23:52:55 2015 -0400

    Bump the SONAME due to ABI Breakage in the 1.9.1 release.

diff --git a/debian/patches/0001_bump_soname.patch b/debian/patches/0001_bump_soname.patch
new file mode 100644
index 0000000..6413805
--- /dev/null
+++ b/debian/patches/0001_bump_soname.patch
@@ -0,0 +1,31 @@
+Description: Bump the SONAME due to ABI Breakage in the 1.9.1 release.
+Author: Miguel A. Colón Vélez <debian.micove at gmail.com>
+Forwarded: yes
+Last-Update: 2015-09-15
+
+--- soundtouch-1.9.1.orig/configure.ac
++++ soundtouch-1.9.1/configure.ac
+@@ -19,7 +19,11 @@ dnl this program; if not, write to the F
+ dnl Place - Suite 330, Boston, MA  02111-1307, USA
+ # Process this file with autoconf to produce a configure script.
+ 
+-AC_INIT(SoundTouch, 1.9.0, [http://www.surina.net/soundtouch])
++AC_INIT([SoundTouch], [1.9.1], [http://www.surina.net/soundtouch])
++dnl Default to libSoundTouch.so.$LIB_SONAME.0.0
++LIB_SONAME=1
++AC_SUBST(LIB_SONAME)
++
+ AC_CONFIG_AUX_DIR(config)
+ AC_CONFIG_MACRO_DIR([config/m4])
+ AM_CONFIG_HEADER([config.h include/soundtouch_config.h])
+--- soundtouch-1.9.1.orig/source/SoundTouch/Makefile.am
++++ soundtouch-1.9.1/source/SoundTouch/Makefile.am
+@@ -65,6 +65,8 @@ libSoundTouchMMX_la_CXXFLAGS = $(AM_CXXF
+ libSoundTouchSSE_la_CXXFLAGS = $(AM_CXXFLAGS)
+ endif
+ 
++# Modify the default 0.0.0 to LIB_SONAME.0.0
++libSoundTouch_la_LDFLAGS=-version-info @LIB_SONAME@
+ 
+ # other linking flags to add
+ # noinst_LTLIBRARIES = libSoundTouchOpt.la
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..60adf1a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001_bump_soname.patch

-- 
soundtouch packaging



More information about the pkg-multimedia-commits mailing list