diff options
Diffstat (limited to 'lv2')
| -rw-r--r-- | lv2/core/lv2core.meta.ttl | 5 | ||||
| -rw-r--r-- | lv2/core/meta.ttl | 7 | ||||
| -rw-r--r-- | lv2/patch/manifest.ttl | 2 | ||||
| -rw-r--r-- | lv2/patch/patch.meta.ttl | 5 | ||||
| -rw-r--r-- | lv2/port-groups/manifest.ttl | 2 | ||||
| -rw-r--r-- | lv2/port-groups/port-groups.meta.ttl | 5 | ||||
| -rw-r--r-- | lv2/state/manifest.ttl | 2 | ||||
| -rw-r--r-- | lv2/state/state.meta.ttl | 5 | ||||
| -rw-r--r-- | lv2/ui/manifest.ttl | 2 | ||||
| -rw-r--r-- | lv2/ui/ui.meta.ttl | 5 | ||||
| -rw-r--r-- | lv2/worker/worker.meta.ttl | 4 | 
11 files changed, 26 insertions, 18 deletions
diff --git a/lv2/core/lv2core.meta.ttl b/lv2/core/lv2core.meta.ttl index 1826a06..1dca855 100644 --- a/lv2/core/lv2core.meta.ttl +++ b/lv2/core/lv2core.meta.ttl @@ -16,8 +16,9 @@  		<http://drobilla.net/drobilla#me> ;  	doap:maintainer <http://drobilla.net/drobilla#me> ;  	doap:release [ -		doap:revision "17.0" ; -		doap:created "2019-03-19" ; +		doap:revision "18.0" ; +		doap:created "2020-04-26" ; +		doap:file-release <http://lv2plug.in/spec/lv2-1.18.0.tar.bz2> ;  		dcs:blame <http://drobilla.net/drobilla#me> ;  		dcs:changeset [  			dcs:item [ diff --git a/lv2/core/meta.ttl b/lv2/core/meta.ttl index 930e404..721fba8 100644 --- a/lv2/core/meta.ttl +++ b/lv2/core/meta.ttl @@ -38,12 +38,15 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R  		meta:kfoltman ,  		meta:paniq ;  	doap:release [ -		doap:revision "1.17.2" ; -		doap:created "2019-03-27" ; +		doap:revision "1.18.0" ; +		doap:created "2020-04-26" ; +		doap:file-release <http://lv2plug.in/spec/lv2-1.18.0.tar.bz2> ;  		dcs:blame <http://drobilla.net/drobilla#me> ;  		dcs:changeset [  			dcs:item [  				rdfs:label "Improve documentation." +			] , [ +				rdfs:label "Separate extended documentation from primary data."  			]  		]  	] , [ diff --git a/lv2/patch/manifest.ttl b/lv2/patch/manifest.ttl index 5125155..25150bd 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 7 ; +	lv2:microVersion 8 ;  	rdfs:seeAlso <patch.ttl> . diff --git a/lv2/patch/patch.meta.ttl b/lv2/patch/patch.meta.ttl index d6a6422..549757a 100644 --- a/lv2/patch/patch.meta.ttl +++ b/lv2/patch/patch.meta.ttl @@ -13,8 +13,9 @@  	doap:name "LV2 Patch" ;  	doap:shortdesc "A protocol for accessing and manipulating properties." ;  	doap:release [ -		doap:revision "2.7" ; -		doap:created "2019-03-22" ; +		doap:revision "2.8" ; +		doap:created "2020-04-26" ; +		doap:file-release <http://lv2plug.in/spec/lv2-1.18.0.tar.bz2> ;  		dcs:blame <http://drobilla.net/drobilla#me> ;  		dcs:changeset [  			dcs:item [ diff --git a/lv2/port-groups/manifest.ttl b/lv2/port-groups/manifest.ttl index 3cda6c6..a887cb0 100644 --- a/lv2/port-groups/manifest.ttl +++ b/lv2/port-groups/manifest.ttl @@ -4,6 +4,6 @@  <http://lv2plug.in/ns/ext/port-groups>  	a lv2:Specification ;  	lv2:minorVersion 1 ; -	lv2:microVersion 3 ; +	lv2:microVersion 4 ;  	rdfs:seeAlso <port-groups.ttl> . diff --git a/lv2/port-groups/port-groups.meta.ttl b/lv2/port-groups/port-groups.meta.ttl index 210e9dd..67408ec 100644 --- a/lv2/port-groups/port-groups.meta.ttl +++ b/lv2/port-groups/port-groups.meta.ttl @@ -14,8 +14,9 @@  	doap:developer <http://lv2plug.in/ns/meta#larsl> ,  		<http://drobilla.net/drobilla#me> ;  	doap:release [ -		doap:revision "1.3" ; -		doap:created "2019-04-27" ; +		doap:revision "1.4" ; +		doap:created "2020-04-26" ; +		doap:file-release <http://lv2plug.in/spec/lv2-1.18.0.tar.bz2> ;  		dcs:blame <http://drobilla.net/drobilla#me> ;  		dcs:changeset [  			dcs:item [ diff --git a/lv2/state/manifest.ttl b/lv2/state/manifest.ttl index 4bbee9a..6d12358 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 5 ; +	lv2:microVersion 6 ;  	rdfs:seeAlso <state.ttl> . diff --git a/lv2/state/state.meta.ttl b/lv2/state/state.meta.ttl index 03a4085..766ac57 100644 --- a/lv2/state/state.meta.ttl +++ b/lv2/state/state.meta.ttl @@ -15,8 +15,9 @@  		<http://drobilla.net/drobilla#me> ;  	doap:maintainer <http://drobilla.net/drobilla#me> ;  	doap:release [ -		doap:revision "2.5" ; -		doap:created "2019-06-03" ; +		doap:revision "2.6" ; +		doap:created "2020-04-26" ; +		doap:file-release <http://lv2plug.in/spec/lv2-1.18.0.tar.bz2> ;  		dcs:blame <http://drobilla.net/drobilla#me> ;  		dcs:changeset [  			dcs:item [ diff --git a/lv2/ui/manifest.ttl b/lv2/ui/manifest.ttl index 72c9d07..9f259ad 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 21 ; +	lv2:microVersion 22 ;  	rdfs:seeAlso <ui.ttl> . diff --git a/lv2/ui/ui.meta.ttl b/lv2/ui/ui.meta.ttl index 59d5ac6..cb92a86 100644 --- a/lv2/ui/ui.meta.ttl +++ b/lv2/ui/ui.meta.ttl @@ -15,8 +15,9 @@  	doap:developer <http://lv2plug.in/ns/meta#larsl> ;  	doap:maintainer <http://drobilla.net/drobilla#me> ;  	doap:release [ -		doap:revision "2.21" ; -		doap:created "2020-03-17" ; +		doap:revision "2.22" ; +		doap:created "2020-04-26" ; +		doap:file-release <http://lv2plug.in/spec/lv2-1.18.0.tar.bz2> ;  		dcs:blame <http://drobilla.net/drobilla#me> ;  		dcs:changeset [  			dcs:item [ diff --git a/lv2/worker/worker.meta.ttl b/lv2/worker/worker.meta.ttl index 1ed077a..f696d61 100644 --- a/lv2/worker/worker.meta.ttl +++ b/lv2/worker/worker.meta.ttl @@ -13,8 +13,8 @@  	doap:developer <http://drobilla.net/drobilla#me> ;  	doap:release [  		doap:revision "1.2" ; -		doap:created "2016-07-31" ; -		doap:file-release <http://lv2plug.in/spec/lv2-1.14.0.tar.bz2> ; +		doap:created "2020-04-26" ; +		doap:file-release <http://lv2plug.in/spec/lv2-1.18.0.tar.bz2> ;  		dcs:blame <http://drobilla.net/drobilla#me> ;  		dcs:changeset [  			dcs:item [  |