[SCM] lilv/master: Fix FTBFS with newest dynmanifest extension.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Jan 3 01:21:21 UTC 2012


The following commit has been merged in the master branch:
commit df085715df60226d0e5a25a40eeca33a2225e421
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Jan 3 02:11:33 2012 +0100

    Fix FTBFS with newest dynmanifest extension.
    
    Closes: #654271

diff --git a/debian/patches/0001-new_dynmanifest.patch b/debian/patches/0001-new_dynmanifest.patch
new file mode 100644
index 0000000..71e44a8
--- /dev/null
+++ b/debian/patches/0001-new_dynmanifest.patch
@@ -0,0 +1,20 @@
+Author: Alessio Treglia <alessio at debian.org>
+Description: Fix FTBFS with new LV2 dynmanifest extension.
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654271
+Bug: http://dev.drobilla.net/ticket/786
+Applied-Upstream: http://dev.drobilla.net/changeset?reponame=&new=3643%40trunk%2Flilv%2Fsrc%2Flilv_internal.h&old=3605%40trunk%2Flilv%2Fsrc%2Flilv_internal.h
+---
+ src/lilv_internal.h |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- lilv.orig/src/lilv_internal.h
++++ lilv/src/lilv_internal.h
+@@ -45,7 +45,7 @@ static inline char* dlerror(void) { retu
+ #include "lilv/lilv.h"
+ 
+ #ifdef LILV_DYN_MANIFEST
+-#    include "lv2/lv2plug.in/ns/ext/dyn-manifest/dyn-manifest.h"
++#    include "lv2/lv2plug.in/ns/ext/dynmanifest/dynmanifest.h"
+ #endif
+ 
+ /*
diff --git a/debian/patches/series b/debian/patches/series
index e61b9ae..8544965 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+0001-new_dynmanifest.patch
 1001-dont_run_ldconfig.patch

-- 
lilv packaging



More information about the pkg-multimedia-commits mailing list