[Lunar-commits] <moonbase> slv2: introduction to moonbase

Michael 'v4hn' Goerner v4hn at lunar-linux.org
Mon Aug 29 01:06:15 CEST 2011


commit ac1c45cde35ca929149d4f59e00f6bdb9d6392a3
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date:   Mon Aug 29 01:06:15 2011 +0200

    slv2: introduction to moonbase
---
 audio/slv2/BUILD   |    8 ++++++++
 audio/slv2/DEPENDS |    6 ++++++
 audio/slv2/DETAILS |   14 ++++++++++++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/audio/slv2/BUILD b/audio/slv2/BUILD
new file mode 100644
index 0000000..198230f
--- /dev/null
+++ b/audio/slv2/BUILD
@@ -0,0 +1,8 @@
+(
+
+  ./waf configure --prefix=/usr &&
+  ./waf build     &&
+  prepare_install &&
+  ./waf install
+
+) > $C_FIFO 2>&1
diff --git a/audio/slv2/DEPENDS b/audio/slv2/DEPENDS
new file mode 100644
index 0000000..00761f3
--- /dev/null
+++ b/audio/slv2/DEPENDS
@@ -0,0 +1,6 @@
+depends lv2core
+depends redland
+# For the waf build system
+depends Python
+
+optional_depends jack "" "--no-jack" "to build jack clients"
diff --git a/audio/slv2/DETAILS b/audio/slv2/DETAILS
new file mode 100644
index 0000000..86be442
--- /dev/null
+++ b/audio/slv2/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=slv2
+         VERSION=0.6.6
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://download.drobilla.net/
+      SOURCE_VFY=sha1:7dc47153b1468056b0e30b1175c7fc57b184aaec
+        WEB_SITE=http://drobilla.net/software/slv2/
+         ENTERED=20110828
+         UPDATED=20110828
+           SHORT="SLV2 is a library to make use of LV2 plugins."
+
+cat << EOF
+SLV2 is a library to make the use of LV2 plugins
+as simple as possible for applications.
+EOF


More information about the Lunar-commits mailing list