[SCM] lilv/master: Drop 9001-bindings.patch (merged upstream)

ghedo at users.alioth.debian.org ghedo at users.alioth.debian.org
Sun May 25 12:26:40 UTC 2014


The following commit has been merged in the master branch:
commit 756c6212a3c8a42032376cacb0a9ad8bf9f4496f
Author: Alessandro Ghedini <alessandro at ghedini.me>
Date:   Sun May 25 14:06:27 2014 +0200

    Drop 9001-bindings.patch (merged upstream)
    
    Closes: #747680

diff --git a/debian/patches/9001-bindings.patch b/debian/patches/9001-bindings.patch
deleted file mode 100644
index e616ff5..0000000
--- a/debian/patches/9001-bindings.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-Description: Fix bindings build.
-Origin: http://dev.drobilla.net/changeset/5092/trunk/lilv/lilv/lilvmm.hpp?old=4975&old_path=trunk%2Flilv%2Flilv%2Flilvmm.hpp
-Applied-Upstream: yes
----
- lilv/lilvmm.hpp |   26 ++++++++++++++++++++++++++
- 1 file changed, 26 insertions(+)
-
-Index: lilv/lilv/lilvmm.hpp
-===================================================================
---- lilv.orig/lilv/lilvmm.hpp	2014-02-22 14:28:05.202476948 +0100
-+++ lilv/lilv/lilvmm.hpp	2014-02-22 14:28:05.198476933 +0100
-@@ -54,6 +54,11 @@
- 		return lilv_ ## prefix ## _ ## name(me, a1, a2, a3); \
- 	}
- 
-+#define LILV_WRAP3(RT, prefix, name, T1, a1, T2, a2, T3, a3) \
-+	inline RT name(T1 a1, T2 a2, T3 a3) { \
-+		return lilv_ ## prefix ## _ ## name(me, a1, a2, a3); \
-+	}
-+
- #define LILV_WRAP2_VOID(prefix, name, T1, a1, T2, a2) \
- 	inline void name(T1 a1, T2 a2) { lilv_ ## prefix ## _ ## name(me, a1, a2); }
- 
-@@ -145,6 +150,27 @@
- };
- 
- struct UI {
-+	inline UI(const LilvUI* c_obj) : me(c_obj) {}
-+	LILV_WRAP_CONVERSION(const LilvUI);
-+
-+	LILV_WRAP0(const LilvNode*, ui, get_uri);
-+	LILV_WRAP0(const LilvNode*, ui, get_bundle_uri);
-+	LILV_WRAP0(const LilvNode*, ui, get_binary_uri);
-+	LILV_WRAP0(const LilvNodes*, ui, get_classes);
-+	/*LILV_WRAP3(bool, ui, is_supported,
-+	           LilvUISupportedFunc, supported_func,
-+	           const LilvNode*,     container_type,
-+	           const LilvNode**,    ui_type);*/
-+	LILV_WRAP1(bool, ui, is_a, const LilvNode*, class_uri);
-+
-+	const LilvUI* me;
-+};
-+
-+struct UIs {
-+	LILV_WRAP_COLL(UIs, UI, uis);
-+};
-+
-+struct UI {
- 	inline UI(const LilvUI* c_obj) : me(c_obj) {}
- 	LILV_WRAP_CONVERSION(const LilvUI);
- 
diff --git a/debian/patches/series b/debian/patches/series
index 20024b8..163611c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 1001-dont_run_ldconfig.patch
 1002-fix_gnu_kfreebsd_build.patch
-9001-bindings.patch

-- 
lilv packaging



More information about the pkg-multimedia-commits mailing list