diff options
-rwxr-xr-x | gendoc.py | 2 | ||||
-rw-r--r-- | lv2/ns/ext/data-access/data-access.ttl | 2 | ||||
-rw-r--r-- | lv2/ns/ext/dynmanifest/dynmanifest.h | 2 | ||||
-rw-r--r-- | lv2/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl | 2 | ||||
-rw-r--r-- | lv2/ns/ext/host-info/host-info.ttl | 1 | ||||
-rw-r--r-- | lv2/ns/ext/instance-access/instance-access.ttl | 2 | ||||
-rw-r--r-- | lv2/ns/ext/midi/midi.ttl | 2 | ||||
-rw-r--r-- | lv2/ns/ext/parameter/parameter.ttl | 2 | ||||
-rw-r--r-- | lv2/ns/ext/presets/presets.ttl | 2 | ||||
-rw-r--r-- | lv2/ns/lv2core/lv2.h | 2 | ||||
-rw-r--r-- | lv2/ns/lv2core/lv2core.pc.in | 2 |
11 files changed, 10 insertions, 11 deletions
@@ -216,7 +216,7 @@ for root, dirs, files in os.walk('ns'): subst_file('../doc/htaccess.in', outdir + '/.htaccess', { '@NAME@': b, - '@BASE@': '/ns/%s/%s' % (dir, b) }) + '@BASE@': '/' + outdir }) index_rows = '' extensions.sort() diff --git a/lv2/ns/ext/data-access/data-access.ttl b/lv2/ns/ext/data-access/data-access.ttl index ac9bc74..6b0d817 100644 --- a/lv2/ns/ext/data-access/data-access.ttl +++ b/lv2/ns/ext/data-access/data-access.ttl @@ -38,7 +38,7 @@ doap:developer <http://drobilla.net/drobilla#me> ; doap:release [ doap:revision "1.4" ; - doap:created "2011-11-14" ; + doap:created "2011-11-21" ; doap:file-release <http://lv2plug.in/spec/lv2-data-access-1.4.tar.bz2> ; dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ diff --git a/lv2/ns/ext/dynmanifest/dynmanifest.h b/lv2/ns/ext/dynmanifest/dynmanifest.h index 56d829e..51908b7 100644 --- a/lv2/ns/ext/dynmanifest/dynmanifest.h +++ b/lv2/ns/ext/dynmanifest/dynmanifest.h @@ -19,7 +19,7 @@ @file dynmanifest.h C header for the LV2 Dynamic Manifest extension <http://lv2plug.in/ns/ext/dynmanifest>. - Revision: 1.1 + Revision: 1.2 */ #ifndef LV2_DYN_MANIFEST_H_INCLUDED diff --git a/lv2/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl b/lv2/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl index 60d0cdc..6c4d985 100644 --- a/lv2/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl +++ b/lv2/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl @@ -24,7 +24,7 @@ ] ; doap:release [ doap:revision "1.2" ; - doap:created "2011-11-17" ; + doap:created "2011-11-21" ; dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ diff --git a/lv2/ns/ext/host-info/host-info.ttl b/lv2/ns/ext/host-info/host-info.ttl index 127f4cc..4f563bb 100644 --- a/lv2/ns/ext/host-info/host-info.ttl +++ b/lv2/ns/ext/host-info/host-info.ttl @@ -1,5 +1,4 @@ # LV2 Host Info Extension -# PROVISIONAL # Copyright (C) 2009 David Robillard <d@drobilla.net> # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/lv2/ns/ext/instance-access/instance-access.ttl b/lv2/ns/ext/instance-access/instance-access.ttl index 211f55f..14eb732 100644 --- a/lv2/ns/ext/instance-access/instance-access.ttl +++ b/lv2/ns/ext/instance-access/instance-access.ttl @@ -37,7 +37,7 @@ doap:developer <http://drobilla.net/drobilla#me> ; doap:release [ doap:revision "1.4" ; - doap:created "2011-11-14" ; + doap:created "2011-11-21" ; doap:file-release <http://lv2plug.in/spec/lv2-instance-access-1.4.tar.bz2> ; dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ diff --git a/lv2/ns/ext/midi/midi.ttl b/lv2/ns/ext/midi/midi.ttl index d2b7f56..64edf0e 100644 --- a/lv2/ns/ext/midi/midi.ttl +++ b/lv2/ns/ext/midi/midi.ttl @@ -44,7 +44,7 @@ _:larsl doap:developer _:larsl ; doap:release [ doap:revision "1.4" ; - doap:created "2011-11-14" ; + doap:created "2011-11-21" ; doap:file-release <http://lv2plug.in/spec/lv2-midi-1.4.tar.bz2> ; dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ diff --git a/lv2/ns/ext/parameter/parameter.ttl b/lv2/ns/ext/parameter/parameter.ttl index 191aa81..e43cc48 100644 --- a/lv2/ns/ext/parameter/parameter.ttl +++ b/lv2/ns/ext/parameter/parameter.ttl @@ -65,7 +65,7 @@ to a command port).</p> param:supportsType a rdf:Property ; rdfs:domain param:Parameter ; - rdfs:range atom:AtomType ; + rdfs:range atom:Atom ; rdfs:label "supports type" ; lv2:documentation """ <p>Indicates that a Parameter has values of a particular type. A Parameter may diff --git a/lv2/ns/ext/presets/presets.ttl b/lv2/ns/ext/presets/presets.ttl index ddc383e..e11210a 100644 --- a/lv2/ns/ext/presets/presets.ttl +++ b/lv2/ns/ext/presets/presets.ttl @@ -38,7 +38,7 @@ doap:maintainer <http://drobilla.net/drobilla#me> ; doap:release [ doap:revision "2.2" ; - doap:created "2011-11-14" ; + doap:created "2011-11-21" ; doap:file-release <http://lv2plug.in/spec/lv2-presets-2.2.tar.bz2> ; dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ diff --git a/lv2/ns/lv2core/lv2.h b/lv2/ns/lv2core/lv2.h index 79d9a02..f633265 100644 --- a/lv2/ns/lv2core/lv2.h +++ b/lv2/ns/lv2core/lv2.h @@ -21,7 +21,7 @@ /** @file lv2.h API for the LV2 specification <http://lv2plug.in/ns/lv2core>. - Revision: 4.1 + Revision: 6.0 */ #ifndef LV2_H_INCLUDED diff --git a/lv2/ns/lv2core/lv2core.pc.in b/lv2/ns/lv2core/lv2core.pc.in index bcaa501..96e5169 100644 --- a/lv2/ns/lv2core/lv2core.pc.in +++ b/lv2/ns/lv2core/lv2core.pc.in @@ -5,6 +5,6 @@ includedir=@INCLUDEDIR@ Name: lv2core Version: @LV2CORE_VERSION@ -Description: Core LV2 plugin header and specification +Description: An audio plugin interface specification. Libs: Cflags: -I${includedir} |