From 0fa4d4847eb6d5bb0f58da889933c94c37ecb730 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 3 Feb 2019 17:01:24 +0100 Subject: LV2 1.16.0 --- lv2/atom/lv2-atom.doap.ttl | 5 +++-- lv2/atom/manifest.ttl | 2 +- lv2/core/lv2core.doap.ttl | 5 +++-- lv2/core/manifest.ttl | 2 +- lv2/core/meta.ttl | 15 +++++++++++---- lv2/midi/lv2-midi.doap.ttl | 6 ++++-- lv2/midi/manifest.ttl | 2 +- lv2/options/lv2-options.doap.ttl | 5 +++-- lv2/options/manifest.ttl | 2 +- lv2/patch/lv2-patch.doap.ttl | 5 +++-- lv2/patch/manifest.ttl | 2 +- lv2/state/lv2-state.doap.ttl | 5 +++-- lv2/state/manifest.ttl | 2 +- lv2/time/lv2-time.doap.ttl | 5 +++-- lv2/time/manifest.ttl | 2 +- lv2/units/lv2-units.doap.ttl | 5 +++-- lv2/units/manifest.ttl | 2 +- wscript | 2 +- 18 files changed, 45 insertions(+), 29 deletions(-) diff --git a/lv2/atom/lv2-atom.doap.ttl b/lv2/atom/lv2-atom.doap.ttl index 681ff77..1613c64 100644 --- a/lv2/atom/lv2-atom.doap.ttl +++ b/lv2/atom/lv2-atom.doap.ttl @@ -11,8 +11,9 @@ doap:created "2007-00-00" ; doap:developer ; doap:release [ - doap:revision "2.1" ; - doap:created "2016-10-03" ; + doap:revision "2.2" ; + doap:created "2019-02-03" ; + doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ diff --git a/lv2/atom/manifest.ttl b/lv2/atom/manifest.ttl index ebdf111..ae6195b 100644 --- a/lv2/atom/manifest.ttl +++ b/lv2/atom/manifest.ttl @@ -4,5 +4,5 @@ a lv2:Specification ; lv2:minorVersion 2 ; - lv2:microVersion 1 ; + lv2:microVersion 2 ; rdfs:seeAlso . diff --git a/lv2/core/lv2core.doap.ttl b/lv2/core/lv2core.doap.ttl index af2a983..aace5ba 100644 --- a/lv2/core/lv2core.doap.ttl +++ b/lv2/core/lv2core.doap.ttl @@ -16,8 +16,9 @@ ; doap:maintainer ; doap:release [ - doap:revision "15.0" ; - doap:created "2018-10-28" ; + doap:revision "16.0" ; + doap:created "2019-02-03" ; + doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ diff --git a/lv2/core/manifest.ttl b/lv2/core/manifest.ttl index d331434..7abddce 100644 --- a/lv2/core/manifest.ttl +++ b/lv2/core/manifest.ttl @@ -5,7 +5,7 @@ a lv2:Specification ; - lv2:minorVersion 15 ; + lv2:minorVersion 16 ; lv2:microVersion 0 ; rdfs:seeAlso . diff --git a/lv2/core/meta.ttl b/lv2/core/meta.ttl index d6290f9..4752dcb 100644 --- a/lv2/core/meta.ttl +++ b/lv2/core/meta.ttl @@ -38,20 +38,27 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R meta:kfoltman , meta:paniq ; doap:release [ - doap:revision "1.15.4" ; - doap:created "2018-09-22" ; + doap:revision "1.16.0" ; + doap:created "2019-02-03" ; + doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ rdfs:label "Add core/attributes.h utility header." - ] , [ - rdfs:label "Include waf sources and fix build with Python 3.7." ] , [ rdfs:label "eg-sampler: Add waveform display to UI." ] , [ rdfs:label "eg-midigate: Respond to \"all notes off\" MIDI message." + ] , [ + rdfs:label "Simplify use of lv2specgen." ] , [ rdfs:label "Add lv2_validate utility." + ] , [ + rdfs:label "Install headers to simpler paths." + ] , [ + rdfs:label "Aggressively deprecate uri-map and event extensions." + ] , [ + rdfs:label "Upgrade build system and fix building with Python 3.7." ] ] ] , [ diff --git a/lv2/midi/lv2-midi.doap.ttl b/lv2/midi/lv2-midi.doap.ttl index 822e135..8a9315a 100644 --- a/lv2/midi/lv2-midi.doap.ttl +++ b/lv2/midi/lv2-midi.doap.ttl @@ -13,8 +13,10 @@ doap:developer , ; doap:release [ - doap:revision "1.9" ; - doap:created "2018-05-27" ; + doap:revision "1.10" ; + doap:created "2019-02-03" ; + doap:file-release ; + dcs:blame ; dcs:changeset [ dcs:item [ rdfs:label "Fix incorrect range of midi:chunk." diff --git a/lv2/midi/manifest.ttl b/lv2/midi/manifest.ttl index 754028d..6dd7db6 100644 --- a/lv2/midi/manifest.ttl +++ b/lv2/midi/manifest.ttl @@ -4,6 +4,6 @@ a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 9 ; + lv2:microVersion 10 ; rdfs:seeAlso . diff --git a/lv2/options/lv2-options.doap.ttl b/lv2/options/lv2-options.doap.ttl index 2993d13..22efbfc 100644 --- a/lv2/options/lv2-options.doap.ttl +++ b/lv2/options/lv2-options.doap.ttl @@ -10,8 +10,9 @@ doap:created "2012-08-20" ; doap:developer ; doap:release [ - doap:revision "1.3" ; - doap:created "2018-10-27" ; + doap:revision "1.4" ; + doap:created "2019-02-03" ; + doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ diff --git a/lv2/options/manifest.ttl b/lv2/options/manifest.ttl index c0c3315..bab8984 100644 --- a/lv2/options/manifest.ttl +++ b/lv2/options/manifest.ttl @@ -4,5 +4,5 @@ a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 2 ; + lv2:microVersion 4 ; rdfs:seeAlso . diff --git a/lv2/patch/lv2-patch.doap.ttl b/lv2/patch/lv2-patch.doap.ttl index 34c091f..2a76d9b 100644 --- a/lv2/patch/lv2-patch.doap.ttl +++ b/lv2/patch/lv2-patch.doap.ttl @@ -11,8 +11,9 @@ doap:name "LV2 Patch" ; doap:shortdesc "Messages for accessing and manipulating properties." ; doap:release [ - doap:revision "2.5" ; - doap:created "2016-10-03" ; + doap:revision "2.6" ; + doap:created "2019-02-03" ; + doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ diff --git a/lv2/patch/manifest.ttl b/lv2/patch/manifest.ttl index 9803a5d..598bf29 100644 --- a/lv2/patch/manifest.ttl +++ b/lv2/patch/manifest.ttl @@ -4,5 +4,5 @@ a lv2:Specification ; lv2:minorVersion 2 ; - lv2:microVersion 5 ; + lv2:microVersion 6 ; rdfs:seeAlso . diff --git a/lv2/state/lv2-state.doap.ttl b/lv2/state/lv2-state.doap.ttl index fd87a13..4ad6089 100644 --- a/lv2/state/lv2-state.doap.ttl +++ b/lv2/state/lv2-state.doap.ttl @@ -13,8 +13,9 @@ ; doap:maintainer ; doap:release [ - doap:revision "2.3" ; - doap:created "2016-10-19" ; + doap:revision "2.4" ; + doap:created "2019-02-03" ; + doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ diff --git a/lv2/state/manifest.ttl b/lv2/state/manifest.ttl index 2a54874..e2d4d30 100644 --- a/lv2/state/manifest.ttl +++ b/lv2/state/manifest.ttl @@ -4,5 +4,5 @@ a lv2:Specification ; lv2:minorVersion 2 ; - lv2:microVersion 3 ; + lv2:microVersion 4 ; rdfs:seeAlso . diff --git a/lv2/time/lv2-time.doap.ttl b/lv2/time/lv2-time.doap.ttl index c380d46..a46b9f6 100644 --- a/lv2/time/lv2-time.doap.ttl +++ b/lv2/time/lv2-time.doap.ttl @@ -10,8 +10,9 @@ doap:created "2011-10-05" ; doap:developer ; doap:release [ - doap:revision "1.5" ; - doap:created "2018-05-21" ; + doap:revision "1.6" ; + doap:created "2019-02-03" ; + doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ diff --git a/lv2/time/manifest.ttl b/lv2/time/manifest.ttl index 3a8bfee..55a82f1 100644 --- a/lv2/time/manifest.ttl +++ b/lv2/time/manifest.ttl @@ -4,6 +4,6 @@ a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 5 ; + lv2:microVersion 6 ; rdfs:seeAlso . diff --git a/lv2/units/lv2-units.doap.ttl b/lv2/units/lv2-units.doap.ttl index e18cb4e..076fef6 100644 --- a/lv2/units/lv2-units.doap.ttl +++ b/lv2/units/lv2-units.doap.ttl @@ -11,8 +11,9 @@ doap:homepage ; doap:license ; doap:release [ - doap:revision "5.11" ; - doap:created "2017-06-08" ; + doap:revision "5.12" ; + doap:created "2019-02-03" ; + doap:file-release ; dcs:blame ; dcs:changeset [ dcs:item [ diff --git a/lv2/units/manifest.ttl b/lv2/units/manifest.ttl index 641f6a1..ada802a 100644 --- a/lv2/units/manifest.ttl +++ b/lv2/units/manifest.ttl @@ -4,6 +4,6 @@ a lv2:Specification ; lv2:minorVersion 5 ; - lv2:microVersion 11 ; + lv2:microVersion 12 ; rdfs:seeAlso . diff --git a/wscript b/wscript index 4553ac8..11be958 100644 --- a/wscript +++ b/wscript @@ -8,7 +8,7 @@ from waflib.extras import autowaf as autowaf # Mandatory waf variables APPNAME = 'lv2' # Package name for waf dist -VERSION = '1.15.5' # Package version for waf dist +VERSION = '1.16.0' # Package version for waf dist top = '.' # Source directory out = 'build' # Build directory -- cgit v1.2.1