From 9ed4e44d929299765c834974b5bf26a7e9db4db8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 27 May 2022 20:44:49 -0400 Subject: Replace use of deprecated ui:binary in examples with lv2:binary --- plugins/eg-sampler.lv2/manifest.ttl.in | 2 +- plugins/eg-scope.lv2/manifest.ttl.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') 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 @@ a ui:GtkUI ; - ui:binary ; + lv2:binary ; rdfs:seeAlso . 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 ==== a ui:GtkUI ; - ui:binary ; + lv2:binary ; rdfs:seeAlso . -- cgit v1.2.1