Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
591B

  1. diff --git a/artyfx.lv2/manifest.ttl b/artyfx.lv2/manifest.ttl
  2. index 2915be6..e930fca 100644
  3. --- a/artyfx.lv2/manifest.ttl
  4. +++ b/artyfx.lv2/manifest.ttl
  5. @@ -1,9 +1,13 @@
  6. # The manifest file for all OpenAV ArtyFX plugins
  7. +@prefix doap: <http://usefulinc.com/ns/doap#> .
  8. @prefix lv2: <http://lv2plug.in/ns/lv2core#> .
  9. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  10. +<http://www.openavproductions.com/artyfx> a doap:Project ;
  11. + doap:name "ArtyFX" .
  12. +
  13. <http://www.openavproductions.com/artyfx#bitta> a lv2:Plugin ;
  14. lv2:binary <artyfx.dll> ;
  15. rdfs:seeAlso <bitta.ttl> .