From d97a1a4daff228bdd62c68859959d13077e47026 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 26 May 2022 20:38:29 -0400 Subject: LV2 1.18.4 --- lv2/atom/atom.meta.ttl | 10 ++++++++++ lv2/atom/manifest.ttl | 2 +- lv2/core/manifest.ttl | 2 +- lv2/core/meta.ttl | 12 ++++++++++++ lv2/event/manifest.ttl | 2 +- lv2/patch/manifest.ttl | 2 +- lv2/patch/patch.meta.ttl | 14 ++++++++++++++ lv2/state/manifest.ttl | 2 +- lv2/state/state.meta.ttl | 10 ++++++++++ lv2/ui/manifest.ttl | 2 +- lv2/ui/ui.meta.ttl | 12 ++++++++++++ 11 files changed, 64 insertions(+), 6 deletions(-) (limited to 'lv2') diff --git a/lv2/atom/atom.meta.ttl b/lv2/atom/atom.meta.ttl index cc09060..adab5f4 100644 --- a/lv2/atom/atom.meta.ttl +++ b/lv2/atom/atom.meta.ttl @@ -13,6 +13,16 @@ doap:created "2007-00-00" ; doap:developer ; doap:release [ + doap:revision "2.4" ; + doap:created "2022-05-26" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Fix spelling errors." + ] + ] + ] , [ doap:revision "2.2" ; doap:created "2019-02-03" ; doap:file-release ; diff --git a/lv2/atom/manifest.ttl b/lv2/atom/manifest.ttl index 9cf13aa..3cb5134 100644 --- a/lv2/atom/manifest.ttl +++ b/lv2/atom/manifest.ttl @@ -4,6 +4,6 @@ a lv2:Specification ; lv2:minorVersion 2 ; - lv2:microVersion 3 ; + lv2:microVersion 4 ; rdfs:seeAlso . diff --git a/lv2/core/manifest.ttl b/lv2/core/manifest.ttl index 179076d..6e61dde 100644 --- a/lv2/core/manifest.ttl +++ b/lv2/core/manifest.ttl @@ -5,7 +5,7 @@ a lv2:Specification ; lv2:minorVersion 18 ; - lv2:microVersion 1 ; + lv2:microVersion 4 ; rdfs:seeAlso . diff --git a/lv2/core/meta.ttl b/lv2/core/meta.ttl index 5d646e5..0e71b20 100644 --- a/lv2/core/meta.ttl +++ b/lv2/core/meta.ttl @@ -34,6 +34,18 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R meta:kfoltman , meta:paniq ; doap:release [ + doap:revision "1.18.4" ; + doap:created "2022-05-26" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Fix spelling errors." + ] , [ + rdfs:label "Fix build issues with newer toolchains." + ] + ] + ] , [ doap:revision "1.18.2" ; doap:created "2021-01-07" ; doap:file-release ; diff --git a/lv2/event/manifest.ttl b/lv2/event/manifest.ttl index 8581a6e..230fe73 100644 --- a/lv2/event/manifest.ttl +++ b/lv2/event/manifest.ttl @@ -4,6 +4,6 @@ a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 13 ; + lv2:microVersion 14 ; rdfs:seeAlso . diff --git a/lv2/patch/manifest.ttl b/lv2/patch/manifest.ttl index 90419bb..4bf9cfb 100644 --- a/lv2/patch/manifest.ttl +++ b/lv2/patch/manifest.ttl @@ -4,6 +4,6 @@ a lv2:Specification ; lv2:minorVersion 2 ; - lv2:microVersion 9 ; + lv2:microVersion 10 ; rdfs:seeAlso . diff --git a/lv2/patch/patch.meta.ttl b/lv2/patch/patch.meta.ttl index 53cbdc0..12cb6c6 100644 --- a/lv2/patch/patch.meta.ttl +++ b/lv2/patch/patch.meta.ttl @@ -13,6 +13,20 @@ doap:name "LV2 Patch" ; doap:shortdesc "A protocol for accessing and manipulating properties." ; doap:release [ + doap:revision "2.10" ; + doap:created "2022-05-26" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Fix spelling errors." + ] , [ + rdfs:label "Make the type of patch:wildcard more precise." + ] , [ + rdfs:label "Fix type and range of patch:value." + ] + ] + ] , [ doap:revision "2.8" ; doap:created "2020-04-26" ; doap:file-release ; diff --git a/lv2/state/manifest.ttl b/lv2/state/manifest.ttl index 67beca1..e56c4e5 100644 --- a/lv2/state/manifest.ttl +++ b/lv2/state/manifest.ttl @@ -4,6 +4,6 @@ a lv2:Specification ; lv2:minorVersion 2 ; - lv2:microVersion 9 ; + lv2:microVersion 10 ; rdfs:seeAlso . diff --git a/lv2/state/state.meta.ttl b/lv2/state/state.meta.ttl index 271814c..cebe0ac 100644 --- a/lv2/state/state.meta.ttl +++ b/lv2/state/state.meta.ttl @@ -15,6 +15,16 @@ ; doap:maintainer ; doap:release [ + doap:revision "2.10" ; + doap:created "2022-05-26" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Fix spelling errors." + ] + ] + ] , [ doap:revision "2.8" ; doap:created "2021-01-07" ; doap:file-release ; diff --git a/lv2/ui/manifest.ttl b/lv2/ui/manifest.ttl index 304005a..d3b12b5 100644 --- a/lv2/ui/manifest.ttl +++ b/lv2/ui/manifest.ttl @@ -4,6 +4,6 @@ a lv2:Specification ; lv2:minorVersion 2 ; - lv2:microVersion 23 ; + lv2:microVersion 24 ; rdfs:seeAlso . diff --git a/lv2/ui/ui.meta.ttl b/lv2/ui/ui.meta.ttl index 540dc4b..95336bf 100644 --- a/lv2/ui/ui.meta.ttl +++ b/lv2/ui/ui.meta.ttl @@ -15,6 +15,18 @@ doap:developer ; doap:maintainer ; doap:release [ + doap:revision "2.24" ; + doap:created "2022-05-26" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Fix spelling errors." + ] , [ + rdfs:label "Deprecate ui:resize." + ] + ] + ] , [ doap:revision "2.22" ; doap:created "2020-04-26" ; doap:file-release ; -- cgit v1.2.1