[SCM] lv2-tools packaging branch, master, updated. debian/1.0.3-2-2-gb6517ec
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Sat Aug 7 10:30:01 UTC 2010
The following commit has been merged in the master branch:
commit b6517eca42f4d421dfecc95cb1856b6f93fc0e7f
Author: Alessio Treglia <alessio at debian.org>
Date: Sat Aug 7 12:29:50 2010 +0200
libpaq must provide all symbols brought by liblv2-{gui,plugin}.a (Closes: #592061).
diff --git a/debian/patches/02-missing_symbols.patch b/debian/patches/02-missing_symbols.patch
new file mode 100644
index 0000000..a130ae5
--- /dev/null
+++ b/debian/patches/02-missing_symbols.patch
@@ -0,0 +1,22 @@
+Author: Alessio Treglia <alessio at debian.org>
+Description: Some of symbols are missing.
+ libpaq.so.0.0.0 does not provide all the symbols as expected and
+ this causes such bugs as #591796.
+Bug: http://bugs.debian.org/592061
+---
+ Makefile | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+--- lv2-tools.orig/Makefile
++++ lv2-tools/Makefile
+@@ -41,7 +41,9 @@ libpaq_a_INSTALLDIR = $(libdir)
+
+ # The shared version of PAQ
+ libpaq_so_ABI = 0
+-libpaq_so_ARCHIVES = libraries/paq/libpaq.a
++libpaq_so_ARCHIVES = libraries/paq/libpaq.a \
++ libraries/lv2plugin/liblv2-plugin.a \
++ libraries/lv2gui/liblv2-gui.a
+ libpaq_so_HEADERS = turtleparser.hpp rdf.hpp query.hpp unicode.hpp namespaces.hpp
+ libpaq_so_SOURCEDIR = libraries/paq
+
diff --git a/debian/patches/series b/debian/patches/series
index a1f3d0d..6416777 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
01-pkgconfig.patch
+02-missing_symbols.patch
--
lv2-tools packaging
More information about the pkg-multimedia-commits
mailing list