diff options
author | David Robillard <d@drobilla.net> | 2011-07-07 19:19:12 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-07-07 19:19:12 +0000 |
commit | 5a838e44308db34ac30fc71c4fde5b570110b988 (patch) | |
tree | 7499e6a5979122682b84287d29f3e45332f802a6 /plugins/eg-amp.lv2/manifest.ttl | |
parent | 260ef0094d77d9630edb7a04793af0ff1cbd9b2c (diff) | |
download | lv2-5a838e44308db34ac30fc71c4fde5b570110b988.tar.xz |
Add amp example plugin.
Upgrade to waf 1.6.6.
Don't depend on a C++ compiler being present.
Diffstat (limited to 'plugins/eg-amp.lv2/manifest.ttl')
-rw-r--r-- | plugins/eg-amp.lv2/manifest.ttl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/eg-amp.lv2/manifest.ttl b/plugins/eg-amp.lv2/manifest.ttl new file mode 100644 index 0000000..5ca1ada --- /dev/null +++ b/plugins/eg-amp.lv2/manifest.ttl @@ -0,0 +1,10 @@ +# LV2 Plugin Manifest +# Lists where plugins' data files and shared objects reside. + +@prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + +<http://lv2plug.in/plugins/eg-amp> + a lv2:Plugin ; + lv2:binary <amp.so> ; + rdfs:seeAlso <amp.ttl> . |