[SCM] calf/master: + LV2: use correct LADSPA URIs

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:39:34 UTC 2013


The following commit has been merged in the master branch:
commit fb526c311c4ab401986b7d559d32732d6acd7cde
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Fri Jun 19 19:47:52 2009 +0100

    + LV2: use correct LADSPA URIs

diff --git a/src/makerdf.cpp b/src/makerdf.cpp
index e5afa52..430fb91 100644
--- a/src/makerdf.cpp
+++ b/src/makerdf.cpp
@@ -555,7 +555,7 @@ void make_ttl(string path_prefix)
 #endif
         
         ttl += "    doap:license <http://usefulinc.com/doap/licenses/lgpl> ;\n";
-        ttl += "    dc:replaces <ladspa:" + i2s(lpi.unique_id) + "> ;\n";
+        ttl += "    dc:replaces <urn:ladspa:" + i2s(lpi.unique_id) + "> ;\n";
         // XXXKF not really optional for now, to be honest
         ttl += "    lv2:optionalFeature epp:supportsStrictBounds ;\n";
         if (pi->is_rt_capable())

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list