Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (6bb376f14e50bf9d9e573db4ef046d63a13fa29c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (6bb376f14e50bf9d9e573db4ef046d63a13fa29c)
  • Date: Thu, 17 Aug 2006 15:46:58 -0500

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

audio-plugins/cmt/BUILD | 9 ++-------
audio-plugins/cmt/DEPENDS | 2 +-
audio-plugins/cmt/DETAILS | 10 +++++-----
audio-plugins/cmt/HISTORY | 7 +++++++
audio-plugins/cmt/INSTALL | 2 ++
audio-plugins/cmt/PRE_BUILD | 9 +++++++++
6 files changed, 26 insertions(+), 13 deletions(-)

New commits:
commit 6bb376f14e50bf9d9e573db4ef046d63a13fa29c
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

cmt: Pruned DETAILS, fixed DEPENDS, moved stuff from BUILD to proper
places in PRE_BUILD and INSTALL.

diff --git a/audio-plugins/cmt/BUILD b/audio-plugins/cmt/BUILD
index d3897b1..ad2d0e9 100755
--- a/audio-plugins/cmt/BUILD
+++ b/audio-plugins/cmt/BUILD
@@ -1,7 +1,2 @@
-# Make sur /usr/lib/ladspa exists
-mkdir -p $INSTALL_ROOT/usr/lib/ladspa &&
-cd src &&
-sedit 's:/usr/local:${INSTALL_ROOT}/usr:' makefile &&
-sedit 's:-Werror::g' makefile &&
-make
-
+cd src &&
+make
diff --git a/audio-plugins/cmt/DEPENDS b/audio-plugins/cmt/DEPENDS
index 8bc21a1..d6c8a6d 100755
--- a/audio-plugins/cmt/DEPENDS
+++ b/audio-plugins/cmt/DEPENDS
@@ -1 +1 @@
-depends ladspa
\ No newline at end of file
+depends ladspa
diff --git a/audio-plugins/cmt/DETAILS b/audio-plugins/cmt/DETAILS
index e74527a..b1a1e36 100755
--- a/audio-plugins/cmt/DETAILS
+++ b/audio-plugins/cmt/DETAILS
@@ -1,16 +1,16 @@
SPELL=cmt
- BUILD_API=2
VERSION=1.15
SOURCE=cmt_src_$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=http://www.ladspa.org/download/$SOURCE
WEB_SITE=http://www.ladspa.org/
ENTERED=20041007
- UPDATED=20041007
-
SOURCE_HASH=sha512:b4d8983242ac81dd620d30270563ca403b35cab69d32186963c482d6c0de89b2b1bba4f54d66a2b53a34299b96e5004ae1eeadda79956f1c51f46848d2a05207
+
SOURCE_HASH=sha512:b4d8983242ac81dd620d30270563ca403b35cab69d32186963c482d6c0de89b2b1bba4f54d66a2b53a34299b96e5004ae1eeadda79956f1c51f46848d2a05207
LICENSE[0]=LGPL
KEYWORDS="plugins audio"
- SHORT="LADSPA plugins including Ambisonics"
+ SHORT="A 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. See the license
before use.
+The Computer Music Toolkit (CMT) is a collection of LADSPA plugins for use
+with software synthesis and recording packages on Linux. See the license
+before use.
EOF
diff --git a/audio-plugins/cmt/HISTORY b/audio-plugins/cmt/HISTORY
index da6a451..ec5bcc6 100644
--- a/audio-plugins/cmt/HISTORY
+++ b/audio-plugins/cmt/HISTORY
@@ -1,3 +1,10 @@
+2006-08-17 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Removed BUILD_API & UPDATED, edited descriptions.
+ * BUILD: Removed sedits & mkdir.
+ * DEPENDS: Inserted missing newline.
+ * PRE_BUILD: Added. Moved sedits here.
+ * INSTALL: Added. mkdir target dir and make install.
+
2006-07-26 Unet <unet AT sourcemage.org>
* DETAILS: Corrected SHA512
* BUILD: sedited -Werror
diff --git a/audio-plugins/cmt/INSTALL b/audio-plugins/cmt/INSTALL
new file mode 100755
index 0000000..1707399
--- /dev/null
+++ b/audio-plugins/cmt/INSTALL
@@ -0,0 +1,2 @@
+mkdir -p ${INSTALL_ROOT}/usr/lib/ladspa/ &&
+make install
diff --git a/audio-plugins/cmt/PRE_BUILD b/audio-plugins/cmt/PRE_BUILD
new file mode 100755
index 0000000..6202a0d
--- /dev/null
+++ b/audio-plugins/cmt/PRE_BUILD
@@ -0,0 +1,9 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY/src &&
+
+# Fix install & include dirs
+sedit "s:/usr/local/lib:${INSTALL_ROOT}/usr/lib:" makefile &&
+sedit "s:-I/usr/local:-I${TRACK_ROOT}/usr:" makefile &&
+
+# Don't fail on warnings
+sedit "s:-Werror::" makefile



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (6bb376f14e50bf9d9e573db4ef046d63a13fa29c), Juuso Alasuutari, 08/17/2006

Archive powered by MHonArc 2.6.24.

Top of Page