summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsoundtouch/build/soundtouch.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/soundtouch/build/soundtouch.SlackBuild b/soundtouch/build/soundtouch.SlackBuild
index 24f7804e..4b98ed94 100755
--- a/soundtouch/build/soundtouch.SlackBuild
+++ b/soundtouch/build/soundtouch.SlackBuild
@@ -32,6 +32,9 @@
# Changelog:
# 1.3.1-1: 23/Jun/2007 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 1.3.1-2: 24/Jun/2007 by Eric Hameleers <alien@slackware.com>
+# * Use float samples instead of integer samples - Wired has this
+# as a requirement.
#
# Run 'sh soundtouch.SlackBuild --cleanup' to build a Slackware package.
# The package (.tgz) plus descriptive .txt file are created in /tmp .
@@ -44,7 +47,7 @@
PRGNAM=soundtouch
VERSION=${VERSION:-1.3.1}
ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
DOCS=""