Browse Source

Rename spec metadata files to name.meta.ttl

Towards putting more here than just the project metadata, and is a bit cleaner
of a naming scheme anyway.
zrythm_meson
David Robillard 3 years ago
parent
commit
8c5e414fda
  1. 0
      lv2/atom/atom.meta.ttl
  2. 2
      lv2/atom/atom.ttl
  3. 0
      lv2/buf-size/buf-size.meta.ttl
  4. 2
      lv2/buf-size/buf-size.ttl
  5. 0
      lv2/core/lv2core.meta.ttl
  6. 2
      lv2/core/lv2core.ttl
  7. 0
      lv2/data-access/data-access.meta.ttl
  8. 2
      lv2/data-access/data-access.ttl
  9. 0
      lv2/dynmanifest/dynmanifest.meta.ttl
  10. 2
      lv2/dynmanifest/dynmanifest.ttl
  11. 0
      lv2/event/event.meta.ttl
  12. 2
      lv2/event/event.ttl
  13. 0
      lv2/instance-access/instance-access.meta.ttl
  14. 2
      lv2/instance-access/instance-access.ttl
  15. 0
      lv2/log/log.meta.ttl
  16. 2
      lv2/log/log.ttl
  17. 0
      lv2/midi/midi.meta.ttl
  18. 2
      lv2/midi/midi.ttl
  19. 0
      lv2/morph/morph.meta.ttl
  20. 2
      lv2/morph/morph.ttl
  21. 0
      lv2/options/options.meta.ttl
  22. 2
      lv2/options/options.ttl
  23. 0
      lv2/parameters/parameters.meta.ttl
  24. 2
      lv2/parameters/parameters.ttl
  25. 0
      lv2/patch/patch.meta.ttl
  26. 2
      lv2/patch/patch.ttl
  27. 0
      lv2/port-groups/port-groups.meta.ttl
  28. 2
      lv2/port-groups/port-groups.ttl
  29. 0
      lv2/port-props/port-props.meta.ttl
  30. 2
      lv2/port-props/port-props.ttl
  31. 0
      lv2/presets/presets.meta.ttl
  32. 2
      lv2/presets/presets.ttl
  33. 0
      lv2/resize-port/resize-port.meta.ttl
  34. 2
      lv2/resize-port/resize-port.ttl
  35. 0
      lv2/state/state.meta.ttl
  36. 2
      lv2/state/state.ttl
  37. 0
      lv2/time/time.meta.ttl
  38. 2
      lv2/time/time.ttl
  39. 0
      lv2/ui/ui.meta.ttl
  40. 2
      lv2/ui/ui.ttl
  41. 0
      lv2/units/units.meta.ttl
  42. 2
      lv2/units/units.ttl
  43. 0
      lv2/uri-map/uri-map.meta.ttl
  44. 2
      lv2/uri-map/uri-map.ttl
  45. 0
      lv2/urid/urid.meta.ttl
  46. 2
      lv2/urid/urid.ttl
  47. 0
      lv2/worker/worker.meta.ttl
  48. 2
      lv2/worker/worker.ttl
  49. 46
      util/lv2_validate.in

0
lv2/atom/lv2-atom.doap.ttl → lv2/atom/atom.meta.ttl

2
lv2/atom/atom.ttl

@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
rdfs:seeAlso <atom.h> ,
<util.h> ,
<forge.h> ,
<lv2-atom.doap.ttl> ;
<atom.meta.ttl> ;
lv2:documentation """
<p>An #Atom is a simple generic data container for holding any type of Plain

0
lv2/buf-size/lv2-buf-size.doap.ttl → lv2/buf-size/buf-size.meta.ttl

2
lv2/buf-size/buf-size.ttl

@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
<http://lv2plug.in/ns/ext/buf-size>
a lv2:Specification ;
rdfs:seeAlso <buf-size.h> ,
<lv2-buf-size.doap.ttl> ;
<buf-size.meta.ttl> ;
lv2:documentation """
<p>This extension defines a facility for plugins to get information about the
block length (the sample_count parameter of LV2_Descriptor::run) and

0
lv2/core/lv2core.doap.ttl → lv2/core/lv2core.meta.ttl

2
lv2/core/lv2core.ttl

@ -41,7 +41,7 @@ devices). See <a href="http://www.w3.org/TR/xhtml-basic/#s_xhtmlmodules" @@ -41,7 +41,7 @@ devices). See <a href="http://www.w3.org/TR/xhtml-basic/#s_xhtmlmodules"
lv2:Specification ;
rdfs:seeAlso <lv2.h> ,
<lv2_util.h> ,
<lv2core.doap.ttl> ;
<lv2core.meta.ttl> ;
lv2:documentation """
<p>LV2 is an interface for writing audio processors, or <q>plugins</q>, in
C/C++ which can be dynamically loaded into many applications, or <q>hosts</q>.

0
lv2/data-access/lv2-data-access.doap.ttl → lv2/data-access/data-access.meta.ttl

2
lv2/data-access/data-access.ttl

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
a lv2:Feature ,
lv2:Specification ;
rdfs:seeAlso <data-access.h> ,
<lv2-data-access.doap.ttl> ;
<data-access.meta.ttl> ;
lv2:documentation """
<p>This extension defines a feature, LV2_Extension_Data_Feature, which provides
access to LV2_Descriptor::extension_data() for plugin UIs or other potentially

0
lv2/dynmanifest/lv2-dynmanifest.doap.ttl → lv2/dynmanifest/dynmanifest.meta.ttl

2
lv2/dynmanifest/dynmanifest.ttl

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<http://lv2plug.in/ns/ext/dynmanifest>
a lv2:Specification ;
rdfs:seeAlso <dynmanifest.h> ,
<lv2-dynmanifest.doap.ttl> ;
<dynmanifest.meta.ttl> ;
lv2:documentation """
<p>The LV2 API, on its own, cannot be used to write plugin libraries where data
is dynamically generated at runtime (e.g. API wrappers), since LV2 requires

0
lv2/event/lv2-event.doap.ttl → lv2/event/event.meta.ttl

2
lv2/event/event.ttl

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
owl:deprecated true ;
rdfs:seeAlso <event.h> ,
<event-helpers.h> ,
<lv2-event.doap.ttl> ;
<event.meta.ttl> ;
lv2:documentation """
<p>This extension defines a generic time-stamped event port type, which can be
used to create plugins that read and write real-time events, such as MIDI,

0
lv2/instance-access/lv2-instance-access.doap.ttl → lv2/instance-access/instance-access.meta.ttl

2
lv2/instance-access/instance-access.ttl

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
a lv2:Feature ,
lv2:Specification ;
rdfs:seeAlso <instance-access.h> ,
<lv2-instance-access.doap.ttl> ;
<instance-access.meta.ttl> ;
lv2:documentation """
<p>This extension defines a feature which allows plugin UIs to get a direct
handle to an LV2 plugin instance (LV2_Handle), if possible.</p>

0
lv2/log/lv2-log.doap.ttl → lv2/log/log.meta.ttl

2
lv2/log/log.ttl

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
<http://lv2plug.in/ns/ext/log>
a lv2:Specification ;
rdfs:seeAlso <log.h> ,
<lv2-log.doap.ttl> ;
<log.meta.ttl> ;
lv2:documentation """
<p>This extension defines a feature, log:log, which allows plugins to print log
messages with an API much like the standard C printf functions. This allows,

0
lv2/midi/lv2-midi.doap.ttl → lv2/midi/midi.meta.ttl

2
lv2/midi/midi.ttl

@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
a owl:Ontology ,
lv2:Specification ;
rdfs:seeAlso <midi.h> ,
<lv2-midi.doap.ttl> ;
<midi.meta.ttl> ;
lv2:documentation """
<p>This specification defines a data type for a MIDI message, midi:MidiEvent,
which is normalised for fast and convenient real-time processing. MIDI is the

0
lv2/morph/lv2-morph.doap.ttl → lv2/morph/morph.meta.ttl

2
lv2/morph/morph.ttl

@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
a owl:Ontology ,
lv2:Specification ;
rdfs:seeAlso <morph.h> ,
<lv2-morph.doap.ttl> ;
<morph.meta.ttl> ;
lv2:documentation """
<p>This extension defines two port types: morph:MorphPort, which has a
host-configurable type, and morph:AutoMorphPort, which may automatically change

0
lv2/options/lv2-options.doap.ttl → lv2/options/options.meta.ttl

2
lv2/options/options.ttl

@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
a owl:Ontology ,
lv2:Specification ;
rdfs:seeAlso <options.h> ,
<lv2-options.doap.ttl> ;
<options.meta.ttl> ;
lv2:documentation """
<p>This extension defines a facility for <q>options</q>, which are dynamic
properties that may be changed at run time.</p>

0
lv2/parameters/lv2-parameters.doap.ttl → lv2/parameters/parameters.meta.ttl

2
lv2/parameters/parameters.ttl

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<http://lv2plug.in/ns/ext/parameters>
a lv2:Specification ;
rdfs:seeAlso <lv2-parameters.doap.ttl> ;
rdfs:seeAlso <parameters.meta.ttl> ;
lv2:documentation """
<p>This vocabulary describes parameters common in audio processing software. A
<q>parameter</q> is purely a metadata concept, unrelated to any particular code

0
lv2/patch/lv2-patch.doap.ttl → lv2/patch/patch.meta.ttl

2
lv2/patch/patch.ttl

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
a owl:Ontology ,
lv2:Specification ;
rdfs:seeAlso <patch.h> ,
<lv2-patch.doap.ttl> ;
<patch.meta.ttl> ;
lv2:documentation """
<p>This vocabulary defines messages which can be used to access and manipulate
properties. It is designed to provide a dynamic control interface for LV2

0
lv2/port-groups/lv2-port-groups.doap.ttl → lv2/port-groups/port-groups.meta.ttl

2
lv2/port-groups/port-groups.ttl

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<http://lv2plug.in/ns/ext/port-groups>
a owl:Ontology ,
lv2:Specification ;
rdfs:seeAlso <lv2-port-groups.doap.ttl> .
rdfs:seeAlso <port-groups.meta.ttl> .
pg:Group
a rdfs:Class ;

0
lv2/port-props/lv2-port-props.doap.ttl → lv2/port-props/port-props.meta.ttl

2
lv2/port-props/port-props.ttl

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<http://lv2plug.in/ns/ext/port-props>
a owl:Ontology ,
lv2:Specification ;
rdfs:seeAlso <lv2-port-props.doap.ttl> ;
rdfs:seeAlso <port-props.meta.ttl> ;
lv2:documentation """
<p>This vocabulary defines various properties for plugin ports, which can be
used to better describe how a plugin can be controlled. Using this metadata,

0
lv2/presets/lv2-presets.doap.ttl → lv2/presets/presets.meta.ttl

2
lv2/presets/presets.ttl

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<http://lv2plug.in/ns/ext/presets>
a owl:Ontology ,
lv2:Specification ;
rdfs:seeAlso <lv2-presets.doap.ttl> ;
rdfs:seeAlso <presets.meta.ttl> ;
lv2:documentation """
<p>This vocabulary describes a format for presets (i.e. named sets of control
values and possibly other state) for LV2 plugins. The structure of a

0
lv2/resize-port/lv2-resize-port.doap.ttl → lv2/resize-port/resize-port.meta.ttl

2
lv2/resize-port/resize-port.ttl

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<http://lv2plug.in/ns/ext/resize-port>
a lv2:Specification ;
rdfs:seeAlso <resize-port.h> ,
<lv2-resize-port.doap.ttl> ;
<resize-port.meta.ttl> ;
lv2:documentation """
<p>This extension defines a feature, rsz:resize, which allows plugins to
dynamically resize their output port buffers.</p>

0
lv2/state/lv2-state.doap.ttl → lv2/state/state.meta.ttl

2
lv2/state/state.ttl

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<http://lv2plug.in/ns/ext/state>
a lv2:Specification ;
rdfs:seeAlso <state.h> ,
<lv2-state.doap.ttl> ;
<state.meta.ttl> ;
lv2:documentation """
<p>This extension defines a simple mechanism which allows hosts to save and
restore a plugin instance's state. The goal is for an instance's state to be

0
lv2/time/lv2-time.doap.ttl → lv2/time/time.meta.ttl

2
lv2/time/time.ttl

@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
a owl:Ontology ,
lv2:Specification ;
rdfs:seeAlso <time.h> ,
<lv2-time.doap.ttl> ;
<time.meta.ttl> ;
lv2:documentation """
<p>This is a vocabulary for precisely describing a position in time and the
passage of time itself, in both real and musical terms.</p>

0
lv2/ui/lv2-ui.doap.ttl → lv2/ui/ui.meta.ttl

2
lv2/ui/ui.ttl

@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
lv2:Specification ;
owl:imports <http://lv2plug.in/ns/lv2core> ;
rdfs:seeAlso <ui.h> ,
<lv2-ui.doap.ttl> ;
<ui.meta.ttl> ;
lv2:documentation """
<p>This extension is used to create User Interfaces (UIs) for LV2 plugins.</p>

0
lv2/units/lv2-units.doap.ttl → lv2/units/units.meta.ttl

2
lv2/units/units.ttl

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
lv2:Specification ;
owl:imports <http://lv2plug.in/ns/lv2core> ;
rdfs:seeAlso <units.h> ,
<lv2-units.doap.ttl> ;
<units.meta.ttl> ;
lv2:documentation """
<p>This vocabulary defines a number of units for use in audio processing.</p>

0
lv2/uri-map/lv2-uri-map.doap.ttl → lv2/uri-map/uri-map.meta.ttl

2
lv2/uri-map/uri-map.ttl

@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
lv2:Specification ;
owl:deprecated true ;
rdfs:seeAlso <uri-map.h> ,
<lv2-uri-map.doap.ttl> ;
<uri-map.meta.ttl> ;
lv2:documentation """
<p><span class="warning">This extension is deprecated.</span> New
implementations should use <a href="urid.html">LV2 URID</a>

0
lv2/urid/lv2-urid.doap.ttl → lv2/urid/urid.meta.ttl

2
lv2/urid/urid.ttl

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<http://lv2plug.in/ns/ext/urid>
a lv2:Specification ;
rdfs:seeAlso <urid.h> ,
<lv2-urid.doap.ttl> ;
<urid.meta.ttl> ;
lv2:documentation """
<p>This extension defines a simple mechanism for plugins to map URIs to and
from integers, usually for performance reasons (e.g. processing events typed by

0
lv2/worker/lv2-worker.doap.ttl → lv2/worker/worker.meta.ttl

2
lv2/worker/worker.ttl

@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
a owl:Ontology ,
lv2:Specification ;
rdfs:seeAlso <worker.h> ,
<lv2-worker.doap.ttl> ;
<worker.meta.ttl> ;
lv2:documentation """
<p>This extension allows plugins to schedule work that must be performed in
another thread. Plugins can use this interface to safely perform work that is

46
util/lv2_validate.in

@ -12,66 +12,66 @@ fi @@ -12,66 +12,66 @@ fi
sord_validate \
"$LV2DIR/patch.lv2/manifest.ttl" \
"$LV2DIR/patch.lv2/lv2-patch.doap.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/lv2-port-props.doap.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/lv2-worker.doap.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/lv2-buf-size.doap.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/lv2-midi.doap.ttl" \
"$LV2DIR/midi.lv2/midi.meta.ttl" \
"$LV2DIR/midi.lv2/manifest.ttl" \
"$LV2DIR/midi.lv2/midi.ttl" \
"$LV2DIR/atom.lv2/manifest.ttl" \
"$LV2DIR/atom.lv2/atom.ttl" \
"$LV2DIR/atom.lv2/lv2-atom.doap.ttl" \
"$LV2DIR/dynmanifest.lv2/lv2-dynmanifest.doap.ttl" \
"$LV2DIR/atom.lv2/atom.meta.ttl" \
"$LV2DIR/dynmanifest.lv2/dynmanifest.meta.ttl" \
"$LV2DIR/dynmanifest.lv2/manifest.ttl" \
"$LV2DIR/dynmanifest.lv2/dynmanifest.ttl" \
"$LV2DIR/options.lv2/manifest.ttl" \
"$LV2DIR/options.lv2/lv2-options.doap.ttl" \
"$LV2DIR/options.lv2/options.meta.ttl" \
"$LV2DIR/options.lv2/options.ttl" \
"$LV2DIR/parameters.lv2/manifest.ttl" \
"$LV2DIR/parameters.lv2/parameters.ttl" \
"$LV2DIR/parameters.lv2/lv2-parameters.doap.ttl" \
"$LV2DIR/parameters.lv2/parameters.meta.ttl" \
"$LV2DIR/instance-access.lv2/instance-access.ttl" \
"$LV2DIR/instance-access.lv2/manifest.ttl" \
"$LV2DIR/instance-access.lv2/lv2-instance-access.doap.ttl" \
"$LV2DIR/instance-access.lv2/instance-access.meta.ttl" \
"$LV2DIR/state.lv2/manifest.ttl" \
"$LV2DIR/state.lv2/lv2-state.doap.ttl" \
"$LV2DIR/state.lv2/state.meta.ttl" \
"$LV2DIR/state.lv2/state.ttl" \
"$LV2DIR/port-groups.lv2/manifest.ttl" \
"$LV2DIR/port-groups.lv2/port-groups.ttl" \
"$LV2DIR/port-groups.lv2/lv2-port-groups.doap.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/lv2-ui.doap.ttl" \
"$LV2DIR/ui.lv2/ui.meta.ttl" \
"$LV2DIR/morph.lv2/manifest.ttl" \
"$LV2DIR/morph.lv2/morph.ttl" \
"$LV2DIR/morph.lv2/lv2-morph.doap.ttl" \
"$LV2DIR/morph.lv2/morph.meta.ttl" \
"$LV2DIR/event.lv2/manifest.ttl" \
"$LV2DIR/event.lv2/lv2-event.doap.ttl" \
"$LV2DIR/event.lv2/event.meta.ttl" \
"$LV2DIR/event.lv2/event.ttl" \
"$LV2DIR/resize-port.lv2/manifest.ttl" \
"$LV2DIR/resize-port.lv2/resize-port.ttl" \
"$LV2DIR/resize-port.lv2/lv2-resize-port.doap.ttl" \
"$LV2DIR/resize-port.lv2/resize-port.meta.ttl" \
"$LV2DIR/log.lv2/log.ttl" \
"$LV2DIR/log.lv2/manifest.ttl" \
"$LV2DIR/log.lv2/lv2-log.doap.ttl" \
"$LV2DIR/log.lv2/log.meta.ttl" \
"$LV2DIR/core.lv2/manifest.ttl" \
"$LV2DIR/core.lv2/lv2core.ttl" \
"$LV2DIR/core.lv2/lv2core.doap.ttl" \
@ -81,21 +81,21 @@ sord_validate \ @@ -81,21 +81,21 @@ sord_validate \
"$LV2DIR/eg-metro.lv2/metro.ttl" \
"$LV2DIR/presets.lv2/manifest.ttl" \
"$LV2DIR/presets.lv2/presets.ttl" \
"$LV2DIR/presets.lv2/lv2-presets.doap.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/lv2-urid.doap.ttl" \
"$LV2DIR/time.lv2/lv2-time.doap.ttl" \
"$LV2DIR/urid.lv2/urid.meta.ttl" \
"$LV2DIR/time.lv2/time.meta.ttl" \
"$LV2DIR/time.lv2/manifest.ttl" \
"$LV2DIR/time.lv2/time.ttl" \
"$LV2DIR/data-access.lv2/manifest.ttl" \
"$LV2DIR/data-access.lv2/lv2-data-access.doap.ttl" \
"$LV2DIR/data-access.lv2/data-access.meta.ttl" \
"$LV2DIR/data-access.lv2/data-access.ttl" \
"$LV2DIR/units.lv2/manifest.ttl" \
"$LV2DIR/units.lv2/units.ttl" \
"$LV2DIR/units.lv2/lv2-units.doap.ttl" \
"$LV2DIR/units.lv2/units.meta.ttl" \
"$LV2DIR/schemas.lv2/xsd.ttl" \
"$LV2DIR/schemas.lv2/manifest.ttl" \
"$LV2DIR/schemas.lv2/rdf.ttl" \
@ -107,5 +107,5 @@ sord_validate \ @@ -107,5 +107,5 @@ sord_validate \
"$LV2DIR/schemas.lv2/owl.ttl" \
"$LV2DIR/uri-map.lv2/manifest.ttl" \
"$LV2DIR/uri-map.lv2/uri-map.ttl" \
"$LV2DIR/uri-map.lv2/lv2-uri-map.doap.ttl" \
"$LV2DIR/uri-map.lv2/uri-map.meta.ttl" \
$@

Loading…
Cancel
Save