aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lv2/atom/atom.meta.ttl10
-rw-r--r--lv2/atom/manifest.ttl2
-rw-r--r--lv2/core/manifest.ttl2
-rw-r--r--lv2/core/meta.ttl12
-rw-r--r--lv2/event/manifest.ttl2
-rw-r--r--lv2/patch/manifest.ttl2
-rw-r--r--lv2/patch/patch.meta.ttl14
-rw-r--r--lv2/state/manifest.ttl2
-rw-r--r--lv2/state/state.meta.ttl10
-rw-r--r--lv2/ui/manifest.ttl2
-rw-r--r--lv2/ui/ui.meta.ttl12
-rw-r--r--wscript2
12 files changed, 65 insertions, 7 deletions
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 <http://drobilla.net/drobilla#me> ;
doap:release [
+ doap:revision "2.4" ;
+ doap:created "2022-05-26" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.18.4.tar.bz2> ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Fix spelling errors."
+ ]
+ ]
+ ] , [
doap:revision "2.2" ;
doap:created "2019-02-03" ;
doap:file-release <http://lv2plug.in/spec/lv2-1.16.0.tar.bz2> ;
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 @@
<http://lv2plug.in/ns/ext/atom>
a lv2:Specification ;
lv2:minorVersion 2 ;
- lv2:microVersion 3 ;
+ lv2:microVersion 4 ;
rdfs:seeAlso <atom.ttl> .
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 @@
<http://lv2plug.in/ns/lv2core>
a lv2:Specification ;
lv2:minorVersion 18 ;
- lv2:microVersion 1 ;
+ lv2:microVersion 4 ;
rdfs:seeAlso <lv2core.ttl> .
<http://lv2plug.in/ns/lv2>
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 <http://lv2plug.in/spec/lv2-1.18.4.tar.bz2> ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ 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 <http://lv2plug.in/spec/lv2-1.18.2.tar.bz2> ;
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 @@
<http://lv2plug.in/ns/ext/event>
a lv2:Specification ;
lv2:minorVersion 1 ;
- lv2:microVersion 13 ;
+ lv2:microVersion 14 ;
rdfs:seeAlso <event.ttl> .
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 @@
<http://lv2plug.in/ns/ext/patch>
a lv2:Specification ;
lv2:minorVersion 2 ;
- lv2:microVersion 9 ;
+ lv2:microVersion 10 ;
rdfs:seeAlso <patch.ttl> .
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 <http://lv2plug.in/spec/lv2-1.18.4.tar.bz2> ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ 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 <http://lv2plug.in/spec/lv2-1.18.0.tar.bz2> ;
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 @@
<http://lv2plug.in/ns/ext/state>
a lv2:Specification ;
lv2:minorVersion 2 ;
- lv2:microVersion 9 ;
+ lv2:microVersion 10 ;
rdfs:seeAlso <state.ttl> .
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 @@
<http://drobilla.net/drobilla#me> ;
doap:maintainer <http://drobilla.net/drobilla#me> ;
doap:release [
+ doap:revision "2.10" ;
+ doap:created "2022-05-26" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.18.4.tar.bz2> ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Fix spelling errors."
+ ]
+ ]
+ ] , [
doap:revision "2.8" ;
doap:created "2021-01-07" ;
doap:file-release <http://lv2plug.in/spec/lv2-1.18.2.tar.bz2> ;
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 @@
<http://lv2plug.in/ns/extensions/ui>
a lv2:Specification ;
lv2:minorVersion 2 ;
- lv2:microVersion 23 ;
+ lv2:microVersion 24 ;
rdfs:seeAlso <ui.ttl> .
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 <http://lv2plug.in/ns/meta#larsl> ;
doap:maintainer <http://drobilla.net/drobilla#me> ;
doap:release [
+ doap:revision "2.24" ;
+ doap:created "2022-05-26" ;
+ doap:file-release <http://lv2plug.in/spec/lv2-1.18.4.tar.bz2> ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ 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 <http://lv2plug.in/spec/lv2-1.18.0.tar.bz2> ;
diff --git a/wscript b/wscript
index efb45f1..fcab2c1 100644
--- a/wscript
+++ b/wscript
@@ -9,7 +9,7 @@ from waflib.extras import autowaf as autowaf
# Mandatory waf variables
APPNAME = 'lv2' # Package name for waf dist
-VERSION = '1.18.3' # Package version for waf dist
+VERSION = '1.18.4' # Package version for waf dist
top = '.' # Source directory
out = 'build' # Build directory