Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (6cfaa27d34728944b3b7e3e0212b5368bb5c2283)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bearcat Sandor <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (6cfaa27d34728944b3b7e3e0212b5368bb5c2283)
  • Date: Thu, 4 Oct 2007 21:24:21 -0500

GIT changes to master grimoire by Bearcat Sandor <sourcemage AT feline-soul.com>:

audio-soft/sndpeek/BUILD | 3 +++
audio-soft/sndpeek/DEPENDS | 2 ++
audio-soft/sndpeek/DETAILS | 19 +++++++++++++++++++
audio-soft/sndpeek/HISTORY | 3 +++
4 files changed, 27 insertions(+)

New commits:
commit 6cfaa27d34728944b3b7e3e0212b5368bb5c2283
Author: Bearcat Sandor <sourcemage AT feline-soul.com>
Commit: Bearcat Sandor <sourcemage AT feline-soul.com>

Initial spell for sndpeak version 1.3. I set it up as compiling for
alsa. You can compile it for jack, but the make command is different.

diff --git a/audio-soft/sndpeek/BUILD b/audio-soft/sndpeek/BUILD
new file mode 100755
index 0000000..3d87eef
--- /dev/null
+++ b/audio-soft/sndpeek/BUILD
@@ -0,0 +1,3 @@
+cd $SOURCE_DIRECTORY/src/sndpeek &&
+make linux-alsa
+
diff --git a/audio-soft/sndpeek/DEPENDS b/audio-soft/sndpeek/DEPENDS
new file mode 100755
index 0000000..0f7b907
--- /dev/null
+++ b/audio-soft/sndpeek/DEPENDS
@@ -0,0 +1,2 @@
+depends GLUT &&
+depends libsndfile
diff --git a/audio-soft/sndpeek/DETAILS b/audio-soft/sndpeek/DETAILS
new file mode 100755
index 0000000..596b087
--- /dev/null
+++ b/audio-soft/sndpeek/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=sndpeek
+ VERSION=1.3
+ SOURCE="${SPELL}-${VERSION}.tgz"
+
SOURCE_URL[0]=http://www.cs.princeton.edu/sound/software/${SPELL}/files/${SOURCE}
+
SOURCE_HASH=sha512:0642400f8e806ab8ffac73b2cd92593feb5032c63b825899982b7ebafd770d53bb43b940a74d8fa0962ddd730b404bf8c842114a9f64234adddee5ae990ae9d4
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.cs.princeton.edu/sound/software/sndpeek/";
+ LICENSE[0]=GPL
+ ENTERED=20071004
+ SHORT="real-time audio visualization"
+cat << EOF
+sndpeek is just what it sounds (and looks) like:
+ real-time 3D animated display/playback can use mic-input or
+ wav/aiff/snd/raw/mat file (with playback) time-domain waveform FFT magnitude
+ spectrum 3D waterfall plot lissajous! (interchannel correlation) rotatable
+ and scalable display freeze frame! (for didactic purposes) real-time
spectral
+ feature extraction (centroid, rms, flux, rolloff) available on MacOS X,
+ Linux, and Windows under GPL part of the sndtools distribution.
+EOF
diff --git a/audio-soft/sndpeek/HISTORY b/audio-soft/sndpeek/HISTORY
new file mode 100644
index 0000000..af5b4d9
--- /dev/null
+++ b/audio-soft/sndpeek/HISTORY
@@ -0,0 +1,3 @@
+2007-10-04 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * DEPENDS, DETAILS, HISTORY: spell created
+




Archive powered by MHonArc 2.6.24.

Top of Page