[Lunar-commits] <moonbase> cmt-plugins: new module
Duncan Gibson
engelsman at lunar-linux.org
Sun Jun 21 11:26:27 CEST 2009
commit 0321946c3fd71c1936a147d9d16f5863ff582b9c
Author: Paul Bredbury <brebs at sent.com>
Date: Sun Jun 21 11:26:27 2009 +0200
cmt-plugins: new module
Provides /usr/lib/ladspa/cmt.so, to provide e.g. id 1098 which is
needed for upmix_20to51 at:
http://forums.gentoo.org/viewtopic-p-4528619.html#4528619
Note: downloads, compiles and installs OK,
but otherwise untested by me - engelsman
---
zbeta/cmt-plugins/BUILD | 10 ++++++++++
zbeta/cmt-plugins/DEPENDS | 1 +
zbeta/cmt-plugins/DETAILS | 15 +++++++++++++++
3 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/zbeta/cmt-plugins/BUILD b/zbeta/cmt-plugins/BUILD
new file mode 100644
index 0000000..1f481c6
--- /dev/null
+++ b/zbeta/cmt-plugins/BUILD
@@ -0,0 +1,10 @@
+(
+
+ export CFLAGS="$CFLAGS -fPIC" &&
+
+ default_build &&
+
+ mv ../README ../doc/* . &&
+ gather_docs README *.html
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/cmt-plugins/DEPENDS b/zbeta/cmt-plugins/DEPENDS
new file mode 100644
index 0000000..8358908
--- /dev/null
+++ b/zbeta/cmt-plugins/DEPENDS
@@ -0,0 +1 @@
+depends ladspa_sdk
diff --git a/zbeta/cmt-plugins/DETAILS b/zbeta/cmt-plugins/DETAILS
new file mode 100644
index 0000000..11a04bb
--- /dev/null
+++ b/zbeta/cmt-plugins/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=cmt-plugins
+ VERSION=1.16
+ SOURCE=cmt_src_$VERSION.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/cmt/src
+ SOURCE_URL[0]=http://www.ladspa.org/download/
+ SOURCE_VFY=sha1:bbfdb39ecaa0e7f6c8517658a85c07604e3b5c5d
+ WEB_SITE=http://www.ladspa.org/cmt/
+ ENTERED=20090618
+ UPDATED=20090618
+ SHORT="collection of LADSPA plugins"
+
+cat << EOF
+The Computer Music Toolkit (CMT) is a collection of LADSPA plugins for
+use with software synthesis and recording packages on Linux.
+EOF
More information about the Lunar-commits
mailing list