Skip to Content.
Sympa Menu

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

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 (d07756da696e9be01c586d915bba2cd702819ee7)
  • Date: Mon, 31 Jul 2006 11:15:59 -0500

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

ChangeLog | 1 +
audio-creation/chuck/BUILD | 6 ++++++
audio-creation/chuck/CONFIGURE | 1 +
audio-creation/chuck/DEPENDS | 6 ++++++
audio-creation/chuck/DETAILS | 18 ++++++++++++++++++
audio-creation/chuck/HISTORY | 3 +++
audio-creation/snd/DETAILS | 6 ++----
audio-creation/snd/HISTORY | 3 +++
audio-soft/clam-networkeditor/BUILD | 2 +-
audio-soft/smstools/BUILD | 2 +-
10 files changed, 42 insertions(+), 6 deletions(-)

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

snd updated 8.3 (last update before leaving :p )

commit 96d798422e1f68b0c5b216cce069ddd60537f2bc
Author: Kevin Dahan <unet AT sourcemage.org>
Commit: Kevin Dahan <unet AT sourcemage.org>

chuck new spell

diff --git a/ChangeLog b/ChangeLog
index b611ccc..b03a61a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
* gnome2-apps/gcstar: New spell, collection management

2006-07-28 Kevin Dahan <unet AT sourcemage.org>
+ * audio-creation/chuck: new spell
* audio-soft/clam-networkeditor: new spell

2006-07-28 Pieter Lenaerts <e-type AT sourcemage.org>
diff --git a/audio-creation/chuck/BUILD b/audio-creation/chuck/BUILD
new file mode 100755
index 0000000..8a94d47
--- /dev/null
+++ b/audio-creation/chuck/BUILD
@@ -0,0 +1,6 @@
+cd src &&
+if [[ $CHUCK_JACK == y ]]; then
+ make linux-jack
+else
+ make linux-alsa
+fi
diff --git a/audio-creation/chuck/CONFIGURE b/audio-creation/chuck/CONFIGURE
new file mode 100755
index 0000000..4b21618
--- /dev/null
+++ b/audio-creation/chuck/CONFIGURE
@@ -0,0 +1 @@
+config_query CHUCK_JACK "Build ChucK with jack audio ?" n
diff --git a/audio-creation/chuck/DEPENDS b/audio-creation/chuck/DEPENDS
new file mode 100755
index 0000000..a9129b0
--- /dev/null
+++ b/audio-creation/chuck/DEPENDS
@@ -0,0 +1,6 @@
+depends libsndfile &&
+if [[ $CHUCK_JACK == y ]]; then
+ depends JACK-DRIVER
+else
+ depends alsa-lib
+fi
diff --git a/audio-creation/chuck/DETAILS b/audio-creation/chuck/DETAILS
new file mode 100755
index 0000000..7de4152
--- /dev/null
+++ b/audio-creation/chuck/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=chuck
+ VERSION=1.2.0.6
+ SOURCE=$SPELL-$VERSION.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://chuck.cs.princeton.edu/release/files/$SOURCE
+
SOURCE_HASH=sha512:52aef678d8259a47e51eee0cd229a6aa616619427f761c334b2e8fc9cd57fe22898d06e8889772ac5f0820963da3c45e44b57c95f66d0abdd04fe58801ba3724
+ WEB_SITE=http://chuck.cs.princeton.edu
+ ENTERED=20060727
+ LICENSE[0]=GPL
+ KEYWORDS="audio synthesis"
+ SHORT="concurrent, on-the-fly, synthesis language"
+cat << EOF
+ChucK is a new audio programming language for real-time synthesis,
composition, and performance - fully supported on MacOS X, Windows, and
Linux. ChucK presents a new time-based concurrent
+programming model, which supports a highly precise and fundamental level of
expressiveness (we call this strongly-timed), as well as multiple,
simultaneous, dynamic control rates, precise and
+straightforward concurrency, and the ability to add, remove, and modify
code, on-the-fly, while the program is running. In addition, ChucK supports
MIDI, OSC, HID input devices, and multi-channel
+audio. It offers composers, researchers, and performers a powerful and
flexible programming tool for building and experimenting with complex audio
synthesis programs and real-time interactive
+control. Its syntax and semantics also makes ChucK potentially useful for
pedagogy in sound synthesis and programming.
+EOF
diff --git a/audio-creation/chuck/HISTORY b/audio-creation/chuck/HISTORY
new file mode 100644
index 0000000..7cda5db
--- /dev/null
+++ b/audio-creation/chuck/HISTORY
@@ -0,0 +1,3 @@
+2006-07-28 Unet <unet AT sourcemage.org>
+ * ALL: Created
+
diff --git a/audio-creation/snd/DETAILS b/audio-creation/snd/DETAILS
index b6d9490..93608cf 100755
--- a/audio-creation/snd/DETAILS
+++ b/audio-creation/snd/DETAILS
@@ -1,14 +1,12 @@
SPELL=snd
- VERSION=8.2
+ VERSION=8.3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/snd-8
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:aab2dc2aa9744876ba1e33554dc9ccbb6a6539e183f78593153a274570c39cf2605cf9b462737c6cbcbcfdd5e726ff80c76c86a0a976706933cdadfc34fe3224
+
SOURCE_HASH=sha512:643e68e6713fe5fb3c22a4c6bf53cf2ff179178cf9b6783323a6cd454874cca4efd1ce175d98fbe6bedab05b9a91ed1688d9801bbfdbe2d70d56552bdf2e76d7
WEB_SITE=http://snd.sf.net/
ENTERED=20020501
- UPDATED=20031117
LICENSE[0]=ART
- BUILD_API=2
SHORT="The ultimate sound editor"
cat << EOF
Snd is the emacs of sound editor. Scriptable either with guile or ruby,
diff --git a/audio-creation/snd/HISTORY b/audio-creation/snd/HISTORY
index 661631d..7c0c87f 100644
--- a/audio-creation/snd/HISTORY
+++ b/audio-creation/snd/HISTORY
@@ -1,3 +1,6 @@
+2006-07-31 Unet <unet AT sourcemage.org>
+ * DETAILS: Updated to 8.3
+
2006-07-25 Unet <unet AT sourcemage.org>
* DETAILS: Updated to 8.2

diff --git a/audio-soft/clam-networkeditor/BUILD
b/audio-soft/clam-networkeditor/BUILD
index 40ce941..a8e3040 100755
--- a/audio-soft/clam-networkeditor/BUILD
+++ b/audio-soft/clam-networkeditor/BUILD
@@ -1 +1 @@
-scons clam_prefix=$INSTALL_ROOT/usr install_prefix=$INSTALL_ROOT/usr
qt_plugins_install_path=/usr/lib/qt/plugins/
+scons clam_prefix=$INSTALL_ROOT/usr install_prefix=$INSTALL_ROOT/usr
qt_plugins_install_path=/usr/lib/qt/plugins/ release=yes
diff --git a/audio-soft/smstools/BUILD b/audio-soft/smstools/BUILD
index 43c3343..5c4fcee 100755
--- a/audio-soft/smstools/BUILD
+++ b/audio-soft/smstools/BUILD
@@ -1 +1 @@
-scons clam_prefix=$INSTALL_ROOT/usr install_prefix=$INSTALL_ROOT/usr
+scons clam_prefix=$INSTALL_ROOT/usr install_prefix=$INSTALL_ROOT/usr
release=yes




Archive powered by MHonArc 2.6.24.

Top of Page