[SCM] calf/master: + LV2: declare data-access/instance-access as optional features

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:38:31 UTC 2013


The following commit has been merged in the master branch:
commit fd7bbf5299e62febb08746acb969504771b47022
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sun Nov 16 22:00:49 2008 +0000

    + LV2: declare data-access/instance-access as optional features

diff --git a/src/makerdf.cpp b/src/makerdf.cpp
index 216b6da..61bd379 100644
--- a/src/makerdf.cpp
+++ b/src/makerdf.cpp
@@ -522,6 +522,8 @@ void make_ttl(string path_prefix)
 
 #if USE_LV2_GUI
         ttl += "    uiext:ui <http://calf.sourceforge.net/plugins/gui/gtk2-gui> ;\n";
+        ttl += "    lv2:optionalFeature <http://lv2plug.in/ns/ext/instance-access> ;\n";
+        ttl += "    lv2:optionalFeature <http://lv2plug.in/ns/ext/data-access> ;\n";
 #endif
         
         ttl += "    doap:license <http://usefulinc.com/doap/licenses/lgpl> ;\n";

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list