From 6322b252963f1f841feb776582f0abe05316530b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 17 Apr 2012 04:38:00 +0000 Subject: Bump versions, mark up releases, portability fixes. --- lv2/lv2plug.in/ns/ext/worker/manifest.ttl | 4 ++-- lv2/lv2plug.in/ns/ext/worker/worker.ttl | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/worker') 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 @@ a lv2:Specification ; - lv2:minorVersion 0 ; - lv2:microVersion 1 ; + lv2:minorVersion 1 ; + lv2:microVersion 0 ; rdfs:seeAlso . 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: . @prefix doap: . @prefix foaf: . @prefix lv2: . @@ -15,6 +16,17 @@ doap:shortdesc "Support for a non-realtime plugin worker method." ; doap:created "2012-03-22" ; doap:developer ; + doap:release [ + doap:revision "1.0" ; + doap:created "2012-04-17" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Initial release." + ] + ] + ] ; lv2:documentation """

This extension allows plugins to have a non-realtime worker method, with thread sychronisation and communication issues handled by the host. This -- cgit v1.2.1