diff options
author | Filipe Coelho <falktx@falktx.com> | 2022-05-08 15:21:56 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-05-09 15:17:15 -0400 |
commit | 7ab1f698e8c883b23e6df6a404e7f1c33363ff2d (patch) | |
tree | db9441c2336aaf3af0583c5e840c7574ec94ed6f | |
parent | 6cefc7df1a6158c79d23029df183c09b10b88cad (diff) | |
download | lv2-7ab1f698e8c883b23e6df6a404e7f1c33363ff2d.tar.xz |
Remove example plugins from lv2_validate
The `lv2_validate` tool is meant for checking data files against the LV2 spec.
The plugins should not be included here since they aren't part of the spec, and
might not even be available if LV2 is built/installed without them.
-rwxr-xr-x | util/lv2_validate.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/util/lv2_validate.in b/util/lv2_validate.in index d30cd85..2295f98 100755 --- a/util/lv2_validate.in +++ b/util/lv2_validate.in @@ -14,23 +14,15 @@ sord_validate \ "$LV2DIR/patch.lv2/manifest.ttl" \ "$LV2DIR/patch.lv2/patch.meta.ttl" \ "$LV2DIR/patch.lv2/patch.ttl" \ - "$LV2DIR/eg-amp.lv2/manifest.ttl" \ - "$LV2DIR/eg-amp.lv2/amp.ttl" \ - "$LV2DIR/eg-fifths.lv2/manifest.ttl" \ - "$LV2DIR/eg-fifths.lv2/fifths.ttl" \ "$LV2DIR/port-props.lv2/manifest.ttl" \ "$LV2DIR/port-props.lv2/port-props.meta.ttl" \ "$LV2DIR/port-props.lv2/port-props.ttl" \ - "$LV2DIR/eg-midigate.lv2/manifest.ttl" \ - "$LV2DIR/eg-midigate.lv2/midigate.ttl" \ "$LV2DIR/worker.lv2/worker.meta.ttl" \ "$LV2DIR/worker.lv2/manifest.ttl" \ "$LV2DIR/worker.lv2/worker.ttl" \ "$LV2DIR/buf-size.lv2/manifest.ttl" \ "$LV2DIR/buf-size.lv2/buf-size.meta.ttl" \ "$LV2DIR/buf-size.lv2/buf-size.ttl" \ - "$LV2DIR/eg-scope.lv2/manifest.ttl" \ - "$LV2DIR/eg-scope.lv2/examploscope.ttl" \ "$LV2DIR/midi.lv2/midi.meta.ttl" \ "$LV2DIR/midi.lv2/manifest.ttl" \ "$LV2DIR/midi.lv2/midi.ttl" \ @@ -55,8 +47,6 @@ sord_validate \ "$LV2DIR/port-groups.lv2/manifest.ttl" \ "$LV2DIR/port-groups.lv2/port-groups.ttl" \ "$LV2DIR/port-groups.lv2/port-groups.meta.ttl" \ - "$LV2DIR/eg-sampler.lv2/manifest.ttl" \ - "$LV2DIR/eg-sampler.lv2/sampler.ttl" \ "$LV2DIR/ui.lv2/manifest.ttl" \ "$LV2DIR/ui.lv2/ui.ttl" \ "$LV2DIR/ui.lv2/ui.meta.ttl" \ @@ -77,13 +67,9 @@ sord_validate \ "$LV2DIR/core.lv2/lv2core.doap.ttl" \ "$LV2DIR/core.lv2/meta.ttl" \ "$LV2DIR/core.lv2/people.ttl" \ - "$LV2DIR/eg-metro.lv2/manifest.ttl" \ - "$LV2DIR/eg-metro.lv2/metro.ttl" \ "$LV2DIR/presets.lv2/manifest.ttl" \ "$LV2DIR/presets.lv2/presets.ttl" \ "$LV2DIR/presets.lv2/presets.meta.ttl" \ - "$LV2DIR/eg-params.lv2/manifest.ttl" \ - "$LV2DIR/eg-params.lv2/params.ttl" \ "$LV2DIR/urid.lv2/manifest.ttl" \ "$LV2DIR/urid.lv2/urid.ttl" \ "$LV2DIR/urid.lv2/urid.meta.ttl" \ |