[Lunar-commits] <moonbase-other> slv2: readded to moonbase-other
v4hn
me at v4hn.de
Thu Jul 26 14:10:59 CEST 2012
commit 0791ffd7e5aed825352a130fe5554507b0eb8dab
Author: v4hn <me at v4hn.de>
Date: Thu, 26 Jul 2012 05:10:59 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/0791ffd7e5aed825352a130fe5554507b0eb8dab
slv2: readded to moonbase-other
---
audio/slv2/BUILD +8/-0
audio/slv2/DEPENDS +6/-0
audio/slv2/DETAILS +14/-0
3 files changed, 28 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/audio/slv2/BUILD
@@ -0,0 +1,8 @@
+(
+
+ ./waf configure --prefix=/usr &&
+ ./waf build &&
+ prepare_install &&
+ ./waf install
+
+) > $C_FIFO 2>&1
--- /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"
--- /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