diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-08-30 06:28:47 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-30 07:49:51 -0500 |
commit | 0b013162539394eca1c2b6ab793e649ef648151e (patch) | |
tree | 5196da137795d8df74d4bdf03e921538b5b0fa71 /audio/ardour/ardour.SlackBuild | |
parent | 9d5106573fcc18e649a437e4f13497fa7e4fa937 (diff) |
audio/ardour: Updated for version 2.8.11.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'audio/ardour/ardour.SlackBuild')
-rw-r--r-- | audio/ardour/ardour.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/ardour/ardour.SlackBuild b/audio/ardour/ardour.SlackBuild index 92bd91dcb2e9..a58a946f1660 100644 --- a/audio/ardour/ardour.SlackBuild +++ b/audio/ardour/ardour.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ardour -# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at> +# Copyright 2008-2010 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=ardour -VERSION=2.8.1 +VERSION=2.8.11 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 @@ -108,7 +106,7 @@ scons \ ARCH="$(echo $SLKCFLAGS)" \ FREEDESKTOP=1 \ $wiiopt \ - $lv2opt\ + $lv2opt \ $vstopt scons \ --implicit-deps-unchanged \ |