diff options
author | David Robillard <d@drobilla.net> | 2022-05-27 20:44:49 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-05-27 20:44:49 -0400 |
commit | 9ed4e44d929299765c834974b5bf26a7e9db4db8 (patch) | |
tree | 7613e7848ffebbf884fcb9d7bc7d1e106f996c2a /plugins | |
parent | ba8e577c2c8edcc69aa4acfeab87d3cf2193ee63 (diff) | |
download | lv2-9ed4e44d929299765c834974b5bf26a7e9db4db8.tar.xz |
Replace use of deprecated ui:binary in examples with lv2:binary
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/eg-sampler.lv2/manifest.ttl.in | 2 | ||||
-rw-r--r-- | plugins/eg-scope.lv2/manifest.ttl.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/eg-sampler.lv2/manifest.ttl.in b/plugins/eg-sampler.lv2/manifest.ttl.in index 8a01428..e688256 100644 --- a/plugins/eg-sampler.lv2/manifest.ttl.in +++ b/plugins/eg-sampler.lv2/manifest.ttl.in @@ -15,5 +15,5 @@ <http://lv2plug.in/plugins/eg-sampler#ui> a ui:GtkUI ; - ui:binary <sampler_ui@LIB_EXT@> ; + lv2:binary <sampler_ui@LIB_EXT@> ; rdfs:seeAlso <sampler.ttl> . diff --git a/plugins/eg-scope.lv2/manifest.ttl.in b/plugins/eg-scope.lv2/manifest.ttl.in index a64aff1..66c3c9d 100644 --- a/plugins/eg-scope.lv2/manifest.ttl.in +++ b/plugins/eg-scope.lv2/manifest.ttl.in @@ -17,5 +17,5 @@ # ==== Gtk 2.0 UI ==== <http://lv2plug.in/plugins/eg-scope#ui> a ui:GtkUI ; - ui:binary <examploscope_ui@LIB_EXT@> ; + lv2:binary <examploscope_ui@LIB_EXT@> ; rdfs:seeAlso <examploscope.ttl> . |