From 7942682a3ba1c9e78343a0481d5149c8fb77fbdc Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 16 Oct 2022 12:23:34 +0000 Subject: ardour: update to 7.0 --- ardour/build/ardour.SlackBuild | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/ardour/build/ardour.SlackBuild b/ardour/build/ardour.SlackBuild index 455697b3..38137857 100755 --- a/ardour/build/ardour.SlackBuild +++ b/ardour/build/ardour.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # $Id$ -# Copyright 2019, 2020, 2021 Eric Hameleers, Eindhoven, NL +# Copyright 2019, 2020, 2021, 2022 Eric Hameleers, Eindhoven, NL # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -58,6 +58,8 @@ # * Update. # 6.9-2: 01/nov/2021 by Eric Hameleers # * Rebuilt against new icu4c. +# 7.0-1: 16/oct/2021 by Eric Hameleers +# * 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 . @@ -67,9 +69,9 @@ PRGNAM=ardour SRCNAM=${PRGNAM^} -VERSION=${VERSION:-6.9.0} +VERSION=${VERSION:-7.0} GITTAG=$(echo $VERSION |cut -d. -f1,2) -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(nproc) "} TAG=${TAG:-alien} PKGTYPE="txz" @@ -127,7 +129,7 @@ src_checkout() { cd $RETDIR rm -rf $CODIR/${PRGNAM}_temp_checkout_$$ || true ;; - ###&& APPNAME=$PRGNAM python2 waf dist \ + ###&& APPNAME=$PRGNAM python3 waf dist \ ###&& mv ${PRGNAM}-${VERSION}.tar.bz2 ${2} esac } @@ -235,7 +237,7 @@ export LDFLAGS="$SLKLDFLAGS" export LINKFLAGS="$SLKLDFLAGS" export CXXFLAGS="$SLKCFLAGS" export CFLAGS="$SLKCFLAGS" -python2 waf configure \ +python3 waf configure \ --prefix=/usr \ --configdir=/etc \ --libdir=/usr/lib${LIBDIRSUFFIX} \ @@ -252,9 +254,9 @@ python2 waf configure \ --with-backends="jack,alsa,pulseaudio,dummy" \ 2>&1 | tee $OUTPUT/configure-${PRGNAM}.log -python2 waf build 2>&1 | tee $OUTPUT/make-${PRGNAM}.log -python2 waf i18n 2>&1 | tee -a $OUTPUT/make-${PRGNAM}.log -python2 waf install --destdir=$PKG 2>&1 | tee $OUTPUT/install-${PRGNAM}.log +python3 waf build 2>&1 | tee $OUTPUT/make-${PRGNAM}.log +python3 waf i18n 2>&1 | tee -a $OUTPUT/make-${PRGNAM}.log +python3 waf install --destdir=$PKG 2>&1 | tee $OUTPUT/install-${PRGNAM}.log # Add the man page manually: install -Dm 0644 ${PRGNAM}.1 -t ${PKG}/usr/man/man1/ -- cgit v1.2.3-79-gdb01