clean up plugin ttls - always add semicolon for compatibility
authorRobin Gareus <robin@gareus.org>
Tue, 9 Aug 2016 20:00:29 +0000 (22:00 +0200)
committerRobin Gareus <robin@gareus.org>
Tue, 9 Aug 2016 20:00:38 +0000 (22:00 +0200)
libs/plugins/a-comp.lv2/a-comp#stereo.ttl.in
libs/plugins/a-comp.lv2/a-comp.ttl.in
libs/plugins/a-delay.lv2/a-delay.ttl.in
libs/plugins/a-eq.lv2/a-eq.ttl.in
libs/plugins/a-reverb.lv2/a-reverb.ttl.in

index 16d7a752bfd6ef55c33fe8c317c13980ab6c8c57..591d9c8d8317b3bc8301df79e212fd268da21a6b 100644 (file)
@@ -149,7 +149,7 @@ A powerful stereo compressor.
 
     doap:name "a-Compressor stereo" ;
     doap:license "GPL v2+" ;
-    doap:maintainer <http://ardour.org/credits.html>
+    doap:maintainer <http://ardour.org/credits.html> ;
 
     lv2:microVersion 1 ;
     lv2:minorVersion 1 .
index da269c7ef51f5ed2878468a23d1df6566a75836c..058fab8a1e52569bb62ee8a609d1de2209830618 100644 (file)
@@ -137,7 +137,7 @@ A powerful mono compressor.
 
     doap:name "a-Compressor" ;
                doap:license <http://usefulinc.com/doap/licenses/gpl> ;
-    doap:maintainer <http://ardour.org/credits.html>
+    doap:maintainer <http://ardour.org/credits.html> ;
 
     lv2:microVersion 1 ;
     lv2:minorVersion 1 .
index b962b5c987e4b3686957a4da24753bb1fd8e3f32..2e29038c3cf9bf52b734bb531778665a37928033 100644 (file)
@@ -155,9 +155,7 @@ A simple delay plugin
 
     doap:name "a-Delay" ;
     doap:license "GPL v2+" ;
-    doap:maintainer <http://ardour.org/credits.html>
-
-#   ui:ui <urn:ardour:a-delay#ui>;
+    doap:maintainer <http://ardour.org/credits.html> ;
 
     lv2:microVersion 1 ;
     lv2:minorVersion 1 .
index 43656f9630cd6c2e51bb72d3067f9e5f93be598c..429e8ea760c6979522ce9c3fa721aba27eba45d3 100644 (file)
@@ -285,9 +285,7 @@ A basic 4 band EQ.
 
     doap:name "a-EQ" ;
     doap:license "GPL v2+" ;
-    doap:maintainer <http://ardour.org/credits.html>
-
-#   ui:ui <urn:ardour:a-eq#ui>;
+    doap:maintainer <http://ardour.org/credits.html> ;
 
     lv2:microVersion 0 ;
     lv2:minorVersion 1 .
index 476c463c5578192a2e475c23ad425e41088834af..df9a5d2acddb7ec13435941ee2ca668d38f75249 100644 (file)
@@ -15,9 +15,9 @@
        a doap:Project, lv2:Plugin, lv2:SpatialPlugin ;
 
        doap:name "a-Reverb";
-       rdfs:comment "A Schroeder Reverberator"
+       rdfs:comment "A Schroeder Reverberator";
 
-       doap:maintainer <http://ardour.org/credits.html>
+       doap:maintainer <http://ardour.org/credits.html> ;
        doap:license <http://usefulinc.com/doap/licenses/gpl> ;
 
        lv2:microVersion 0 ; lv2:minorVersion 2 ;