[SCM] calf/master: Don't require event feature, port type is sufficient.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:41:05 UTC 2013


The following commit has been merged in the master branch:
commit 746df3b486248ce9f7d06414ad7e1cd2ce10159e
Author: David Robillard <d at drobilla.net>
Date:   Sun Apr 15 22:39:57 2012 +0100

    Don't require event feature, port type is sufficient.

diff --git a/src/makerdf.cpp b/src/makerdf.cpp
index 79183c7..305d11d 100644
--- a/src/makerdf.cpp
+++ b/src/makerdf.cpp
@@ -301,11 +301,9 @@ void make_ttl(string path_prefix)
         if (pi->get_midi())
         {
             if (pi->requires_midi()) {
-                ttl += "    lv2:requiredFeature <" LV2_EVENT_URI "> ;\n";
                 ttl += "    lv2:requiredFeature <" LV2_URI_MAP_URI "> ;\n";                
             }
             else {
-                ttl += "    lv2:optionalFeature <" LV2_EVENT_URI "> ;\n";
                 ttl += "    lv2:optionalFeature <" LV2_URI_MAP_URI "> ;\n";                
             }
         }

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list