[SCM] ardour/master: Remove obsolete 171_lilv-constness.patch

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Fri Oct 4 20:43:35 UTC 2013


The following commit has been merged in the master branch:
commit 30620ba18b4c46504b1c432187ffaca68064ba18
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Fri Oct 4 21:56:34 2013 +0200

    Remove obsolete 171_lilv-constness.patch

diff --git a/debian/patches/171_lilv-constness.patch b/debian/patches/171_lilv-constness.patch
deleted file mode 100644
index b4a7242..0000000
--- a/debian/patches/171_lilv-constness.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From: Paul Davis <paul at linuxaudiosystems.com>
-Forwarded: not-needed
-Origin: upstream/2.0-ongoing 4ce89b51782ae8b86ee00175c5abdeec07cc4e4c
-Applied-Upstream: 2.8.17 (yet to be released)
-Description: Fix const-correctness for current lilv
---- a/libs/ardour/ardour/lv2_plugin.h
-+++ b/libs/ardour/ardour/lv2_plugin.h
-@@ -154,7 +154,7 @@ class LV2Plugin : public ARDOUR::Plugin
- 	/** Find the LV2 input port with the given designation.
- 	 * If found, bufptrs[port_index] will be set to bufptr.
- 	 */
--	LilvPort* designated_input (const char* uri, void** bufptrs[], void** bufptr);
-+        const LilvPort* designated_input (const char* uri, void** bufptrs[], void** bufptr);
- };
- 
- 
-diff --git a/libs/ardour/lv2_plugin.cc b/libs/ardour/lv2_plugin.cc
-index 4a1719d..6d21091 100644
---- a/libs/ardour/lv2_plugin.cc
-+++ b/libs/ardour/lv2_plugin.cc
-@@ -644,10 +644,10 @@ LV2Plugin::latency_compute_run ()
- 	deactivate ();
- }
- 
--LilvPort*
-+const LilvPort*
- LV2Plugin::designated_input (const char* uri, void** bufptrs[], void** bufptr)
- {
--	LilvPort* port = NULL;
-+	const LilvPort* port = NULL;
- #ifdef HAVE_NEW_LILV
- 	LilvNode* designation = lilv_new_uri(_world.world, uri);
- 	port = lilv_plugin_get_port_by_designation(

-- 
ardour Debian packaging



More information about the pkg-multimedia-commits mailing list