aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/lv2plug.in/ns/ext')
-rw-r--r--lv2/lv2plug.in/ns/ext/atom/atom.ttl12
-rw-r--r--lv2/lv2plug.in/ns/ext/atom/manifest.ttl4
-rw-r--r--lv2/lv2plug.in/ns/ext/data-access/data-access.ttl10
-rw-r--r--lv2/lv2plug.in/ns/ext/data-access/manifest.ttl2
-rw-r--r--lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl10
-rw-r--r--lv2/lv2plug.in/ns/ext/dynmanifest/manifest.ttl2
-rw-r--r--lv2/lv2plug.in/ns/ext/event/event.ttl8
-rw-r--r--lv2/lv2plug.in/ns/ext/event/manifest.ttl2
-rw-r--r--lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl10
-rw-r--r--lv2/lv2plug.in/ns/ext/instance-access/manifest.ttl2
-rw-r--r--lv2/lv2plug.in/ns/ext/log/log.ttl12
-rw-r--r--lv2/lv2plug.in/ns/ext/log/manifest.ttl4
-rw-r--r--lv2/lv2plug.in/ns/ext/midi/manifest.ttl2
-rw-r--r--lv2/lv2plug.in/ns/ext/midi/midi.ttl11
-rw-r--r--lv2/lv2plug.in/ns/ext/parameters/manifest.ttl4
-rw-r--r--lv2/lv2plug.in/ns/ext/parameters/parameters.ttl12
-rw-r--r--lv2/lv2plug.in/ns/ext/patch/manifest.ttl4
-rw-r--r--lv2/lv2plug.in/ns/ext/patch/patch.ttl12
-rw-r--r--lv2/lv2plug.in/ns/ext/port-groups/manifest.ttl4
-rw-r--r--lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl12
-rw-r--r--lv2/lv2plug.in/ns/ext/port-props/manifest.ttl4
-rw-r--r--lv2/lv2plug.in/ns/ext/port-props/port-props.ttl12
-rw-r--r--lv2/lv2plug.in/ns/ext/presets/manifest.ttl2
-rw-r--r--lv2/lv2plug.in/ns/ext/presets/presets.ttl7
-rw-r--r--lv2/lv2plug.in/ns/ext/resize-port/manifest.ttl4
-rw-r--r--lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl12
-rw-r--r--lv2/lv2plug.in/ns/ext/state/manifest.ttl4
-rw-r--r--lv2/lv2plug.in/ns/ext/state/state.ttl12
-rw-r--r--lv2/lv2plug.in/ns/ext/time/manifest.ttl4
-rw-r--r--lv2/lv2plug.in/ns/ext/time/time.ttl12
-rw-r--r--lv2/lv2plug.in/ns/ext/uri-map/manifest.ttl2
-rw-r--r--lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl10
-rw-r--r--lv2/lv2plug.in/ns/ext/urid/manifest.ttl2
-rw-r--r--lv2/lv2plug.in/ns/ext/urid/urid.ttl7
-rw-r--r--lv2/lv2plug.in/ns/ext/worker/manifest.ttl4
-rw-r--r--lv2/lv2plug.in/ns/ext/worker/worker.ttl12
36 files changed, 197 insertions, 52 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl
index 086dc18..ba7b00c 100644
--- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl
+++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl
@@ -22,9 +22,15 @@
doap:created "2007-00-00" ;
doap:developer <http://drobilla.net/drobilla#me> ;
doap:release [
- doap:revision "0.6" ;
- doap:created "2012-02-22" ;
- dcs:blame <http://drobilla.net/drobilla#me>
+ doap:revision "1.0" ;
+ doap:created "2012-04-17" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Initial release."
+ ]
+ ]
] ;
lv2:documentation """
<p>This specification defines a generic container for data, called an
diff --git a/lv2/lv2plug.in/ns/ext/atom/manifest.ttl b/lv2/lv2plug.in/ns/ext/atom/manifest.ttl
index 6af1973..178911e 100644
--- a/lv2/lv2plug.in/ns/ext/atom/manifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/atom/manifest.ttl
@@ -3,6 +3,6 @@
<http://lv2plug.in/ns/ext/atom>
a lv2:Specification ;
- lv2:minorVersion 0 ;
- lv2:microVersion 6 ;
+ lv2:minorVersion 1 ;
+ lv2:microVersion 0 ;
rdfs:seeAlso <atom.ttl> .
diff --git a/lv2/lv2plug.in/ns/ext/data-access/data-access.ttl b/lv2/lv2plug.in/ns/ext/data-access/data-access.ttl
index 5e35de3..5e9557a 100644
--- a/lv2/lv2plug.in/ns/ext/data-access/data-access.ttl
+++ b/lv2/lv2plug.in/ns/ext/data-access/data-access.ttl
@@ -19,6 +19,16 @@
doap:created "2008-00-00" ;
doap:developer <http://drobilla.net/drobilla#me> ;
doap:release [
+ doap:revision "1.6" ;
+ doap:created "2012-04-17" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Merge with unified LV2 package."
+ ]
+ ]
+ ] , [
doap:revision "1.4" ;
doap:created "2011-11-21" ;
doap:file-release <http://lv2plug.in/spec/lv2-data-access-1.4.tar.bz2> ;
diff --git a/lv2/lv2plug.in/ns/ext/data-access/manifest.ttl b/lv2/lv2plug.in/ns/ext/data-access/manifest.ttl
index f7ccd9d..85e50fc 100644
--- a/lv2/lv2plug.in/ns/ext/data-access/manifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/data-access/manifest.ttl
@@ -4,6 +4,6 @@
<http://lv2plug.in/ns/ext/data-access>
a lv2:Specification ;
lv2:minorVersion 1 ;
- lv2:microVersion 4 ;
+ lv2:microVersion 6 ;
rdfs:seeAlso <data-access.ttl> .
diff --git a/lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl b/lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl
index d982537..b3e738e 100644
--- a/lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl
+++ b/lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl
@@ -14,6 +14,16 @@
doap:programming-language "C" ;
doap:developer <http://lv2plug.in/ns/meta#daste> ;
doap:release [
+ doap:revision "1.4" ;
+ doap:created "2012-04-17" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Merge with unified LV2 package."
+ ]
+ ]
+ ] , [
doap:revision "1.2" ;
doap:created "2011-11-21" ;
dcs:blame <http://drobilla.net/drobilla#me> ;
diff --git a/lv2/lv2plug.in/ns/ext/dynmanifest/manifest.ttl b/lv2/lv2plug.in/ns/ext/dynmanifest/manifest.ttl
index 79d5430..62cbd45 100644
--- a/lv2/lv2plug.in/ns/ext/dynmanifest/manifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/dynmanifest/manifest.ttl
@@ -4,6 +4,6 @@
<http://lv2plug.in/ns/ext/dynmanifest>
a lv2:Specification ;
lv2:minorVersion 1 ;
- lv2:microVersion 2 ;
+ lv2:microVersion 4 ;
rdfs:seeAlso <dynmanifest.ttl> ,
<lv2-dynmanifest.doap.ttl> .
diff --git a/lv2/lv2plug.in/ns/ext/event/event.ttl b/lv2/lv2plug.in/ns/ext/event/event.ttl
index dd3ba3a..e6a11a3 100644
--- a/lv2/lv2plug.in/ns/ext/event/event.ttl
+++ b/lv2/lv2plug.in/ns/ext/event/event.ttl
@@ -9,6 +9,7 @@
<http://lv2plug.in/ns/ext/event>
a lv2:Specification ;
+ owl:deprecated true ;
doap:license <http://opensource.org/licenses/isc> ;
doap:name "LV2 Event" ;
doap:shortdesc "A port-based real-time generic event interface." ;
@@ -16,14 +17,17 @@
<event-helpers.h> ,
<../../meta/meta.ttl> ;
doap:release [
- doap:revision "1.5" ;
- doap:created "2012-04-05" ;
+ doap:revision "1.6" ;
+ doap:created "2012-04-17" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ;
dcs:blame <http://drobilla.net/drobilla#me> ;
dcs:changeset [
dcs:item [
rdfs:label "Fix bug in lv2_event_reserve()."
] , [
rdfs:label "Fix incorrect ranges of some properties."
+ ] , [
+ rdfs:label "Merge with unified LV2 package."
]
]
] , [
diff --git a/lv2/lv2plug.in/ns/ext/event/manifest.ttl b/lv2/lv2plug.in/ns/ext/event/manifest.ttl
index 0fca25c..2b21906 100644
--- a/lv2/lv2plug.in/ns/ext/event/manifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/event/manifest.ttl
@@ -4,6 +4,6 @@
<http://lv2plug.in/ns/ext/event>
a lv2:Specification ;
lv2:minorVersion 1 ;
- lv2:microVersion 5 ;
+ lv2:microVersion 6 ;
rdfs:seeAlso <event.ttl> .
diff --git a/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl b/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl
index 773d85e..87105bc 100644
--- a/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl
+++ b/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl
@@ -18,6 +18,16 @@
doap:created "2010-10-04" ;
doap:developer <http://drobilla.net/drobilla#me> ;
doap:release [
+ doap:revision "1.6" ;
+ doap:created "2012-04-17" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Merge with unified LV2 package."
+ ]
+ ]
+ ] , [
doap:revision "1.4" ;
doap:created "2011-11-21" ;
doap:file-release <http://lv2plug.in/spec/lv2-instance-access-1.4.tar.bz2> ;
diff --git a/lv2/lv2plug.in/ns/ext/instance-access/manifest.ttl b/lv2/lv2plug.in/ns/ext/instance-access/manifest.ttl
index d6412c5..cee5dbf 100644
--- a/lv2/lv2plug.in/ns/ext/instance-access/manifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/instance-access/manifest.ttl
@@ -4,6 +4,6 @@
<http://lv2plug.in/ns/ext/instance-access>
a lv2:Specification ;
lv2:minorVersion 1 ;
- lv2:microVersion 4 ;
+ lv2:microVersion 6 ;
rdfs:seeAlso <instance-access.ttl> .
diff --git a/lv2/lv2plug.in/ns/ext/log/log.ttl b/lv2/lv2plug.in/ns/ext/log/log.ttl
index 7c32466..bec4349 100644
--- a/lv2/lv2plug.in/ns/ext/log/log.ttl
+++ b/lv2/lv2plug.in/ns/ext/log/log.ttl
@@ -1,4 +1,5 @@
@prefix doap: <http://usefulinc.com/ns/doap#> .
+@prefix dcs: <http://ontologi.es/doap-changeset#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix log: <http://lv2plug.in/ns/ext/log#> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@@ -14,6 +15,17 @@
doap:shortdesc "A feature for writing log messages." ;
doap:created "2012-01-12" ;
doap:developer <http://drobilla.net/drobilla#me> ;
+ doap:release [
+ doap:revision "1.0" ;
+ doap:created "2012-04-17" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Initial release."
+ ]
+ ]
+ ] ;
lv2:documentation """
<p>This extension defines a feature, log:log, which allows plugins to print log
messages with an API much like the standard C printf functions. This allows,
diff --git a/lv2/lv2plug.in/ns/ext/log/manifest.ttl b/lv2/lv2plug.in/ns/ext/log/manifest.ttl
index 7d00e2e..09f7c65 100644
--- a/lv2/lv2plug.in/ns/ext/log/manifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/log/manifest.ttl
@@ -3,7 +3,7 @@
<http://lv2plug.in/ns/ext/log>
a lv2:Specification ;
- lv2:minorVersion 0 ;
- lv2:microVersion 1 ;
+ lv2:minorVersion 1 ;
+ lv2:microVersion 0 ;
rdfs:seeAlso <log.ttl> .
diff --git a/lv2/lv2plug.in/ns/ext/midi/manifest.ttl b/lv2/lv2plug.in/ns/ext/midi/manifest.ttl
index 87823e8..28cb4c4 100644
--- a/lv2/lv2plug.in/ns/ext/midi/manifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/midi/manifest.ttl
@@ -4,6 +4,6 @@
<http://lv2plug.in/ns/ext/midi>
a lv2:Specification ;
lv2:minorVersion 1 ;
- lv2:microVersion 5 ;
+ lv2:microVersion 6 ;
rdfs:seeAlso <midi.ttl> .
diff --git a/lv2/lv2plug.in/ns/ext/midi/midi.ttl b/lv2/lv2plug.in/ns/ext/midi/midi.ttl
index 2cb5415..d57bfde 100644
--- a/lv2/lv2plug.in/ns/ext/midi/midi.ttl
+++ b/lv2/lv2plug.in/ns/ext/midi/midi.ttl
@@ -22,15 +22,18 @@
doap:developer <http://lv2plug.in/ns/meta#larsl> ,
<http://drobilla.net/drobilla#me> ;
doap:release [
- doap:revision "1.5" ;
- doap:created "2012-04-13" ;
+ doap:revision "1.6" ;
+ doap:created "2012-04-17" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ;
dcs:blame <http://drobilla.net/drobilla#me> ;
dcs:changeset [
dcs:item [
rdfs:label "Add class definitions for various message types."
] , [
- rdfs:label "Document how to serialise a MidiEvent to a string."
- ]
+ rdfs:label "Document how to serialise a MidiEvent to a string."
+ ] , [
+ rdfs:label "Merge with unified LV2 package."
+ ]
]
] , [
doap:revision "1.4" ;
diff --git a/lv2/lv2plug.in/ns/ext/parameters/manifest.ttl b/lv2/lv2plug.in/ns/ext/parameters/manifest.ttl
index b027fef..f3b6084 100644
--- a/lv2/lv2plug.in/ns/ext/parameters/manifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/parameters/manifest.ttl
@@ -3,6 +3,6 @@
<http://lv2plug.in/ns/ext/parameters>
a lv2:Specification ;
- lv2:minorVersion 0 ;
- lv2:microVersion 2 ;
+ lv2:minorVersion 1 ;
+ lv2:microVersion 0 ;
rdfs:seeAlso <parameters.ttl> .
diff --git a/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl b/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl
index 9642c32..5bae008 100644
--- a/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl
+++ b/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl
@@ -1,3 +1,4 @@
+@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#> .
@@ -12,8 +13,15 @@
rdfs:seeAlso <../../meta/meta.ttl> ;
doap:name "LV2 Parameters" ;
doap:release [
- doap:revision "0.2" ;
- doap:created "2012-03-23"
+ doap:revision "1.0" ;
+ doap:created "2012-04-17" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Initial release."
+ ]
+ ]
] ;
doap:created "2009-00-00" ;
doap:shortdesc "Common parameters for audio processing." ;
diff --git a/lv2/lv2plug.in/ns/ext/patch/manifest.ttl b/lv2/lv2plug.in/ns/ext/patch/manifest.ttl
index 67c17db..38b93ae 100644
--- a/lv2/lv2plug.in/ns/ext/patch/manifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/patch/manifest.ttl
@@ -3,6 +3,6 @@
<http://lv2plug.in/ns/ext/patch>
a lv2:Specification ;
- lv2:minorVersion 0 ;
- lv2:microVersion 1 ;
+ lv2:minorVersion 1 ;
+ lv2:microVersion 0 ;
rdfs:seeAlso <patch.ttl> .
diff --git a/lv2/lv2plug.in/ns/ext/patch/patch.ttl b/lv2/lv2plug.in/ns/ext/patch/patch.ttl
index 8db1dae..9c223bc 100644
--- a/lv2/lv2plug.in/ns/ext/patch/patch.ttl
+++ b/lv2/lv2plug.in/ns/ext/patch/patch.ttl
@@ -1,3 +1,4 @@
+@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#> .
@@ -16,8 +17,15 @@
doap:developer <http://drobilla.net/drobilla#me> ;
doap:name "LV2 Patch" ;
doap:release [
- doap:created "2012-02-08" ;
- doap:revision "0.1"
+ doap:revision "1.0" ;
+ doap:created "2012-04-17" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Initial release."
+ ]
+ ]
] ;
doap:shortdesc "Messages for accessing and manipulating properties." ;
lv2:documentation """
diff --git a/lv2/lv2plug.in/ns/ext/port-groups/manifest.ttl b/lv2/lv2plug.in/ns/ext/port-groups/manifest.ttl
index ff4205b..be485ac 100644
--- a/lv2/lv2plug.in/ns/ext/port-groups/manifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/port-groups/manifest.ttl
@@ -3,7 +3,7 @@
<http://lv2plug.in/ns/ext/port-groups>
a lv2:Specification ;
- lv2:minorVersion 0 ;
- lv2:microVersion 1 ;
+ lv2:minorVersion 1 ;
+ lv2:microVersion 0 ;
rdfs:seeAlso <port-groups.ttl> .
diff --git a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl
index f9f9700..134c013 100644
--- a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl
+++ b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl
@@ -1,4 +1,5 @@
@prefix amb: <http://ambisonics.ch/standards/channels/> .
+@prefix dcs: <http://ontologi.es/doap-changeset#> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@@ -11,6 +12,17 @@
rdfs:seeAlso <../../meta/meta.ttl> ;
doap:license <http://opensource.org/licenses/isc> ;
doap:name "LV2 Port Groups" ;
+ doap:release [
+ doap:revision "1.0" ;
+ doap:created "2012-04-17" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Initial release."
+ ]
+ ]
+ ] ;
doap:shortdesc "Multi-channel groups of LV2 ports." ;
doap:created "2008-00-00" ;
doap:developer <http://lv2plug.in/ns/meta#larsl> ,
diff --git a/lv2/lv2plug.in/ns/ext/port-props/manifest.ttl b/lv2/lv2plug.in/ns/ext/port-props/manifest.ttl
index b88a0c7..56fbeb0 100644
--- a/lv2/lv2plug.in/ns/ext/port-props/manifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/port-props/manifest.ttl
@@ -3,6 +3,6 @@
<http://lv2plug.in/ns/ext/port-props>
a lv2:Specification ;
- lv2:minorVersion 0 ;
- lv2:microVersion 2 ;
+ lv2:minorVersion 1 ;
+ lv2:microVersion 0 ;
rdfs:seeAlso <port-props.ttl> .
diff --git a/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl b/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl
index 00b5ff3..bdb049a 100644
--- a/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl
+++ b/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl
@@ -1,3 +1,4 @@
+@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#> .
@@ -11,8 +12,15 @@
rdfs:seeAlso <../../meta/meta.ttl> ;
doap:name "LV2 Port Properties" ;
doap:release [
- doap:revision "0.2" ;
- doap:created "2012-03-23"
+ doap:revision "1.0" ;
+ doap:created "2012-04-17" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Initial release."
+ ]
+ ]
] ;
doap:created "2009-01-01" ;
doap:shortdesc "Various port properties." ;
diff --git a/lv2/lv2plug.in/ns/ext/presets/manifest.ttl b/lv2/lv2plug.in/ns/ext/presets/manifest.ttl
index 4437516..b126f9d 100644
--- a/lv2/lv2plug.in/ns/ext/presets/manifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/presets/manifest.ttl
@@ -4,6 +4,6 @@
<http://lv2plug.in/ns/ext/presets>
a lv2:Specification ;
lv2:minorVersion 2 ;
- lv2:microVersion 5 ;
+ lv2:microVersion 6 ;
rdfs:seeAlso <presets.ttl> .
diff --git a/lv2/lv2plug.in/ns/ext/presets/presets.ttl b/lv2/lv2plug.in/ns/ext/presets/presets.ttl
index 756590f..eca0c3e 100644
--- a/lv2/lv2plug.in/ns/ext/presets/presets.ttl
+++ b/lv2/lv2plug.in/ns/ext/presets/presets.ttl
@@ -17,14 +17,17 @@
doap:created "2009-00-00" ;
doap:developer <http://drobilla.net/drobilla#me> ;
doap:release [
- doap:revision "2.5" ;
- doap:created "2012-04-12" ;
+ doap:revision "2.6" ;
+ doap:created "2012-04-17" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ;
dcs:blame <http://drobilla.net/drobilla#me> ;
dcs:changeset [
dcs:item [
rdfs:label "Add pset:preset property for describing the preset currently applied to a plugin instance."
] , [
rdfs:label "Remove pset:appliesTo property, use lv2:appliesTo instead."
+ ] , [
+ rdfs:label "Merge with unified LV2 package."
]
]
] , [
diff --git a/lv2/lv2plug.in/ns/ext/resize-port/manifest.ttl b/lv2/lv2plug.in/ns/ext/resize-port/manifest.ttl
index 37d1b42..21569ae 100644
--- a/lv2/lv2plug.in/ns/ext/resize-port/manifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/resize-port/manifest.ttl
@@ -3,7 +3,7 @@
<http://lv2plug.in/ns/ext/resize-port>
a lv2:Specification ;
- lv2:minorVersion 0 ;
- lv2:microVersion 1 ;
+ lv2:minorVersion 1 ;
+ lv2:microVersion 0 ;
rdfs:seeAlso <resize-port.ttl> .
diff --git a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl
index 5f5c73e..9b56e40 100644
--- a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl
+++ b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl
@@ -1,3 +1,4 @@
+@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#> .
@@ -16,6 +17,17 @@
doap:shortdesc "Dynamically sized LV2 port buffers." ;
doap:created "2007-00-00" ;
doap:developer <http://drobilla.net/drobilla#me> ;
+ doap:release [
+ doap:revision "1.0" ;
+ doap:created "2012-04-17" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Initial release."
+ ]
+ ]
+ ] ;
lv2:documentation """
<p>This extension defines a feature, rsz:resize, which allows plugins to
dynamically resize their output port buffers.</p>
diff --git a/lv2/lv2plug.in/ns/ext/state/manifest.ttl b/lv2/lv2plug.in/ns/ext/state/manifest.ttl
index 306712c..f634680 100644
--- a/lv2/lv2plug.in/ns/ext/state/manifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/state/manifest.ttl
@@ -3,6 +3,6 @@
<http://lv2plug.in/ns/ext/state>
a lv2:Specification ;
- lv2:minorVersion 0 ;
- lv2:microVersion 8 ;
+ lv2:minorVersion 1 ;
+ lv2:microVersion 0 ;
rdfs:seeAlso <state.ttl> .
diff --git a/lv2/lv2plug.in/ns/ext/state/state.ttl b/lv2/lv2plug.in/ns/ext/state/state.ttl
index 237fc9c..c8e040c 100644
--- a/lv2/lv2plug.in/ns/ext/state/state.ttl
+++ b/lv2/lv2plug.in/ns/ext/state/state.ttl
@@ -14,9 +14,15 @@
doap:shortdesc "An interface for LV2 plugins to save and restore state." ;
doap:license <http://opensource.org/licenses/isc> ;
doap:release [
- doap:revision "0.8" ;
- doap:created "2012-03-30" ;
- dcs:blame <http://drobilla.net/drobilla#me>
+ doap:revision "1.0" ;
+ doap:created "2012-04-17" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Initial release."
+ ]
+ ]
] ;
doap:created "2010-11-09" ;
doap:developer <http://lv2plug.in/ns/meta#paniq> ,
diff --git a/lv2/lv2plug.in/ns/ext/time/manifest.ttl b/lv2/lv2plug.in/ns/ext/time/manifest.ttl
index 6d529b3..b181cef 100644
--- a/lv2/lv2plug.in/ns/ext/time/manifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/time/manifest.ttl
@@ -3,7 +3,7 @@
<http://lv2plug.in/ns/ext/time>
a lv2:Specification ;
- lv2:minorVersion 0 ;
- lv2:microVersion 2 ;
+ lv2:minorVersion 1 ;
+ lv2:microVersion 0 ;
rdfs:seeAlso <time.ttl> .
diff --git a/lv2/lv2plug.in/ns/ext/time/time.ttl b/lv2/lv2plug.in/ns/ext/time/time.ttl
index 6bf4842..9d1b497 100644
--- a/lv2/lv2plug.in/ns/ext/time/time.ttl
+++ b/lv2/lv2plug.in/ns/ext/time/time.ttl
@@ -1,3 +1,4 @@
+@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#> .
@@ -14,8 +15,15 @@
doap:name "LV2 Time" ;
doap:shortdesc "Properties for describing time." ;
doap:release [
- doap:revision "0.2" ;
- doap:created "2012-02-28"
+ doap:revision "1.0" ;
+ doap:created "2012-04-17" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Initial release."
+ ]
+ ]
] ;
doap:created "2011-10-05" ;
doap:developer <http://drobilla.net/drobilla#me> ;
diff --git a/lv2/lv2plug.in/ns/ext/uri-map/manifest.ttl b/lv2/lv2plug.in/ns/ext/uri-map/manifest.ttl
index 0348a55..87087b6 100644
--- a/lv2/lv2plug.in/ns/ext/uri-map/manifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/uri-map/manifest.ttl
@@ -4,5 +4,5 @@
<http://lv2plug.in/ns/ext/uri-map>
a lv2:Specification ;
lv2:minorVersion 1 ;
- lv2:microVersion 4 ;
+ lv2:microVersion 6 ;
rdfs:seeAlso <uri-map.ttl> .
diff --git a/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl b/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl
index 5c178b6..23b310a 100644
--- a/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl
+++ b/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl
@@ -22,6 +22,16 @@
doap:name "LV2 URI Map" ;
doap:shortdesc "A feature for mapping URIs to integers." ;
doap:release [
+ doap:revision "1.6" ;
+ doap:created "2012-04-17" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Merge with unified LV2 package."
+ ]
+ ]
+ ] , [
doap:revision "1.4" ;
doap:created "2011-11-21" ;
dcs:blame <http://drobilla.net/drobilla#me> ;
diff --git a/lv2/lv2plug.in/ns/ext/urid/manifest.ttl b/lv2/lv2plug.in/ns/ext/urid/manifest.ttl
index cf68dfc..514a05c 100644
--- a/lv2/lv2plug.in/ns/ext/urid/manifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/urid/manifest.ttl
@@ -4,5 +4,5 @@
<http://lv2plug.in/ns/ext/urid>
a lv2:Specification ;
lv2:minorVersion 1 ;
- lv2:microVersion 1 ;
+ lv2:microVersion 2 ;
rdfs:seeAlso <urid.ttl> .
diff --git a/lv2/lv2plug.in/ns/ext/urid/urid.ttl b/lv2/lv2plug.in/ns/ext/urid/urid.ttl
index a73c511..7fbd43a 100644
--- a/lv2/lv2plug.in/ns/ext/urid/urid.ttl
+++ b/lv2/lv2plug.in/ns/ext/urid/urid.ttl
@@ -13,12 +13,15 @@
doap:name "LV2 URID" ;
doap:shortdesc "Features for mapping URIs to and from integers." ;
doap:release [
- doap:revision "1.1" ;
- doap:created "2012-04-13" ;
+ doap:revision "1.2" ;
+ doap:created "2012-04-17" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ;
dcs:blame <http://drobilla.net/drobilla#me> ;
dcs:changeset [
dcs:item [
rdfs:label "Add feature struct names."
+ ] , [
+ rdfs:label "Merge with unified LV2 package."
]
]
] , [
diff --git a/lv2/lv2plug.in/ns/ext/worker/manifest.ttl b/lv2/lv2plug.in/ns/ext/worker/manifest.ttl
index af46f01..02cf27f 100644
--- a/lv2/lv2plug.in/ns/ext/worker/manifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/worker/manifest.ttl
@@ -3,6 +3,6 @@
<http://lv2plug.in/ns/ext/worker>
a lv2:Specification ;
- lv2:minorVersion 0 ;
- lv2:microVersion 1 ;
+ lv2:minorVersion 1 ;
+ lv2:microVersion 0 ;
rdfs:seeAlso <worker.ttl> .
diff --git a/lv2/lv2plug.in/ns/ext/worker/worker.ttl b/lv2/lv2plug.in/ns/ext/worker/worker.ttl
index 4c2891c..5226b00 100644
--- a/lv2/lv2plug.in/ns/ext/worker/worker.ttl
+++ b/lv2/lv2plug.in/ns/ext/worker/worker.ttl
@@ -1,3 +1,4 @@
+@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#> .
@@ -15,6 +16,17 @@
doap:shortdesc "Support for a non-realtime plugin worker method." ;
doap:created "2012-03-22" ;
doap:developer <http://drobilla.net/drobilla#me> ;
+ doap:release [
+ doap:revision "1.0" ;
+ doap:created "2012-04-17" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Initial release."
+ ]
+ ]
+ ] ;
lv2:documentation """
<p>This extension allows plugins to have a non-realtime worker method, with
thread sychronisation and communication issues handled by the host. This