[SCM] calf/master: + LV2: updated UI URL

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:37:01 UTC 2013


The following commit has been merged in the master branch:
commit d155ae9ba663f5930c18e9d5fe04e20d18d55e5d
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Fri Jan 18 19:20:58 2008 +0000

    + LV2: updated UI URL
    
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@112 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/src/makerdf.cpp b/src/makerdf.cpp
index ad25586..e8ebe2b 100644
--- a/src/makerdf.cpp
+++ b/src/makerdf.cpp
@@ -137,7 +137,7 @@ void make_ttl(string path_prefix)
     classes["SynthesizerPlugin"] = "lv2:InstrumentPlugin";
         
 #if USE_LV2_GUI
-    header += "<http://calf.sourceforge.net/plugins/gui/gtk2-gui>\n    a uiext:GtkGUI ;\n    uiext:binary <calflv2gui.so> .\n\n";
+    header += "<http://calf.sourceforge.net/plugins/gui/gtk2-gui>\n    a uiext:GtkUI ;\n    uiext:binary <calflv2gui.so> .\n\n";
 #endif
     
     for (unsigned int i = 0; i < plugins.size(); i++) {

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list