[SCM] calf/master: Re-enable GTK+ GUI.

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


The following commit has been merged in the master branch:
commit 85df351e4f1f0386ea5ac5548804c704b818194f
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sat Apr 3 23:49:14 2010 +0100

    Re-enable GTK+ GUI.
    
    I've checked in the code that disabled it by accident when working on external
    GUI code.

diff --git a/src/makerdf.cpp b/src/makerdf.cpp
index 1fd6d8a..b1988fd 100644
--- a/src/makerdf.cpp
+++ b/src/makerdf.cpp
@@ -338,8 +338,7 @@ void make_ttl(string path_prefix)
     gui_header = gtkgui_uri + "\n"
         "    a uiext:GtkUI ;\n"
         "    uiext:binary <calflv2gui.so> ;\n"
-        "    uiext:requiredFeature uiext:makeResident ;\n"
-        "    uiext:requiredFeature uiext:gimmeACrocodileMyDear .\n"
+        "    uiext:requiredFeature uiext:makeResident .\n"
         "\n"
     ;
     string extgui_uri = "<http://calf.sourceforge.net/plugins/gui/ext-gui>";

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list