[SCM] lv2-tools/master: Re-introduce static objects lv2-{gui, plugin}.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Mar 22 16:57:30 UTC 2011


The following commit has been merged in the master branch:
commit bdd5110a6135012a5be570d273cf9c60106c72a0
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Mar 22 17:52:37 2011 +0100

    Re-introduce static objects lv2-{gui,plugin}.
    
    After a brief chat with Lars on IRC, we realize that it is
    unappropriate to go on diverging from upstream build strategies.
    So, I am re-introducing the static objects lv2-{gui,plugin} in order
    to avoid breakage with some LV2 hosts.

diff --git a/debian/patches/01-pkgconfig.patch b/debian/patches/01-pkgconfig.patch
deleted file mode 100644
index 4d0a36e..0000000
--- a/debian/patches/01-pkgconfig.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Author: Alessio Treglia <alessio at debian.org>
-Description: Make libpaq depends on gtkmm-2.4.
-Forwarded: not-needed
----
- paq.pc |    1 +
- 1 file changed, 1 insertion(+)
-
---- lv2-tools.orig/paq.pc
-+++ lv2-tools/paq.pc
-@@ -3,3 +3,4 @@ Description: A slow and inefficient RDF
- Version: ${PACKAGE_VERSION}
- Libs: -L${libdir} -lpaq
- Cflags: -I${pkgincludedir}
-+Requires: gtkmm-2.4 >= 2.6.0
diff --git a/debian/patches/02-missing_symbols.patch b/debian/patches/02-missing_symbols.patch
deleted file mode 100644
index a130ae5..0000000
--- a/debian/patches/02-missing_symbols.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-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
deleted file mode 100644
index 6416777..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-01-pkgconfig.patch
-02-missing_symbols.patch

-- 
lv2-tools packaging



More information about the pkg-multimedia-commits mailing list