[SCM] soundtouch/master: Remove patches applied upstream.

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Sun Sep 20 10:00:00 UTC 2015


The following commit has been merged in the master branch:
commit 8d15adb3cee7649a2c027a581691a92baef39420
Author: Miguel A. Colón Vélez <debian.micove at gmail.com>
Date:   Sun Sep 20 05:34:33 2015 -0400

    Remove patches applied upstream.

diff --git a/debian/patches/0001_bump_soname.patch b/debian/patches/0001_bump_soname.patch
deleted file mode 100644
index 6413805..0000000
--- a/debian/patches/0001_bump_soname.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-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
deleted file mode 100644
index 60adf1a..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001_bump_soname.patch

-- 
soundtouch packaging



More information about the pkg-multimedia-commits mailing list