From 0fc02cfb7cbe7f29149e67f8355192b5ceb8a1db Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 8 Feb 2017 00:28:38 +0100 Subject: Add lv2_validate utility --- lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl | 1 - .../ns/ext/buf-size/lv2-buf-size.doap.ttl | 1 - .../ns/ext/data-access/lv2-data-access.doap.ttl | 3 +- .../ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl | 1 - lv2/lv2plug.in/ns/ext/event/lv2-event.doap.ttl | 1 - .../instance-access/lv2-instance-access.doap.ttl | 1 - lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl | 1 - lv2/lv2plug.in/ns/ext/midi/lv2-midi.doap.ttl | 1 - lv2/lv2plug.in/ns/ext/morph/lv2-morph.doap.ttl | 1 - lv2/lv2plug.in/ns/ext/morph/morph.ttl | 3 +- lv2/lv2plug.in/ns/ext/options/lv2-options.doap.ttl | 1 - lv2/lv2plug.in/ns/ext/options/options.ttl | 1 - .../ns/ext/parameters/lv2-parameters.doap.ttl | 1 - lv2/lv2plug.in/ns/ext/parameters/parameters.ttl | 3 +- lv2/lv2plug.in/ns/ext/patch/lv2-patch.doap.ttl | 1 - .../ns/ext/port-groups/lv2-port-groups.doap.ttl | 1 - lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl | 3 +- .../ns/ext/port-props/lv2-port-props.doap.ttl | 1 - lv2/lv2plug.in/ns/ext/presets/lv2-presets.doap.ttl | 1 - .../ns/ext/resize-port/lv2-resize-port.doap.ttl | 1 - lv2/lv2plug.in/ns/ext/state/lv2-state.doap.ttl | 1 - lv2/lv2plug.in/ns/ext/state/state.ttl | 1 - lv2/lv2plug.in/ns/ext/time/lv2-time.doap.ttl | 1 - lv2/lv2plug.in/ns/ext/uri-map/lv2-uri-map.doap.ttl | 1 - lv2/lv2plug.in/ns/ext/urid/lv2-urid.doap.ttl | 1 - lv2/lv2plug.in/ns/ext/worker/lv2-worker.doap.ttl | 1 - lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl | 1 - .../ns/extensions/units/lv2-units.doap.ttl | 1 - lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl | 2 +- lv2/lv2plug.in/ns/lv2core/lv2core.ttl | 3 +- lv2/lv2plug.in/ns/lv2core/manifest.ttl | 5 + lv2/lv2plug.in/ns/lv2core/meta.ttl | 202 ++++++++++++++++++++ lv2/lv2plug.in/ns/meta/manifest.ttl | 8 - lv2/lv2plug.in/ns/meta/meta.ttl | 209 --------------------- 34 files changed, 213 insertions(+), 252 deletions(-) create mode 100644 lv2/lv2plug.in/ns/lv2core/meta.ttl delete mode 100644 lv2/lv2plug.in/ns/meta/manifest.ttl delete mode 100644 lv2/lv2plug.in/ns/meta/meta.ttl (limited to 'lv2') diff --git a/lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl b/lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl index 0d5d653..681ff77 100644 --- a/lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/atom/lv2-atom.doap.ttl @@ -5,7 +5,6 @@ a doap:Project ; - rdfs:seeAlso <../../meta/meta.ttl> ; doap:name "LV2 Atom" ; doap:shortdesc "A generic value container and several data types." ; doap:license ; diff --git a/lv2/lv2plug.in/ns/ext/buf-size/lv2-buf-size.doap.ttl b/lv2/lv2plug.in/ns/ext/buf-size/lv2-buf-size.doap.ttl index 84ce980..bc6ffe9 100644 --- a/lv2/lv2plug.in/ns/ext/buf-size/lv2-buf-size.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/buf-size/lv2-buf-size.doap.ttl @@ -5,7 +5,6 @@ a doap:Project ; - rdfs:seeAlso <../../meta/meta.ttl> ; doap:name "LV2 Buf Size" ; doap:shortdesc "Access to, and restrictions on, buffer sizes." ; doap:created "2012-08-07" ; diff --git a/lv2/lv2plug.in/ns/ext/data-access/lv2-data-access.doap.ttl b/lv2/lv2plug.in/ns/ext/data-access/lv2-data-access.doap.ttl index 084d935..d577e63 100644 --- a/lv2/lv2plug.in/ns/ext/data-access/lv2-data-access.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/data-access/lv2-data-access.doap.ttl @@ -5,8 +5,7 @@ a doap:Project ; - rdfs:seeAlso , - <../../meta/meta.ttl> ; + rdfs:seeAlso ; doap:license ; doap:name "LV2 Data Access" ; doap:shortdesc "Provides access to LV2_Descriptor::extension_data()." ; diff --git a/lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl b/lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl index da766c2..9dd6c81 100644 --- a/lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl @@ -5,7 +5,6 @@ a doap:Project ; - rdfs:seeAlso <../../meta/meta.ttl> ; doap:license ; doap:name "LV2 Dynamic Manifest" ; doap:homepage ; diff --git a/lv2/lv2plug.in/ns/ext/event/lv2-event.doap.ttl b/lv2/lv2plug.in/ns/ext/event/lv2-event.doap.ttl index b396984..5051237 100644 --- a/lv2/lv2plug.in/ns/ext/event/lv2-event.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/event/lv2-event.doap.ttl @@ -5,7 +5,6 @@ a doap:Project ; - rdfs:seeAlso <../../meta/meta.ttl> ; doap:license ; doap:name "LV2 Event" ; doap:shortdesc "A port-based real-time generic event interface." ; diff --git a/lv2/lv2plug.in/ns/ext/instance-access/lv2-instance-access.doap.ttl b/lv2/lv2plug.in/ns/ext/instance-access/lv2-instance-access.doap.ttl index 2c7cba8..5aa70d8 100644 --- a/lv2/lv2plug.in/ns/ext/instance-access/lv2-instance-access.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/instance-access/lv2-instance-access.doap.ttl @@ -5,7 +5,6 @@ a doap:Project ; - rdfs:seeAlso <../../meta/meta.ttl> ; doap:license ; doap:name "LV2 Instance Access" ; doap:shortdesc "Provides access to the LV2_Handle of a plugin." ; diff --git a/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl b/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl index ed89423..d109809 100644 --- a/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl @@ -5,7 +5,6 @@ a doap:Project ; - rdfs:seeAlso <../../meta/meta.ttl> ; doap:name "LV2 Log" ; doap:shortdesc "A feature for writing log messages." ; doap:created "2012-01-12" ; diff --git a/lv2/lv2plug.in/ns/ext/midi/lv2-midi.doap.ttl b/lv2/lv2plug.in/ns/ext/midi/lv2-midi.doap.ttl index 32ee007..94c323e 100644 --- a/lv2/lv2plug.in/ns/ext/midi/lv2-midi.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/midi/lv2-midi.doap.ttl @@ -5,7 +5,6 @@ a doap:Project ; - rdfs:seeAlso <../../meta/meta.ttl> ; doap:license ; doap:name "LV2 MIDI" ; doap:shortdesc "A normalised definition of raw MIDI." ; diff --git a/lv2/lv2plug.in/ns/ext/morph/lv2-morph.doap.ttl b/lv2/lv2plug.in/ns/ext/morph/lv2-morph.doap.ttl index 3c7a542..533cf10 100644 --- a/lv2/lv2plug.in/ns/ext/morph/lv2-morph.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/morph/lv2-morph.doap.ttl @@ -5,7 +5,6 @@ a doap:Project ; - rdfs:seeAlso <../../meta/meta.ttl> ; doap:name "LV2 Morph" ; doap:shortdesc "Ports that can dynamically change type." ; doap:created "2012-05-22" ; diff --git a/lv2/lv2plug.in/ns/ext/morph/morph.ttl b/lv2/lv2plug.in/ns/ext/morph/morph.ttl index 9457089..2a2e9fc 100644 --- a/lv2/lv2plug.in/ns/ext/morph/morph.ttl +++ b/lv2/lv2plug.in/ns/ext/morph/morph.ttl @@ -11,8 +11,7 @@ a owl:Ontology ; rdfs:seeAlso , - , - <../../meta/meta.ttl> ; + ; lv2:documentation """

This extension defines two port types: morph:MorphPort, which has a host-configurable type, and morph:AutoMorphPort, which may automatically change diff --git a/lv2/lv2plug.in/ns/ext/options/lv2-options.doap.ttl b/lv2/lv2plug.in/ns/ext/options/lv2-options.doap.ttl index 6b99ef3..d828360 100644 --- a/lv2/lv2plug.in/ns/ext/options/lv2-options.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/options/lv2-options.doap.ttl @@ -5,7 +5,6 @@ a doap:Project ; - rdfs:seeAlso <../../meta/meta.ttl> ; doap:name "LV2 Options" ; doap:shortdesc "Instantiation time options." ; doap:created "2012-08-20" ; diff --git a/lv2/lv2plug.in/ns/ext/options/options.ttl b/lv2/lv2plug.in/ns/ext/options/options.ttl index e4aea32..b0f752c 100644 --- a/lv2/lv2plug.in/ns/ext/options/options.ttl +++ b/lv2/lv2plug.in/ns/ext/options/options.ttl @@ -8,7 +8,6 @@ a owl:Ontology ; rdfs:seeAlso , - <../../meta/meta.ttl> , ; lv2:documentation """ diff --git a/lv2/lv2plug.in/ns/ext/parameters/lv2-parameters.doap.ttl b/lv2/lv2plug.in/ns/ext/parameters/lv2-parameters.doap.ttl index e3c6c96..3ff707c 100644 --- a/lv2/lv2plug.in/ns/ext/parameters/lv2-parameters.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/parameters/lv2-parameters.doap.ttl @@ -5,7 +5,6 @@ a doap:Project ; - rdfs:seeAlso <../../meta/meta.ttl> ; doap:name "LV2 Parameters" ; doap:release [ doap:revision "1.4" ; diff --git a/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl b/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl index 2919c3e..f8ad2ab 100644 --- a/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl +++ b/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl @@ -8,8 +8,7 @@ a lv2:Specification ; - rdfs:seeAlso <../../meta/meta.ttl> , - ; + rdfs:seeAlso ; lv2:documentation """

This vocabulary describes parameters common in audio processing software. A parameter is purely a metadata concept, unrelated to any particular code 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 f5e1f7f..cf10aa6 100644 --- a/lv2/lv2plug.in/ns/ext/patch/lv2-patch.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/patch/lv2-patch.doap.ttl @@ -5,7 +5,6 @@ a doap:Project ; - rdfs:seeAlso <../../meta/meta.ttl> ; doap:created "2012-02-09" ; doap:license ; doap:developer ; diff --git a/lv2/lv2plug.in/ns/ext/port-groups/lv2-port-groups.doap.ttl b/lv2/lv2plug.in/ns/ext/port-groups/lv2-port-groups.doap.ttl index 87a2ee7..90848d2 100644 --- a/lv2/lv2plug.in/ns/ext/port-groups/lv2-port-groups.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/port-groups/lv2-port-groups.doap.ttl @@ -5,7 +5,6 @@ a doap:Project ; - rdfs:seeAlso <../../meta/meta.ttl> ; doap:license ; doap:name "LV2 Port Groups" ; doap:shortdesc "Multi-channel groups of LV2 ports." ; diff --git a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl index 011b0fc..0681e42 100644 --- a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl +++ b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl @@ -7,8 +7,7 @@ a owl:Ontology ; - rdfs:seeAlso <../../meta/meta.ttl> , - . + rdfs:seeAlso . pg:Group a rdfs:Class ; diff --git a/lv2/lv2plug.in/ns/ext/port-props/lv2-port-props.doap.ttl b/lv2/lv2plug.in/ns/ext/port-props/lv2-port-props.doap.ttl index 7188aab..b199d36 100644 --- a/lv2/lv2plug.in/ns/ext/port-props/lv2-port-props.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/port-props/lv2-port-props.doap.ttl @@ -5,7 +5,6 @@ a doap:Project ; - rdfs:seeAlso <../../meta/meta.ttl> ; doap:name "LV2 Port Properties" ; doap:created "2009-01-01" ; doap:shortdesc "Various port properties." ; diff --git a/lv2/lv2plug.in/ns/ext/presets/lv2-presets.doap.ttl b/lv2/lv2plug.in/ns/ext/presets/lv2-presets.doap.ttl index 5f17d54..5ba8867 100644 --- a/lv2/lv2plug.in/ns/ext/presets/lv2-presets.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/presets/lv2-presets.doap.ttl @@ -5,7 +5,6 @@ a doap:Project ; - rdfs:seeAlso <../../meta/meta.ttl> ; doap:license ; doap:name "LV2 Presets" ; doap:shortdesc "Presets for LV2 plugins." ; diff --git a/lv2/lv2plug.in/ns/ext/resize-port/lv2-resize-port.doap.ttl b/lv2/lv2plug.in/ns/ext/resize-port/lv2-resize-port.doap.ttl index 644b1ce..49ab3cb 100644 --- a/lv2/lv2plug.in/ns/ext/resize-port/lv2-resize-port.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/resize-port/lv2-resize-port.doap.ttl @@ -5,7 +5,6 @@ a doap:Project ; - rdfs:seeAlso <../../meta/meta.ttl> ; doap:name "LV2 Resize Port" ; doap:shortdesc "Dynamically sized LV2 port buffers." ; doap:created "2007-00-00" ; diff --git a/lv2/lv2plug.in/ns/ext/state/lv2-state.doap.ttl b/lv2/lv2plug.in/ns/ext/state/lv2-state.doap.ttl index 7ff2b68..fd87a13 100644 --- a/lv2/lv2plug.in/ns/ext/state/lv2-state.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/state/lv2-state.doap.ttl @@ -5,7 +5,6 @@ a doap:Project ; - rdfs:seeAlso <../../meta/meta.ttl> ; doap:created "2010-11-09" ; doap:name "LV2 State" ; doap:shortdesc "An interface for LV2 plugins to save and restore state." ; diff --git a/lv2/lv2plug.in/ns/ext/state/state.ttl b/lv2/lv2plug.in/ns/ext/state/state.ttl index f0a2c3a..c86fea7 100644 --- a/lv2/lv2plug.in/ns/ext/state/state.ttl +++ b/lv2/lv2plug.in/ns/ext/state/state.ttl @@ -6,7 +6,6 @@ a lv2:Specification ; rdfs:seeAlso , - <../../meta/meta.ttl> , ; lv2:documentation """

This extension defines a simple mechanism which allows hosts to save and diff --git a/lv2/lv2plug.in/ns/ext/time/lv2-time.doap.ttl b/lv2/lv2plug.in/ns/ext/time/lv2-time.doap.ttl index 06d81e2..89aef99 100644 --- a/lv2/lv2plug.in/ns/ext/time/lv2-time.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/time/lv2-time.doap.ttl @@ -5,7 +5,6 @@ a doap:Project ; - rdfs:seeAlso <../../meta/meta.ttl> ; doap:name "LV2 Time" ; doap:shortdesc "Properties for describing time." ; doap:created "2011-10-05" ; diff --git a/lv2/lv2plug.in/ns/ext/uri-map/lv2-uri-map.doap.ttl b/lv2/lv2plug.in/ns/ext/uri-map/lv2-uri-map.doap.ttl index 504c092..df0feb7 100644 --- a/lv2/lv2plug.in/ns/ext/uri-map/lv2-uri-map.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/uri-map/lv2-uri-map.doap.ttl @@ -5,7 +5,6 @@ a doap:Project ; - rdfs:seeAlso <../../meta/meta.ttl> ; doap:maintainer ; doap:created "2008-00-00" ; doap:developer , diff --git a/lv2/lv2plug.in/ns/ext/urid/lv2-urid.doap.ttl b/lv2/lv2plug.in/ns/ext/urid/lv2-urid.doap.ttl index 99505e6..b79545c 100644 --- a/lv2/lv2plug.in/ns/ext/urid/lv2-urid.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/urid/lv2-urid.doap.ttl @@ -5,7 +5,6 @@ a doap:Project ; - rdfs:seeAlso <../../meta/meta.ttl> ; doap:license ; doap:name "LV2 URID" ; doap:shortdesc "Features for mapping URIs to and from integers." ; diff --git a/lv2/lv2plug.in/ns/ext/worker/lv2-worker.doap.ttl b/lv2/lv2plug.in/ns/ext/worker/lv2-worker.doap.ttl index 0258bcd..b01159b 100644 --- a/lv2/lv2plug.in/ns/ext/worker/lv2-worker.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/worker/lv2-worker.doap.ttl @@ -5,7 +5,6 @@ a doap:Project ; - rdfs:seeAlso <../../meta/meta.ttl> ; doap:name "LV2 Worker" ; doap:shortdesc "Support for a non-realtime plugin worker method." ; doap:created "2012-03-22" ; diff --git a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl index 8354819..8b804b1 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl +++ b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl @@ -5,7 +5,6 @@ a doap:Project ; - rdfs:seeAlso <../../meta/meta.ttl> ; doap:license ; doap:name "LV2 UI" ; doap:shortdesc "LV2 plugin UIs of any type." ; diff --git a/lv2/lv2plug.in/ns/extensions/units/lv2-units.doap.ttl b/lv2/lv2plug.in/ns/extensions/units/lv2-units.doap.ttl index 5b4c175..dc7eee7 100644 --- a/lv2/lv2plug.in/ns/extensions/units/lv2-units.doap.ttl +++ b/lv2/lv2plug.in/ns/extensions/units/lv2-units.doap.ttl @@ -5,7 +5,6 @@ a doap:Project ; - rdfs:seeAlso <../../meta/meta.ttl> ; doap:name "LV2 Units" ; doap:shortdesc "Units for LV2 values." ; doap:created "2007-02-06" ; diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl index 0ad5c3e..601c6d7 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl +++ b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl @@ -5,7 +5,7 @@ a doap:Project ; - rdfs:seeAlso <../meta/meta.ttl> ; + rdfs:seeAlso ; doap:license ; doap:name "LV2" ; doap:homepage ; diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl index 74ad5ac..1e460ee 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl +++ b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl @@ -39,8 +39,7 @@ devices). See , , - , - <../meta/meta.ttl> ; + ; lv2:documentation """

LV2 is an interface for writing audio processors, or plugins, in C/C++ which can be dynamically loaded into many applications, or hosts. diff --git a/lv2/lv2plug.in/ns/lv2core/manifest.ttl b/lv2/lv2plug.in/ns/lv2core/manifest.ttl index 1b60ca8..5c3f7a2 100644 --- a/lv2/lv2plug.in/ns/lv2core/manifest.ttl +++ b/lv2/lv2plug.in/ns/lv2core/manifest.ttl @@ -1,3 +1,4 @@ +@prefix doap: . @prefix lv2: . @prefix owl: . @prefix rdfs: . @@ -7,3 +8,7 @@ lv2:minorVersion 14 ; lv2:microVersion 0 ; rdfs:seeAlso . + + + a doap:Project ; + rdfs:seeAlso . diff --git a/lv2/lv2plug.in/ns/lv2core/meta.ttl b/lv2/lv2plug.in/ns/lv2core/meta.ttl new file mode 100644 index 0000000..5246758 --- /dev/null +++ b/lv2/lv2plug.in/ns/lv2core/meta.ttl @@ -0,0 +1,202 @@ +@prefix dcs: . +@prefix doap: . +@prefix foaf: . +@prefix lv2: . +@prefix meta: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . + + + rdf:value """ +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +""" . + + + a doap:Project ; + lv2:symbol "lv2" ; + doap:name "LV2" ; + doap:license ; + doap:shortdesc "The LV2 Plugin Interface Project" ; + doap:description "LV2 is a plugin standard for audio systems. It defines a minimal yet extensible C API for plugin code and a format for plugin bundles" ; + doap:created "2006-05-10" ; + doap:homepage ; + doap:mailing-list ; + doap:programming-language "C" ; + doap:repository [ + a doap:SVNRepository ; + doap:location + ] ; + doap:developer , + ; + doap:helper meta:larsl , + meta:gabrbedd , + meta:daste , + meta:kfoltman , + meta:paniq ; + doap:release [ + doap:revision "1.14.1" ; + doap:created "2016-10-04" ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "eg-sampler: Add waveform display to UI." + ] , [ + rdfs:label "Add lv2_validate utility." + ] + ] + ] , [ + doap:revision "1.14.0" ; + doap:created "2016-09-19" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "eg-scope: Don't feed back UI state updates." + ] , [ + rdfs:label "eg-sampler: Fix handling of state file paths." + ] , [ + rdfs:label "eg-sampler: Support thread-safe state restoration." + ] + ] + ] , [ + doap:revision "1.12.0" ; + doap:created "2015-04-07" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "eg-sampler: Support patch:Get, and request initial state from UI." + ] , [ + rdfs:label "eg-sampler: Add gain parameter." + ] , [ + rdfs:label "Fix merging of version histories in specification documentation." + ] , [ + rdfs:label "Improve API documentation." + ] , [ + rdfs:label "Simplify property restrictions by removing redundancy." + ] + ] + ] , [ + doap:revision "1.10.0" ; + doap:created "2014-08-08" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "lv2specgen: Display deprecated warning on classes marked owl:deprecated." + ] , [ + rdfs:label "Fix -Wconversion warnings in headers." + ] , [ + rdfs:label "Upgrade to waf 1.7.16." + ] + ] + ] , [ + doap:revision "1.8.0" ; + doap:created "2014-01-04" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Add scope example plugin from Robin Gareus." + ] , [ + rdfs:label "lv2specgen: Fix links to externally defined terms." + ] , [ + rdfs:label "Install lv2specgen for use by other projects." + ] + ] + ] , [ + doap:revision "1.6.0" ; + doap:created "2013-08-09" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Fix port indices of metronome example." + ] , [ + rdfs:label "Fix lv2specgen usage from command line." + ] , [ + rdfs:label "Upgrade to waf 1.7.11." + ] + ] + ] , [ + doap:revision "1.4.0" ; + doap:created "2013-02-17" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Add metronome example plugin to demonstrate sample accurate tempo sync." + ] , [ + rdfs:label "Generate book-style HTML documentation from example plugins." + ] + ] + ] , [ + doap:revision "1.2.0" ; + doap:created "2012-10-14" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Move all project metadata for extensions (e.g. change log) to separate files to spare hosts from loading them during discovery." + ] , [ + rdfs:label "Use stricter datatype definitions conformant with the XSD and OWL specifications for better validation." + ] + ] + ] , [ + doap:revision "1.0.0" ; + doap:created "2012-04-16" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Initial release as a unified project. Projects can now simply depend on the pkg-config package 'lv2' for all official LV2 APIs." + ] , [ + rdfs:label "New extensions: atom, log, parameters, patch, port-groups, port-props, resize-port, state, time, worker." + ] + ] + ] . + + + a foaf:Person ; + foaf:name "David Robillard" ; + foaf:mbox ; + rdfs:seeAlso . + + + a foaf:Person ; + foaf:name "Steve Harris" ; + foaf:mbox ; + rdfs:seeAlso . + +meta:larsl + a foaf:Person ; + foaf:name "Lars Luthman" ; + foaf:mbox . + +meta:gabrbedd + a foaf:Person ; + foaf:name "Gabriel M. Beddingfield" ; + foaf:mbox . + +meta:daste + a foaf:Person ; + foaf:name "Stefano D'Angelo" ; + foaf:mbox . + +meta:kfoltman + a foaf:Person ; + foaf:name "Krzysztof Foltman" ; + foaf:mbox . + +meta:paniq + a foaf:Person ; + foaf:name "Leonard Ritter" ; + foaf:mbox . + +meta:harry + a foaf:Person ; + foaf:name "Harry van Haaren" ; + foaf:mbox . diff --git a/lv2/lv2plug.in/ns/meta/manifest.ttl b/lv2/lv2plug.in/ns/meta/manifest.ttl deleted file mode 100644 index 8b2aac6..0000000 --- a/lv2/lv2plug.in/ns/meta/manifest.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix lv2: . -@prefix rdfs: . - - - a lv2:Specification ; - lv2:minorVersion 1 ; - lv2:microVersion 0 ; - rdfs:seeAlso . diff --git a/lv2/lv2plug.in/ns/meta/meta.ttl b/lv2/lv2plug.in/ns/meta/meta.ttl deleted file mode 100644 index caf5f0e..0000000 --- a/lv2/lv2plug.in/ns/meta/meta.ttl +++ /dev/null @@ -1,209 +0,0 @@ -@prefix dcs: . -@prefix doap: . -@prefix foaf: . -@prefix lv2: . -@prefix meta: . -@prefix owl: . -@prefix rdf: . -@prefix rdfs: . - - - a owl:Ontology ; - doap:license ; - doap:name "LV2 Meta" ; - doap:shortdesc "LV2 project metadata" ; - doap:created "2012-03-25" ; - doap:maintainer ; - rdfs:comment "This document describes metadata relevant to the LV2 project." . - - - rdf:value """ -Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. - -THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -""" . - - - a doap:Project ; - lv2:symbol "lv2" ; - doap:name "LV2" ; - doap:license ; - doap:shortdesc "The LV2 Plugin Interface Project" ; - doap:description "LV2 is a plugin standard for audio systems. It defines a minimal yet extensible C API for plugin code and a format for plugin bundles" ; - doap:created "2006-05-10" ; - doap:homepage ; - doap:mailing-list ; - doap:programming-language "C" ; - doap:repository [ - a doap:SVNRepository ; - doap:location - ] ; - doap:developer , - ; - doap:helper meta:larsl , - meta:gabrbedd , - meta:daste , - meta:kfoltman , - meta:paniq ; - doap:release [ - doap:revision "1.14.1" ; - doap:created "2016-10-04" ; - dcs:blame ; - dcs:changeset [ - dcs:item [ - rdfs:label "eg-sampler: Add waveform display to UI." - ] - ] - ] , [ - doap:revision "1.14.0" ; - doap:created "2016-09-19" ; - doap:file-release ; - dcs:blame ; - dcs:changeset [ - dcs:item [ - rdfs:label "eg-scope: Don't feed back UI state updates." - ] , [ - rdfs:label "eg-sampler: Fix handling of state file paths." - ] , [ - rdfs:label "eg-sampler: Support thread-safe state restoration." - ] - ] - ] , [ - doap:revision "1.12.0" ; - doap:created "2015-04-07" ; - doap:file-release ; - dcs:blame ; - dcs:changeset [ - dcs:item [ - rdfs:label "eg-sampler: Support patch:Get, and request initial state from UI." - ] , [ - rdfs:label "eg-sampler: Add gain parameter." - ] , [ - rdfs:label "Fix merging of version histories in specification documentation." - ] , [ - rdfs:label "Improve API documentation." - ] , [ - rdfs:label "Simplify property restrictions by removing redundancy." - ] - ] - ] , [ - doap:revision "1.10.0" ; - doap:created "2014-08-08" ; - doap:file-release ; - dcs:blame ; - dcs:changeset [ - dcs:item [ - rdfs:label "lv2specgen: Display deprecated warning on classes marked owl:deprecated." - ] , [ - rdfs:label "Fix -Wconversion warnings in headers." - ] , [ - rdfs:label "Upgrade to waf 1.7.16." - ] - ] - ] , [ - doap:revision "1.8.0" ; - doap:created "2014-01-04" ; - doap:file-release ; - dcs:blame ; - dcs:changeset [ - dcs:item [ - rdfs:label "Add scope example plugin from Robin Gareus." - ] , [ - rdfs:label "lv2specgen: Fix links to externally defined terms." - ] , [ - rdfs:label "Install lv2specgen for use by other projects." - ] - ] - ] , [ - doap:revision "1.6.0" ; - doap:created "2013-08-09" ; - doap:file-release ; - dcs:blame ; - dcs:changeset [ - dcs:item [ - rdfs:label "Fix port indices of metronome example." - ] , [ - rdfs:label "Fix lv2specgen usage from command line." - ] , [ - rdfs:label "Upgrade to waf 1.7.11." - ] - ] - ] , [ - doap:revision "1.4.0" ; - doap:created "2013-02-17" ; - doap:file-release ; - dcs:blame ; - dcs:changeset [ - dcs:item [ - rdfs:label "Add metronome example plugin to demonstrate sample accurate tempo sync." - ] , [ - rdfs:label "Generate book-style HTML documentation from example plugins." - ] - ] - ] , [ - doap:revision "1.2.0" ; - doap:created "2012-10-14" ; - doap:file-release ; - dcs:blame ; - dcs:changeset [ - dcs:item [ - rdfs:label "Move all project metadata for extensions (e.g. change log) to separate files to spare hosts from loading them during discovery." - ] , [ - rdfs:label "Use stricter datatype definitions conformant with the XSD and OWL specifications for better validation." - ] - ] - ] , [ - doap:revision "1.0.0" ; - doap:created "2012-04-16" ; - doap:file-release ; - dcs:blame ; - dcs:changeset [ - dcs:item [ - rdfs:label "Initial release as a unified project. Projects can now simply depend on the pkg-config package 'lv2' for all official LV2 APIs." - ] , [ - rdfs:label "New extensions: atom, log, parameters, patch, port-groups, port-props, resize-port, state, time, worker." - ] - ] - ] . - - - a foaf:Person ; - foaf:name "David Robillard" ; - foaf:mbox ; - rdfs:seeAlso . - - - a foaf:Person ; - foaf:name "Steve Harris" ; - foaf:mbox ; - rdfs:seeAlso . - -meta:larsl - a foaf:Person ; - foaf:name "Lars Luthman" ; - foaf:mbox . - -meta:gabrbedd - a foaf:Person ; - foaf:name "Gabriel M. Beddingfield" ; - foaf:mbox . - -meta:daste - a foaf:Person ; - foaf:name "Stefano D'Angelo" ; - foaf:mbox . - -meta:kfoltman - a foaf:Person ; - foaf:name "Krzysztof Foltman" ; - foaf:mbox . - -meta:paniq - a foaf:Person ; - foaf:name "Leonard Ritter" ; - foaf:mbox . - -meta:harry - a foaf:Person ; - foaf:name "Harry van Haaren" ; - foaf:mbox . -- cgit v1.2.1