diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2012-05-20 17:03:52 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-05-21 17:58:12 -0500 |
commit | a02efd7d92776288d0b115d6ecd13ca3c3aaefd4 (patch) | |
tree | 60aef422a746c154c206332e0c1f86ce3d8f7a96 /libraries/soundtouch | |
parent | 183467b8c4e3b6db4484547c82edfc14d1f0d859 (diff) |
libraries/soundtouch: Updated for version 1.6.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/soundtouch')
-rw-r--r-- | libraries/soundtouch/README | 6 | ||||
-rw-r--r-- | libraries/soundtouch/slack-desc | 2 | ||||
-rw-r--r-- | libraries/soundtouch/soundtouch.SlackBuild | 8 | ||||
-rw-r--r-- | libraries/soundtouch/soundtouch.info | 6 |
4 files changed, 11 insertions, 11 deletions
diff --git a/libraries/soundtouch/README b/libraries/soundtouch/README index 80e8f57e2144..ecefc34dc362 100644 --- a/libraries/soundtouch/README +++ b/libraries/soundtouch/README @@ -1,7 +1,7 @@ SoundTouch is an open-source audio processing library that allows changing -the sound tempo, pitch, and playback rate parameters independently from each +the sound tempo, pitch, and playback rate parameters independently from each other. For example: - tempo can be increased or decreased while maintaining the original pitch -- pitch can be increased or decreased while maintaining the original tempo -- Change playback rate that affects both tempo and pitch at the same time +- pitch can be increased or decreased while maintaining the original tempo +- Change playback rate that affects both tempo and pitch at the same time - Choose any combination of tempo/pitch/rate diff --git a/libraries/soundtouch/slack-desc b/libraries/soundtouch/slack-desc index 5ec2c4684519..f8cc93351280 100644 --- a/libraries/soundtouch/slack-desc +++ b/libraries/soundtouch/slack-desc @@ -5,7 +5,7 @@ # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. - |-----handy-ruler--------------------------------------------------| + |-----handy-ruler------------------------------------------------------| soundtouch: soundtouch (Sound processing library) soundtouch: soundtouch: soundtouch is an open-source audio processing library diff --git a/libraries/soundtouch/soundtouch.SlackBuild b/libraries/soundtouch/soundtouch.SlackBuild index dae1738fc97e..ff17e5745b11 100644 --- a/libraries/soundtouch/soundtouch.SlackBuild +++ b/libraries/soundtouch/soundtouch.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for soundtouch -# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2008-2012 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=soundtouch -VERSION=1.5.0 +VERSION=1.6.0 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -71,6 +69,8 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +./bootstrap + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ diff --git a/libraries/soundtouch/soundtouch.info b/libraries/soundtouch/soundtouch.info index b4047e429952..e9241b666f2b 100644 --- a/libraries/soundtouch/soundtouch.info +++ b/libraries/soundtouch/soundtouch.info @@ -1,8 +1,8 @@ PRGNAM="soundtouch" -VERSION="1.5.0" +VERSION="1.6.0" HOMEPAGE="http://www.surina.net/soundtouch" -DOWNLOAD="http://www.surina.net/soundtouch/soundtouch-1.5.0.tar.gz" -MD5SUM="5456481d8707d2a2c27466ea64a099cb" +DOWNLOAD="http://www.surina.net/soundtouch/soundtouch-1.6.0.tar.gz" +MD5SUM="aa1c63d4d67b033f044a6a48d2be5bdd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Heinz Wiesinger" |