aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/worker
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/ext/worker
parent7b7d577344694538271bd2e4adfdadfd6f6757b2 (diff)
downloadlv2-6322b252963f1f841feb776582f0abe05316530b.tar.xz
Bump versions, mark up releases, portability fixes.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/worker')
-rw-r--r--lv2/lv2plug.in/ns/ext/worker/manifest.ttl4
-rw-r--r--lv2/lv2plug.in/ns/ext/worker/worker.ttl12
2 files changed, 14 insertions, 2 deletions
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