Blob Blame History Raw
From: Krzysztof Foltman <wdev@foltman.com>
Date: Fri, 19 Jun 2009 18:47:52 +0000 (+0100)
Subject: + LV2: use correct LADSPA URIs
X-Git-Url: http://repo.or.cz/w/calf.git?a=commitdiff_plain;h=fb526c311c4ab401986b7d559d32732d6acd7cde;hp=b3c1df4210795f0ff962c0866babe7818bf70d31

+ 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())