From a02efd7d92776288d0b115d6ecd13ca3c3aaefd4 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sun, 20 May 2012 17:03:52 -0400 Subject: libraries/soundtouch: Updated for version 1.6.0. Signed-off-by: dsomero --- libraries/soundtouch/README | 6 +++--- libraries/soundtouch/slack-desc | 2 +- libraries/soundtouch/soundtouch.SlackBuild | 8 ++++---- libraries/soundtouch/soundtouch.info | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) (limited to 'libraries/soundtouch') diff --git a/libraries/soundtouch/README b/libraries/soundtouch/README index 80e8f57e21..ecefc34dc3 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 5ec2c46845..f8cc933512 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 dae1738fc9..ff17e5745b 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 b4047e4299..e9241b666f 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" -- cgit v1.2.3