[SCM] libsbsms/master: Set the library version of libsbsms to get the correct .so name.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Wed Oct 12 13:33:15 UTC 2011


The following commit has been merged in the master branch:
commit 7db6759b6b148369e18539b648f16417313a8966
Author: Benjamin Drung <bdrung at debian.org>
Date:   Wed Oct 12 14:54:36 2011 +0200

    Set the library version of libsbsms to get the correct .so name.

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b3e28de
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+set-library-version.patch
diff --git a/debian/patches/set-library-version.patch b/debian/patches/set-library-version.patch
new file mode 100644
index 0000000..6aebe7b
--- /dev/null
+++ b/debian/patches/set-library-version.patch
@@ -0,0 +1,10 @@
+Description: Set the library version of libsbsms to get the correct .so name.
+Author: Benjamin Drung <bdrung at debian.org>
+
+--- libsbsms-2.0.0.orig/src/Makefile.am
++++ libsbsms-2.0.0/src/Makefile.am
+@@ -5,3 +5,4 @@ libsbsmsinclude_HEADERS = ../include/sbs
+ 
+ lib_LTLIBRARIES = libsbsms.la
+ libsbsms_la_SOURCES = sms.cpp track.cpp trackpoint.cpp resample.cpp sbsms.cpp fft.cpp grain.cpp buffer.cpp subband.cpp dBTable.cpp buffer.h fft.h sse.h utils.h trackpoint.h grain.h real.h synthTable.h dBTable.h sincCoeffs.h ../include/sbsms.h sms.h subband.h track.h slide.cpp
++libsbsms_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@

-- 
libsbsms packaging



More information about the pkg-multimedia-commits mailing list