summaryrefslogtreecommitdiffstats
path: root/audio/ardour/ardour.SlackBuild
diff options
context:
space:
mode:
author Heinz Wiesinger2013-11-10 12:26:45 +0100
committer Robby Workman2013-11-11 17:51:51 +0100
commite5c306a01d3e55c19a5dd62b401377e62b116273 (patch)
tree2fb10e5427873ccc5e0702ca55243e370488924f /audio/ardour/ardour.SlackBuild
parent970a3bf043c2cbad64b5760a96d740bc1bdece65 (diff)
downloadslackbuilds-e5c306a01d3e55c19a5dd62b401377e62b116273.tar.gz
audio/ardour: Updated for version 2.8.16.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'audio/ardour/ardour.SlackBuild')
-rw-r--r--audio/ardour/ardour.SlackBuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/audio/ardour/ardour.SlackBuild b/audio/ardour/ardour.SlackBuild
index 078707d944..51b7dc11b4 100644
--- a/audio/ardour/ardour.SlackBuild
+++ b/audio/ardour/ardour.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for ardour
-# Copyright 2008-2012 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2008-2013 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.14
+VERSION=2.8.16
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -99,6 +99,10 @@ patch -d gtk2_ardour -p0 -i $CWD/SConscript.diff
# Omit -O3 from the CFLAGS
patch -p1 -i $CWD/SConstruct.diff
+# Bugfixes from git
+patch -p1 -i $CWD/tempoline_crash.patch
+patch -p1 -i $CWD/lilv.patch
+
scons \
PREFIX=/usr \
LIBDIR=/usr/lib${LIBDIRSUFFIX} \