[SCM] calf/master: + LV2: add maintainer names to TTL files

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:38:27 UTC 2013


The following commit has been merged in the master branch:
commit ae058903b2d69a4f68d208f02cc16a99d9b14a1c
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Mon Nov 10 00:10:44 2008 +0000

    + LV2: add maintainer names to TTL files

diff --git a/src/makerdf.cpp b/src/makerdf.cpp
index 833c65d..923d9b4 100644
--- a/src/makerdf.cpp
+++ b/src/makerdf.cpp
@@ -451,6 +451,7 @@ void make_ttl(string path_prefix)
         "@prefix ue: <http://lv2plug.in/ns/extensions/units#> .\n"
         "@prefix epp: <http://lv2plug.in/ns/dev/extportinfo#> .\n"
         "@prefix kf: <http://foltman.com/ns/> .\n"
+        "@prefix foaf: <http://xmlns.com/foaf/0.1/> .\n"
 
         "\n"
     ;
@@ -507,6 +508,7 @@ void make_ttl(string path_prefix)
         
             
         ttl += "    doap:name \""+string(lpi.name)+"\" ;\n";
+        ttl += "    doap:maintainer [ foaf:name \""+string(lpi.maker)+"\" ; ] ;\n";
 
 #if USE_LV2_GUI
         ttl += "    uiext:ui <http://calf.sourceforge.net/plugins/gui/gtk2-gui> ;\n";

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list