From 3907dc1f3e36ce13f951ab6b9d9dccd0d7fa39b3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 16 Aug 2012 04:10:17 +0000 Subject: Associate plugins with a project rather than put doap:Project metadata on plugins. --- plugins/eg-amp.lv2/amp.ttl | 18 ++++++------------ plugins/eg-sampler.lv2/sampler.ttl | 1 + plugins/eg-synth.lv2/synth.ttl | 6 +----- 3 files changed, 8 insertions(+), 17 deletions(-) (limited to 'plugins') diff --git a/plugins/eg-amp.lv2/amp.ttl b/plugins/eg-amp.lv2/amp.ttl index aa2d50d..350f6ea 100644 --- a/plugins/eg-amp.lv2/amp.ttl +++ b/plugins/eg-amp.lv2/amp.ttl @@ -22,16 +22,10 @@ @prefix rdf: . @prefix rdfs: . - - a foaf:Person ; - foaf:name "David Robillard" ; - foaf:mbox ; - rdfs:seeAlso . - a lv2:Plugin , lv2:AmplifierPlugin ; - doap:maintainer ; + lv2:project ; doap:name "Simple Amplifier" , "简单放大器"@ch , "Einfacher Verstärker"@de , @@ -63,23 +57,23 @@ lv2:scalePoint [ rdfs:label "+5" ; rdf:value 5.0 - ] , [ + ] , [ rdfs:label "0" ; rdf:value 0.0 - ] , [ + ] , [ rdfs:label "-5" ; rdf:value -5.0 - ] , [ + ] , [ rdfs:label "-10" ; rdf:value -10.0 ] - ] , [ + ] , [ a lv2:AudioPort , lv2:InputPort ; lv2:index 1 ; lv2:symbol "in" ; lv2:name "In" - ] , [ + ] , [ a lv2:AudioPort , lv2:OutputPort ; lv2:index 2 ; diff --git a/plugins/eg-sampler.lv2/sampler.ttl b/plugins/eg-sampler.lv2/sampler.ttl index 140992e..60bf901 100644 --- a/plugins/eg-sampler.lv2/sampler.ttl +++ b/plugins/eg-sampler.lv2/sampler.ttl @@ -28,6 +28,7 @@ a lv2:Plugin ; doap:name "Example Sampler" ; doap:license ; + lv2:project ; lv2:requiredFeature urid:map , work:schedule ; lv2:optionalFeature lv2:hardRTCapable ; diff --git a/plugins/eg-synth.lv2/synth.ttl b/plugins/eg-synth.lv2/synth.ttl index dd6afa4..fb97d56 100644 --- a/plugins/eg-synth.lv2/synth.ttl +++ b/plugins/eg-synth.lv2/synth.ttl @@ -22,13 +22,9 @@ a lv2:Plugin , lv2:InstrumentPlugin ; - doap:maintainer [ - a foaf:Person ; - foaf:name "Harry van Haaren" ; - foaf:mbox - ] ; doap:name "Example Synthesizer" ; doap:license ; + lv2:project ; lv2:optionalFeature lv2:hardRTCapable ; lv2:port [ a lv2:InputPort , -- cgit v1.2.1