[SCM] audacious/master: Add patch to bump libaudcore's SONAME.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Apr 21 09:04:20 UTC 2012


The following commit has been merged in the master branch:
commit a3b1558ef802b3e877fd86cfd5d535d7c1d8b509
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Apr 21 11:03:49 2012 +0200

    Add patch to bump libaudcore's SONAME.
    
    Disabled for now, waiting to get other opinions on that.

diff --git a/debian/patches/1001-libaudcore_soname.patch b/debian/patches/1001-libaudcore_soname.patch
new file mode 100644
index 0000000..fb552d9
--- /dev/null
+++ b/debian/patches/1001-libaudcore_soname.patch
@@ -0,0 +1,16 @@
+Description: Force SONAME bump to avoid breakage.
+Author: Alessio Treglia <alessio at debian.org>
+Bug: http://redmine.audacious-media-player.org/issues/97
+---
+ src/libaudcore/Makefile |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- audacious.orig/src/libaudcore/Makefile
++++ audacious/src/libaudcore/Makefile
+@@ -1,5 +1,5 @@
+ LIB = ${LIB_PREFIX}audcore${LIB_SUFFIX}
+-LIB_MAJOR = 1
++LIB_MAJOR = 1debian0
+ LIB_MINOR = 0
+ 
+ SRCS = audio.c \
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3b7b436
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+#1001-libaudcore_soname.patch

-- 
Small and fast audio player which supports lots of formats



More information about the pkg-multimedia-commits mailing list