aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/patch/lv2-patch.doap.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-10-31 23:53:24 +0000
committerDavid Robillard <d@drobilla.net>2014-10-31 23:53:24 +0000
commit6df6f3b58f366e5772bf1950a39696adcac9b9c6 (patch)
treee0f5d49542c7ac5cf36186617c85490e0b0d9eec /lv2/lv2plug.in/ns/ext/patch/lv2-patch.doap.ttl
parent29a6502b93ad44d3f8fe4f0a579a3e8ef369dbfd (diff)
downloadlv2-6df6f3b58f366e5772bf1950a39696adcac9b9c6.tar.xz
Define patch:Get with no subject to implicitly apply to reciever. This can be used by UIs to get an initial description of a plugin.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/patch/lv2-patch.doap.ttl')
-rw-r--r--lv2/lv2plug.in/ns/ext/patch/lv2-patch.doap.ttl9
1 files changed, 9 insertions, 0 deletions
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 e5595ef..02f58b1 100644
--- a/lv2/lv2plug.in/ns/ext/patch/lv2-patch.doap.ttl
+++ b/lv2/lv2plug.in/ns/ext/patch/lv2-patch.doap.ttl
@@ -12,6 +12,15 @@
doap:name "LV2 Patch" ;
doap:shortdesc "Messages for accessing and manipulating properties." ;
doap:release [
+ doap:revision "2.3" ;
+ doap:created "2014-10-31" ;
+ dcs:blame <http://drobilla.net/drobilla#me> ;
+ dcs:changeset [
+ dcs:item [
+ rdfs:label "Define patch:Get with no subject to implicitly apply to reciever. This can be used by UIs to get an initial description of a plugin."
+ ]
+ ]
+ ] , [
doap:revision "2.2" ;
doap:created "2014-08-08" ;
doap:file-release <http://lv2plug.in/spec/lv2-1.10.0.tar.bz2> ;