aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/meta
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/lv2plug.in/ns/meta')
-rw-r--r--lv2/lv2plug.in/ns/meta/manifest.ttl2
-rw-r--r--lv2/lv2plug.in/ns/meta/meta.ttl41
2 files changed, 40 insertions, 3 deletions
diff --git a/lv2/lv2plug.in/ns/meta/manifest.ttl b/lv2/lv2plug.in/ns/meta/manifest.ttl
index 69935ed..8b2aac6 100644
--- a/lv2/lv2plug.in/ns/meta/manifest.ttl
+++ b/lv2/lv2plug.in/ns/meta/manifest.ttl
@@ -3,6 +3,6 @@
<http://lv2plug.in/ns/meta>
a lv2:Specification ;
- lv2:minorVersion 0 ;
+ lv2:minorVersion 1 ;
lv2:microVersion 0 ;
rdfs:seeAlso <meta.ttl> .
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" ;