[Lunar-commits] <moonbase> cmt-plugins: moved from zbeta to audio
Duncan Gibson
engelsman at lunar-linux.org
Sun Jun 21 11:27:02 CEST 2009
commit 9ab4a0a1e48157c055f2ba0dee8fd4f629e48ebe
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date: Sun Jun 21 11:27:02 2009 +0200
cmt-plugins: moved from zbeta to audio
---
audio/cmt-plugins/BUILD | 10 ++++++++++
audio/cmt-plugins/DEPENDS | 1 +
audio/cmt-plugins/DETAILS | 15 +++++++++++++++
zbeta/cmt-plugins/BUILD | 10 ----------
zbeta/cmt-plugins/DEPENDS | 1 -
zbeta/cmt-plugins/DETAILS | 15 ---------------
6 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/audio/cmt-plugins/BUILD b/audio/cmt-plugins/BUILD
new file mode 100644
index 0000000..1f481c6
--- /dev/null
+++ b/audio/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/audio/cmt-plugins/DEPENDS b/audio/cmt-plugins/DEPENDS
new file mode 100644
index 0000000..8358908
--- /dev/null
+++ b/audio/cmt-plugins/DEPENDS
@@ -0,0 +1 @@
+depends ladspa_sdk
diff --git a/audio/cmt-plugins/DETAILS b/audio/cmt-plugins/DETAILS
new file mode 100644
index 0000000..11a04bb
--- /dev/null
+++ b/audio/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
diff --git a/zbeta/cmt-plugins/BUILD b/zbeta/cmt-plugins/BUILD
deleted file mode 100644
index 1f481c6..0000000
--- a/zbeta/cmt-plugins/BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-(
-
- 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
deleted file mode 100644
index 8358908..0000000
--- a/zbeta/cmt-plugins/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends ladspa_sdk
diff --git a/zbeta/cmt-plugins/DETAILS b/zbeta/cmt-plugins/DETAILS
deleted file mode 100644
index 11a04bb..0000000
--- a/zbeta/cmt-plugins/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- 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