From 68ab5ac516f893fe5366c172599ca4b688ca286a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 18 Feb 2013 04:38:10 +0000 Subject: Update versions. LV2 1.4.0. --- lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl | 4 +++- lv2/lv2plug.in/ns/ext/atom/manifest.ttl | 2 +- lv2/lv2plug.in/ns/ext/buf-size/lv2-buf-size.doap.ttl | 4 +++- lv2/lv2plug.in/ns/ext/buf-size/manifest.ttl | 2 +- lv2/lv2plug.in/ns/ext/event/lv2-event.doap.ttl | 3 ++- lv2/lv2plug.in/ns/ext/event/manifest.ttl | 2 +- lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl | 4 +++- lv2/lv2plug.in/ns/ext/log/manifest.ttl | 4 ++-- lv2/lv2plug.in/ns/ext/options/lv2-options.doap.ttl | 3 ++- lv2/lv2plug.in/ns/ext/options/manifest.ttl | 2 +- lv2/lv2plug.in/ns/ext/patch/lv2-patch.doap.ttl | 3 ++- lv2/lv2plug.in/ns/ext/patch/manifest.ttl | 4 ++-- lv2/lv2plug.in/ns/ext/state/lv2-state.doap.ttl | 4 +++- lv2/lv2plug.in/ns/ext/state/manifest.ttl | 4 ++-- lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl | 4 +++- lv2/lv2plug.in/ns/extensions/ui/manifest.ttl | 2 +- lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl | 4 +++- lv2/lv2plug.in/ns/lv2core/manifest.ttl | 4 ++-- lv2/lv2plug.in/ns/meta/meta.ttl | 9 +++++++-- wscript | 2 +- 20 files changed, 45 insertions(+), 25 deletions(-) diff --git a/lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl b/lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl index db52e54..d5e4d29 100644 --- a/lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl @@ -12,8 +12,10 @@ doap:created "2007-00-00" ; doap:developer ; doap:release [ - doap:revision "1.3" ; + doap:revision "1.4" ; doap:created "2013-01-27" ; + doap:file-release ; + dcs:blame ; dcs:changeset [ dcs:item [ rdfs:label "Fix lv2_atom_sequence_end()." diff --git a/lv2/lv2plug.in/ns/ext/atom/manifest.ttl b/lv2/lv2plug.in/ns/ext/atom/manifest.ttl index f6541c4..3077d35 100644 --- a/lv2/lv2plug.in/ns/ext/atom/manifest.ttl +++ b/lv2/lv2plug.in/ns/ext/atom/manifest.ttl @@ -4,5 +4,5 @@ a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 3 ; + lv2:microVersion 4 ; rdfs:seeAlso . diff --git a/lv2/lv2plug.in/ns/ext/buf-size/lv2-buf-size.doap.ttl b/lv2/lv2plug.in/ns/ext/buf-size/lv2-buf-size.doap.ttl index 3f0fe94..a57ebbd 100644 --- a/lv2/lv2plug.in/ns/ext/buf-size/lv2-buf-size.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/buf-size/lv2-buf-size.doap.ttl @@ -11,8 +11,10 @@ doap:created "2012-08-07" ; doap:developer ; doap:release [ - doap:revision "1.1" ; + doap:revision "1.2" ; doap:created "2012-12-21" ; + doap:file-release ; + dcs:blame ; dcs:changeset [ dcs:item [ rdfs:label "Fix typo in bufsz:sequenceSize label." diff --git a/lv2/lv2plug.in/ns/ext/buf-size/manifest.ttl b/lv2/lv2plug.in/ns/ext/buf-size/manifest.ttl index 28bfcf8..2578336 100644 --- a/lv2/lv2plug.in/ns/ext/buf-size/manifest.ttl +++ b/lv2/lv2plug.in/ns/ext/buf-size/manifest.ttl @@ -4,6 +4,6 @@ a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 1 ; + lv2:microVersion 2 ; rdfs:seeAlso . diff --git a/lv2/lv2plug.in/ns/ext/event/lv2-event.doap.ttl b/lv2/lv2plug.in/ns/ext/event/lv2-event.doap.ttl index a7e5830..64dc567 100644 --- a/lv2/lv2plug.in/ns/ext/event/lv2-event.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/event/lv2-event.doap.ttl @@ -13,8 +13,9 @@ doap:developer , ; doap:release [ - doap:revision "1.9" ; + doap:revision "1.10" ; doap:created "2013-01-13" ; + doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ diff --git a/lv2/lv2plug.in/ns/ext/event/manifest.ttl b/lv2/lv2plug.in/ns/ext/event/manifest.ttl index e2c20a6..7e246f7 100644 --- a/lv2/lv2plug.in/ns/ext/event/manifest.ttl +++ b/lv2/lv2plug.in/ns/ext/event/manifest.ttl @@ -4,6 +4,6 @@ a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 9 ; + lv2:microVersion 10 ; rdfs:seeAlso . diff --git a/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl b/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl index d8e22e2..d1715db 100644 --- a/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl @@ -11,8 +11,10 @@ doap:created "2012-01-12" ; doap:developer ; doap:release [ - doap:revision "1.1" ; + doap:revision "2.0" ; doap:created "2013-01-08" ; + doap:file-release ; + dcs:blame ; dcs:changeset [ dcs:item [ rdfs:label "Add logger convenience API." diff --git a/lv2/lv2plug.in/ns/ext/log/manifest.ttl b/lv2/lv2plug.in/ns/ext/log/manifest.ttl index 4ecb131..25128dd 100644 --- a/lv2/lv2plug.in/ns/ext/log/manifest.ttl +++ b/lv2/lv2plug.in/ns/ext/log/manifest.ttl @@ -3,7 +3,7 @@ a lv2:Specification ; - lv2:minorVersion 1 ; - lv2:microVersion 1 ; + lv2:minorVersion 2 ; + lv2:microVersion 0 ; rdfs:seeAlso . diff --git a/lv2/lv2plug.in/ns/ext/options/lv2-options.doap.ttl b/lv2/lv2plug.in/ns/ext/options/lv2-options.doap.ttl index 8124cf5..6b99ef3 100644 --- a/lv2/lv2plug.in/ns/ext/options/lv2-options.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/options/lv2-options.doap.ttl @@ -11,8 +11,9 @@ doap:created "2012-08-20" ; doap:developer ; doap:release [ - doap:revision "1.1" ; + doap:revision "1.2" ; doap:created "2013-01-10" ; + doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ diff --git a/lv2/lv2plug.in/ns/ext/options/manifest.ttl b/lv2/lv2plug.in/ns/ext/options/manifest.ttl index 5bfc9c5..c0c3315 100644 --- a/lv2/lv2plug.in/ns/ext/options/manifest.ttl +++ b/lv2/lv2plug.in/ns/ext/options/manifest.ttl @@ -4,5 +4,5 @@ a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 1 ; + lv2:microVersion 2 ; rdfs:seeAlso . diff --git a/lv2/lv2plug.in/ns/ext/patch/lv2-patch.doap.ttl b/lv2/lv2plug.in/ns/ext/patch/lv2-patch.doap.ttl index 621a700..a2f3e79 100644 --- a/lv2/lv2plug.in/ns/ext/patch/lv2-patch.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/patch/lv2-patch.doap.ttl @@ -12,8 +12,9 @@ doap:name "LV2 Patch" ; doap:shortdesc "Messages for accessing and manipulating properties." ; doap:release [ - doap:revision "1.1" ; + doap:revision "2.0" ; doap:created "2013-01-10" ; + doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ diff --git a/lv2/lv2plug.in/ns/ext/patch/manifest.ttl b/lv2/lv2plug.in/ns/ext/patch/manifest.ttl index 1037a9c..fcc06be 100644 --- a/lv2/lv2plug.in/ns/ext/patch/manifest.ttl +++ b/lv2/lv2plug.in/ns/ext/patch/manifest.ttl @@ -3,6 +3,6 @@ a lv2:Specification ; - lv2:minorVersion 1 ; - lv2:microVersion 1 ; + lv2:minorVersion 2 ; + lv2:microVersion 0 ; rdfs:seeAlso . diff --git a/lv2/lv2plug.in/ns/ext/state/lv2-state.doap.ttl b/lv2/lv2plug.in/ns/ext/state/lv2-state.doap.ttl index 48fb89f..9e699ad 100644 --- a/lv2/lv2plug.in/ns/ext/state/lv2-state.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/state/lv2-state.doap.ttl @@ -14,8 +14,10 @@ ; doap:maintainer ; doap:release [ - doap:revision "1.3" ; + doap:revision "2.0" ; doap:created "2013-01-16" ; + doap:file-release ; + dcs:blame ; dcs:changeset [ dcs:item [ rdfs:label "Add state:loadDefaultState feature so plugins can have their default state loaded without hard-coding default state as a special case." diff --git a/lv2/lv2plug.in/ns/ext/state/manifest.ttl b/lv2/lv2plug.in/ns/ext/state/manifest.ttl index 4cc3b25..c2aec02 100644 --- a/lv2/lv2plug.in/ns/ext/state/manifest.ttl +++ b/lv2/lv2plug.in/ns/ext/state/manifest.ttl @@ -3,6 +3,6 @@ a lv2:Specification ; - lv2:minorVersion 1 ; - lv2:microVersion 3 ; + lv2:minorVersion 2 ; + lv2:microVersion 0 ; rdfs:seeAlso . diff --git a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl index 1cc3aa4..3dbabeb 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl +++ b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl @@ -13,8 +13,10 @@ doap:developer ; doap:maintainer ; doap:release [ - doap:revision "2.11" ; + doap:revision "2.12" ; doap:created "2012-12-01" ; + doap:file-release ; + dcs:blame ; dcs:changeset [ dcs:item [ rdfs:label "Fix incorrect linker flag in ui:makeSONameResident documentation." diff --git a/lv2/lv2plug.in/ns/extensions/ui/manifest.ttl b/lv2/lv2plug.in/ns/extensions/ui/manifest.ttl index aa62de6..404cbb4 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/manifest.ttl +++ b/lv2/lv2plug.in/ns/extensions/ui/manifest.ttl @@ -4,5 +4,5 @@ a lv2:Specification ; lv2:minorVersion 2 ; - lv2:microVersion 11 ; + lv2:microVersion 12 ; rdfs:seeAlso . \ No newline at end of file diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl index 9e3e256..0c3df5c 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl +++ b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl @@ -16,8 +16,10 @@ ; doap:maintainer ; doap:release [ - doap:revision "9.3" ; + doap:revision "10.0" ; doap:created "2013-02-17" ; + doap:file-release ; + dcs:blame ; dcs:changeset [ dcs:item [ rdfs:label "Add lv2:EnvelopePlugin class." diff --git a/lv2/lv2plug.in/ns/lv2core/manifest.ttl b/lv2/lv2plug.in/ns/lv2core/manifest.ttl index b4d3f41..9a77f67 100644 --- a/lv2/lv2plug.in/ns/lv2core/manifest.ttl +++ b/lv2/lv2plug.in/ns/lv2core/manifest.ttl @@ -4,6 +4,6 @@ a lv2:Specification ; - lv2:minorVersion 9 ; - lv2:microVersion 3 ; + lv2:minorVersion 10 ; + lv2:microVersion 0 ; rdfs:seeAlso . diff --git a/lv2/lv2plug.in/ns/meta/meta.ttl b/lv2/lv2plug.in/ns/meta/meta.ttl index 961e11c..f00a048 100644 --- a/lv2/lv2plug.in/ns/meta/meta.ttl +++ b/lv2/lv2plug.in/ns/meta/meta.ttl @@ -48,10 +48,15 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R meta:kfoltman , meta:paniq ; doap:release [ - doap:revision "1.2.1" ; + doap:revision "1.4.0" ; + doap:created "2013-02-17" ; + doap:file-release ; + dcs:blame ; dcs:changeset [ dcs:item [ - rdfs:label "Add metronome example plugin to demonstrate precise tempo sync." + rdfs:label "Add metronome example plugin to demonstrate sample accurate tempo sync." + ] , [ + rdfs:label "Generate book-style HTML documentation from example plugins." ] ] ] , [ diff --git a/wscript b/wscript index 44aa38d..a2fd6aa 100644 --- a/wscript +++ b/wscript @@ -14,7 +14,7 @@ import waflib.Scripting as Scripting # Variables for 'waf dist' APPNAME = 'lv2' -VERSION = '1.3.3' +VERSION = '1.4.0' # Mandatory variables top = '.' -- cgit v1.2.1