Skip to Content.
Sympa Menu

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

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 (ed3152b39ef98ca8e7078331fe2037da49f1a249)
  • Date: Thu, 27 Jul 2006 09:51:29 -0500

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

ChangeLog | 1 +
audio-soft/smstools/BUILD | 1 +
audio-soft/smstools/DEPENDS | 1 +
audio-soft/smstools/DETAILS | 24 ++++++++++++++++++++++++
audio-soft/smstools/HISTORY | 3 +++
audio-soft/smstools/INSTALL | 1 +
6 files changed, 31 insertions(+)

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

smstools new spell

diff --git a/ChangeLog b/ChangeLog
index 309ac34..474388c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
2006-07-27 Kevin Dahan <unet AT sourcemage.org>
+ * audio-soft/smstools: new spell
* audio-soft/annotator: new spell
* audio-libs/clam: new spell

diff --git a/audio-soft/smstools/BUILD b/audio-soft/smstools/BUILD
new file mode 100755
index 0000000..43c3343
--- /dev/null
+++ b/audio-soft/smstools/BUILD
@@ -0,0 +1 @@
+scons clam_prefix=$INSTALL_ROOT/usr install_prefix=$INSTALL_ROOT/usr
diff --git a/audio-soft/smstools/DEPENDS b/audio-soft/smstools/DEPENDS
new file mode 100755
index 0000000..8a7a10c
--- /dev/null
+++ b/audio-soft/smstools/DEPENDS
@@ -0,0 +1 @@
+depends clam
diff --git a/audio-soft/smstools/DETAILS b/audio-soft/smstools/DETAILS
new file mode 100755
index 0000000..945742c
--- /dev/null
+++ b/audio-soft/smstools/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=smstools
+ VERSION=0.4.1
+ SOURCE=CLAM-SMSTools-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/CLAM-SMSTools-$VERSION
+ SOURCE_URL[0]=http://clam.iua.upf.edu/download/src/$SOURCE
+
SOURCE_HASH=sha512:d530c9393dc3b25a7bfc1fd7f9286036eee28d6e6bae974640eee469013e336211973ff8dc3d2b4f0e26b83a4c46461210fc6ba8adc1b8394a8ed464233b3603
+ WEB_SITE=http://clam.iua.upf.edu
+ ENTERED=20060727
+ LICENSE[0]=GPL
+ KEYWORDS="audio analysis"
+ SHORT="The application analyzes, transforms and synthesizes back
a given sound."
+cat << EOF
+Spectral Modeling Synthesis
+SMS is a set of techniques and software implementations for the
+analysis, transformation and synthesis of musical sounds. The aim of
+this work is to get general and musically meaningful sound
+representations based on analysis, from which musical parameters
+might be manipulated while maintaining high quality sound. These
+techniques can be used for synthesis, processing and coding
+applications, while some of the intermediate results might also be
+applied to other music related problems, such as sound source
+separation, musical acoustics, music perception, or performance
+analysis.
+EOF
diff --git a/audio-soft/smstools/HISTORY b/audio-soft/smstools/HISTORY
new file mode 100644
index 0000000..59d75de
--- /dev/null
+++ b/audio-soft/smstools/HISTORY
@@ -0,0 +1,3 @@
+2006-07-27 Unet <unet AT sourcemage.org>
+ * ALL: Created
+
diff --git a/audio-soft/smstools/INSTALL b/audio-soft/smstools/INSTALL
new file mode 100755
index 0000000..93a180a
--- /dev/null
+++ b/audio-soft/smstools/INSTALL
@@ -0,0 +1 @@
+scons clam_prefix=$INSTALL_ROOT/usr install_prefix=$INSTALL_ROOT/usr install



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

Archive powered by MHonArc 2.6.24.

Top of Page