aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-12-20 07:03:28 +0000
committerDavid Robillard <d@drobilla.net>2012-12-20 07:03:28 +0000
commitddb4943a277f4405e75b33aea3d5aca6134b33ae (patch)
treecbe5f11f8a1ff657779763917eda4302366438a6
parent2481f2ce7433bd2925b16b9e87be0541e84e469e (diff)
downloadfomp.lv2-ddb4943a277f4405e75b33aea3d5aca6134b33ae.tar.gz
fomp.lv2-ddb4943a277f4405e75b33aea3d5aca6134b33ae.tar.bz2
fomp.lv2-ddb4943a277f4405e75b33aea3d5aca6134b33ae.zip
Fix phaser plugin data and list phasers in manifest.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/fomp.lv2@4866 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--NEWS6
-rw-r--r--fomp.lv2/cs_phaser1.ttl2
-rw-r--r--fomp.lv2/cs_phaser1_lfo.ttl1
-rw-r--r--fomp.lv2/manifest.ttl.in10
4 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ba503e0..545d236 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+fomp (1.0.1) unstable;
+
+ * Fix phaser plugin data and list phasers in manifest
+
+ -- David Robillard <d@drobilla.net> Thu, 20 Dec 2012 02:01:30 -0500
+
fomp (1.0.0) stable;
* Initial release
diff --git a/fomp.lv2/cs_phaser1.ttl b/fomp.lv2/cs_phaser1.ttl
index f0bcf17..53358da 100644
--- a/fomp.lv2/cs_phaser1.ttl
+++ b/fomp.lv2/cs_phaser1.ttl
@@ -4,7 +4,7 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix units: <http://lv2plug.in/ns/extensions/units#> .
-fomp:phaser1
+fomp:cs_phaser1
a lv2:Plugin ,
lv2:PhaserPlugin ;
doap:name "CS Phaser 1" ;
diff --git a/fomp.lv2/cs_phaser1_lfo.ttl b/fomp.lv2/cs_phaser1_lfo.ttl
index afc1452..74cba4d 100644
--- a/fomp.lv2/cs_phaser1_lfo.ttl
+++ b/fomp.lv2/cs_phaser1_lfo.ttl
@@ -1,6 +1,7 @@
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix fomp: <http://drobilla.net/plugins/fomp/> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix units: <http://lv2plug.in/ns/extensions/units#> .
diff --git a/fomp.lv2/manifest.ttl.in b/fomp.lv2/manifest.ttl.in
index 0799cc9..191a5a3 100644
--- a/fomp.lv2/manifest.ttl.in
+++ b/fomp.lv2/manifest.ttl.in
@@ -59,6 +59,16 @@ fomp:cs_chorus2
rdfs:seeAlso <cs_chorus2.ttl> ;
lv2:binary <cs_chorus@LIB_EXT@> .
+fomp:cs_phaser1
+ a lv2:Plugin ;
+ rdfs:seeAlso <cs_phaser1.ttl> ;
+ lv2:binary <cs_phaser@LIB_EXT@> .
+
+fomp:cs_phaser1_lfo
+ a lv2:Plugin ;
+ rdfs:seeAlso <cs_phaser1_lfo.ttl> ;
+ lv2:binary <cs_phaser@LIB_EXT@> .
+
fomp:triple_chorus
a lv2:Plugin ;
rdfs:seeAlso <triple_chorus.ttl> ;