Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Kevin Dahan (a1da304b6df5a6022037c9180f1968b7dc5cdc17)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Kevin Dahan <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Kevin Dahan (a1da304b6df5a6022037c9180f1968b7dc5cdc17)
  • Date: Thu, 27 Jul 2006 08:35:15 -0500

GIT changes to master grimoire by Kevin Dahan <unet AT sourcemage.org>:

ChangeLog | 3 +++
audio-libs/clam/BUILD | 6 ++++++
audio-libs/clam/DEPENDS | 17 +++++++++++++++++
audio-libs/clam/DETAILS | 15 +++++++++++++++
audio-libs/clam/FINAL | 7 +++++++
audio-libs/clam/HISTORY | 3 +++
audio-libs/clam/INSTALL | 1 +
7 files changed, 52 insertions(+)

New commits:
commit dab6764e89eea4433b1f134a902916a8021ac7f3
Author: Kevin Dahan <unet AT sourcemage.org>
Commit: Kevin Dahan <unet AT sourcemage.org>

clam new spell C++ Library for Audio and Music

diff --git a/ChangeLog b/ChangeLog
index 084e117..9f6b38b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-07-27 Kevin Dahan <unet AT sourcemage.org>
+ * audio-libs/clam: new spell
+
2006-07-27 Treeve Jelbert <treeve01 AT pi.be>
* utils/dbus-qt3: new spell

diff --git a/audio-libs/clam/BUILD b/audio-libs/clam/BUILD
new file mode 100755
index 0000000..5512029
--- /dev/null
+++ b/audio-libs/clam/BUILD
@@ -0,0 +1,6 @@
+unset QTDIR &&
+cd scons/libs &&
+sed -e s/qt3/qt/ -i SConstruct &&
+echo $OPTS
+scons $OPTS prefix=$INSTALL_ROOT/usr configure &&
+scons $OPTS prefix=$INSTALL_ROOT/usr
diff --git a/audio-libs/clam/DEPENDS b/audio-libs/clam/DEPENDS
new file mode 100755
index 0000000..1cda5a5
--- /dev/null
+++ b/audio-libs/clam/DEPENDS
@@ -0,0 +1,17 @@
+depends scons &&
+depends xerces-c &&
+depends fltk &&
+depends libvorbis &&
+depends libogg &&
+depends qt-x11 &&
+depends libxml++ &&
+
+optional_depends fftw2 "with_fftw=yes" "with_fftw=no" "for fftw support"
&&
+optional_depends alsa-lib "with_alsa=yes" "with_alsa=no" "for alsa support"
&&
+optional_depends JACK-DRIVER "with_jack_support=yes" "with_jack_support=no"
"for jack support" &&
+optional_depends libsndfile "with_sndfile=yes" "with_sndfile=no" "for
libsndfile support" &&
+optional_depends ladspa "with_ladspa_support=yes" "with_ladspa_support=no"
"for ladspa support" &&
+optional_depends id3lib "with_id3=yes" "with_id3=no" "for id3 support"
&&
+optional_depends libmad "with_mad=yes" "with_mad=no" "for libmad support"
&&
+optional_depends oscpack "with_osc_support=yes" "with_osc_support=no" "for
OSC support"
+
diff --git a/audio-libs/clam/DETAILS b/audio-libs/clam/DETAILS
new file mode 100755
index 0000000..df6f566
--- /dev/null
+++ b/audio-libs/clam/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=clam
+ VERSION=0.91.0
+ SOURCE=CLAM-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/CLAM-$VERSION
+ SOURCE_URL[0]=http://clam.iua.upf.edu/download/src/$SOURCE
+
SOURCE_HASH=sha512:3bf8c3c6680453f1fd5fd65cf23eef14cb83b6cf7176df067faf37c1fd63206b5e9a71f16b06e43a52b9b8093d7ef8bb9b3a4623cf9576c0d3b7891bf9871884
+ WEB_SITE=http://clam.iua.upf.edu
+ ENTERED=20060727
+ LICENSE[0]=GPL
+ KEYWORDS="audio libs"
+ SHORT="CLAM stands for C++ Library for Audio and Music"
+cat << EOF
+CLAM is a full-fledged software framework for research and application
development in the Audio and Music Domain. It offers a conceptual model as
well as tools
+for the analysis, synthesis and transformation of audio signals.
+EOF
diff --git a/audio-libs/clam/FINAL b/audio-libs/clam/FINAL
new file mode 100755
index 0000000..02aaa44
--- /dev/null
+++ b/audio-libs/clam/FINAL
@@ -0,0 +1,7 @@
+ln -s $INSTALL_ROOT/usr/lib/libclam_audioio.so.${VERSION}
$INSTALL_ROOT/usr/lib/libclam_audioio.so
+ln -s $INSTALL_ROOT/usr/lib/libclam_core.so.${VERSION}
$INSTALL_ROOT/usr/lib/libclam_core.so
+ln -s $INSTALL_ROOT/usr/lib/libclam_processing.so.${VERSION}
$INSTALL_ROOT/usr/lib/libclam_processing.so
+ln -s $INSTALL_ROOT/usr/lib/libclam_vmfl.so.${VERSION}
$INSTALL_ROOT/usr/lib/libclam_vmfl.so
+ln -s $INSTALL_ROOT/usr/lib/libclam_vmqt.so.${VERSION}
$INSTALL_ROOT/usr/lib/libclam_vmqt.so
+
+
diff --git a/audio-libs/clam/HISTORY b/audio-libs/clam/HISTORY
new file mode 100644
index 0000000..59d75de
--- /dev/null
+++ b/audio-libs/clam/HISTORY
@@ -0,0 +1,3 @@
+2006-07-27 Unet <unet AT sourcemage.org>
+ * ALL: Created
+
diff --git a/audio-libs/clam/INSTALL b/audio-libs/clam/INSTALL
new file mode 100755
index 0000000..a252db9
--- /dev/null
+++ b/audio-libs/clam/INSTALL
@@ -0,0 +1 @@
+scons clam_prefix=$INSTALL_ROOT/usr install



  • [SM-Commit] GIT changes to master grimoire by Kevin Dahan (a1da304b6df5a6022037c9180f1968b7dc5cdc17), Kevin Dahan, 07/27/2006

Archive powered by MHonArc 2.6.24.

Top of Page