From ddb4943a277f4405e75b33aea3d5aca6134b33ae Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 20 Dec 2012 07:03:28 +0000 Subject: 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 --- NEWS | 6 ++++++ fomp.lv2/cs_phaser1.ttl | 2 +- fomp.lv2/cs_phaser1_lfo.ttl | 1 + fomp.lv2/manifest.ttl.in | 10 ++++++++++ 4 files changed, 18 insertions(+), 1 deletion(-) 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 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: . @prefix 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: . @prefix fomp: . @prefix lv2: . +@prefix rdf: . @prefix rdfs: . @prefix 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 ; lv2:binary . +fomp:cs_phaser1 + a lv2:Plugin ; + rdfs:seeAlso ; + lv2:binary . + +fomp:cs_phaser1_lfo + a lv2:Plugin ; + rdfs:seeAlso ; + lv2:binary . + fomp:triple_chorus a lv2:Plugin ; rdfs:seeAlso ; -- cgit v1.2.1