summaryrefslogtreecommitdiffstats
path: root/audio/ardour/ardour.SlackBuild
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@liwjatan.at>2012-05-20 16:51:23 -0400
committer Erik Hanson <erik@slackbuilds.org>2012-05-21 17:58:10 -0500
commit1b9153250075ce67da127386ac995067d0cebedb (patch)
tree52502824c145bfb2c132ac75327fb69d2643c3cd /audio/ardour/ardour.SlackBuild
parent7df8716586e483682233d5229b2773aa00605314 (diff)
downloadslackbuilds-1b9153250075ce67da127386ac995067d0cebedb.tar.gz
slackbuilds-1b9153250075ce67da127386ac995067d0cebedb.tar.xz
audio/ardour: Updated for version 2.8.12.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'audio/ardour/ardour.SlackBuild')
-rw-r--r--audio/ardour/ardour.SlackBuild12
1 files changed, 9 insertions, 3 deletions
diff --git a/audio/ardour/ardour.SlackBuild b/audio/ardour/ardour.SlackBuild
index a58a946f16..2570e723d3 100644
--- a/audio/ardour/ardour.SlackBuild
+++ b/audio/ardour/ardour.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for ardour
-# 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,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ardour
-VERSION=2.8.11
+VERSION=2.8.12
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -97,7 +97,13 @@ find . \
patch -d gtk2_ardour -p0 -i $CWD/SConscript.diff
# Omit -O3 from the CFLAGS
-patch -p1 < $CWD/SConstruct.diff
+patch -p1 -i $CWD/SConstruct.diff
+
+# Fix issues with gcc-4.7
+patch -p1 -i $CWD/ardour-gcc47.patch
+
+# fix building vst support
+sed -i "s|string.h|ustring.h|" libs/ardour/vst_plugin.cc
scons \
PREFIX=/usr \