aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/meta/meta.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-17 04:38:00 +0000
committerDavid Robillard <d@drobilla.net>2012-04-17 04:38:00 +0000
commit6322b252963f1f841feb776582f0abe05316530b (patch)
tree708c5dbde693afe1f4b7f8b37cbba46a03d113f7 /lv2/lv2plug.in/ns/meta/meta.ttl
parent7b7d577344694538271bd2e4adfdadfd6f6757b2 (diff)
downloadlv2-6322b252963f1f841feb776582f0abe05316530b.tar.xz
Bump versions, mark up releases, portability fixes.
Diffstat (limited to 'lv2/lv2plug.in/ns/meta/meta.ttl')
-rw-r--r--lv2/lv2plug.in/ns/meta/meta.ttl41
1 files changed, 39 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/meta/meta.ttl b/lv2/lv2plug.in/ns/meta/meta.ttl
index 979976a..da95822 100644
--- a/lv2/lv2plug.in/ns/meta/meta.ttl
+++ b/lv2/lv2plug.in/ns/meta/meta.ttl
@@ -1,5 +1,7 @@
+@prefix dcs: <http://ontologi.es/doap-changeset#> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix meta: <http://lv2plug.in/ns/meta#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@@ -13,8 +15,7 @@
doap:created "2012-03-25" ;
doap:maintainer <http://drobilla.net/drobilla#me> ;
rdfs:comment """
-This vocabulary describes metadata relevant to the LV2 project (e.g. people
-involved and the license).
+This document describes metadata relevant to the LV2 project.
""" .
<http://opensource.org/licenses/isc>
@@ -24,6 +25,42 @@ Permission to use, copy, modify, and/or distribute this software for any purpose
THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
""" .
+<http://lv2plug.in/ns/lv2>
+ a doap:Project ;
+ lv2:symbol "lv2" ;
+ doap:name "LV2" ;
+ doap:license <http://opensource.org/licenses/isc> ;
+ doap:shortdesc "The LV2 Plugin Interface Project" ;
+ doap:description "LV2 is a plugin standard for audio systems. It defines a minimal yet extensible C API for plugin code and a format for plugin bundles" ;
+ doap:created "2006-05-10" ;
+ doap:homepage <http://lv2plug.in/> ;
+ doap:mailing-list <http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in> ;
+ doap:programming-language "C" ;
+ doap:repository [
+ a doap:SVNRepository ;
+ doap:location <http://lv2plug.in/repo>
+ ] ;
+ doap:developer <http://drobilla.net/drobilla#me> ,
+ <http://plugin.org.uk/swh.xrdf#me> ;
+ doap:helper meta:larsl ,
+ meta:gabrbedd ,
+ meta:daste ,
+ meta:kfoltman ,
+ meta:paniq ;
+ doap:release [
+ doap:revision "1.0.0" ;
+ doap:created "2012-04-16" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-ui-2.4.tar.bz2> ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Initial release as a unified project. Projects can now simply depend on the pkg-config package 'lv2' for all official LV2 APIs."
+ ] , [
+ rdfs:label "New extensions: atom, log, parameters, patch, port-groups, port-props, resize-port, state, time, worker."
+ ]
+ ]
+ ] .
+
<http://drobilla.net/drobilla#me>
a foaf:Person ;
foaf:name "David Robillard" ;