[SCM] calf/master: Remove another instance of false advertising of GTK+ GUI when not enabled.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:40:06 UTC 2013


The following commit has been merged in the master branch:
commit 671c4997103018434f90996ee47f789071041e64
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sun Apr 11 20:12:08 2010 +0100

    Remove another instance of false advertising of GTK+ GUI when not enabled.

diff --git a/src/makerdf.cpp b/src/makerdf.cpp
index de81f64..5ceccdd 100644
--- a/src/makerdf.cpp
+++ b/src/makerdf.cpp
@@ -384,7 +384,9 @@ void make_ttl(string path_prefix)
         ttl += "    doap:maintainer [ foaf:name \""+string(lpi.maker)+"\" ; ] ;\n";
 
 #if USE_LV2_GUI
+#if USE_LV2_GTK_GUI
         ttl += "    uiext:ui <http://calf.sourceforge.net/plugins/gui/gtk2-gui> ;\n";
+#endif
         ttl += "    uiext:ui <http://calf.sourceforge.net/plugins/gui/ext-gui> ;\n";
         ttl += "    lv2:optionalFeature <http://lv2plug.in/ns/ext/instance-access> ;\n";
         ttl += "    lv2:optionalFeature <http://lv2plug.in/ns/ext/data-access> ;\n";

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list