[SCM] slv2/master: Add patch to prevent clashing libraptor1/libraptor2

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Wed Feb 23 11:14:00 UTC 2011


The following commit has been merged in the master branch:
commit 260417f427380c162edc5ece82d9eefa25e911d3
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Wed Feb 23 12:12:57 2011 +0100

    Add patch to prevent clashing libraptor1/libraptor2

diff --git a/debian/patches/raptor_symbol_fix.patch b/debian/patches/raptor_symbol_fix.patch
new file mode 100644
index 0000000..417999a
--- /dev/null
+++ b/debian/patches/raptor_symbol_fix.patch
@@ -0,0 +1,16 @@
+From: Adrian Knoth <adi at drcomp.erfurt.thur.de>
+Bugs-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613411#43
+Description: Explicitly link against libraptor2
+ The lib is indirectly included via librdf0, but without linking to
+ libraptor2, we won't get the versioned symbols referenced in libslv2.
+Forwarded: should we?
+--- a/wscript
++++ b/wscript
+@@ -94,6 +94,7 @@
+ 	obj.includes     = ['.', './src']
+ 	obj.name         = 'libslv2'
+ 	obj.target       = 'slv2'
++	obj.lib          = 'raptor2'
+ 	obj.vnum         = SLV2_LIB_VERSION
+ 	obj.install_path = '${LIBDIR}'
+ 	autowaf.use_lib(bld, obj, 'REDLAND LV2CORE')

-- 
slv2 packaging



More information about the pkg-multimedia-commits mailing list