ed2826b75a
The Snack Sound Toolkit is designed to be used with a scripting language such as Tcl/Tk or Python. Using Snack you can create powerful multi-platform audio applications with just a few lines of code. Snack has commands for basic sound handling, e.g. sound card and disk I/O. Snack also has primitives for sound visualization, e.g. waveforms and spectrograms. It was developed mainly to handle digital recordings of speech, but is just as useful for general audio. Snack has also successfully been applied to other one-dimensional signals.
25 lines
625 B
Text
25 lines
625 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2002/08/25 18:34:39 gson Exp $
|
|
|
|
--- configure.orig Wed Jul 17 04:03:15 2002
|
|
+++ configure
|
|
@@ -1015,6 +1015,8 @@
|
|
|
|
|
|
|
|
+
|
|
+
|
|
trap '' 1 2 15
|
|
cat > confcache <<\EOF
|
|
# This file is a shell script that caches the results of configure
|
|
@@ -1164,9 +1166,11 @@
|
|
s%@SHLIB_LD@%$SHLIB_LD%g
|
|
s%@SHLIB_SUFFIX@%$SHLIB_SUFFIX%g
|
|
s%@XINCLUDES@%$XINCLUDES%g
|
|
+s%@TCL_PREFIX@%$TCL_PREFIX%g
|
|
s%@TCL_LIB_SPEC@%$TCL_LIB_SPEC%g
|
|
s%@TK_LIB_SPEC@%$TK_LIB_SPEC%g
|
|
s%@TCL_SRC_DIR@%$TCL_SRC_DIR%g
|
|
+s%@TK_PREFIX@%$TK_PREFIX%g
|
|
s%@TK_SRC_DIR@%$TK_SRC_DIR%g
|
|
s%@TK_LIBS@%$TK_LIBS%g
|
|
s%@SNACK_INSTALL_PATH@%$SNACK_INSTALL_PATH%g
|