summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-11-27 14:32:17 +0000
committer Eric Hameleers <alien@slackware.com>2020-11-27 14:32:17 +0000
commit4c4e6b0dfaabdc95ec56ed4b329c331226d6c851 (patch)
tree78eca380075b73576a12409e4fee40c9cd2e753e
parent8a3d284b66dba5d9453f19c171b25d462c432364 (diff)
downloadasb-4c4e6b0dfaabdc95ec56ed4b329c331226d6c851.tar.gz
asb-4c4e6b0dfaabdc95ec56ed4b329c331226d6c851.tar.xz
ardour: update to 6.5
New dependency: libwebsockets
-rwxr-xr-xardour/build/ardour.SlackBuild16
1 files changed, 9 insertions, 7 deletions
diff --git a/ardour/build/ardour.SlackBuild b/ardour/build/ardour.SlackBuild
index 72550ad8..220308af 100755
--- a/ardour/build/ardour.SlackBuild
+++ b/ardour/build/ardour.SlackBuild
@@ -44,6 +44,8 @@
# * Update.
# 6.3-2: 09/oct/2020 by Eric Hameleers <alien@slackware.com>
# * Added X-DAW category to the desktop file.
+# 6.5-1: 27/nov/2020 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh ardour.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -52,8 +54,8 @@
# -----------------------------------------------------------------------------
PRGNAM=ardour
-VERSION=${VERSION:-6.3}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-6.5}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
PKGTYPE="txz"
@@ -229,15 +231,15 @@ python2 waf configure \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
- --with-backends="jack,alsa,pulseaudio,dummy" \
- --libjack=weak \
- --nls \
- --optimize \
--cxx11 \
--freedesktop \
- --ptformat \
+ --libjack=weak \
--lxvst \
+ --nls \
--no-phone-home \
+ --optimize \
+ --ptformat \
+ --with-backends="jack,alsa,pulseaudio,dummy" \
2>&1 | tee $OUTPUT/configure-${PRGNAM}.log
python2 waf build 2>&1 | tee $OUTPUT/make-${PRGNAM}.log