From 8760fb249cce5b46379da165db0a26e516c8d08a Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 10 Oct 2022 17:43:03 +0000 Subject: audacity: update to 3.2.1. Do not add vst3 support due to license --- audacity/build/audacity.SlackBuild | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'audacity') diff --git a/audacity/build/audacity.SlackBuild b/audacity/build/audacity.SlackBuild index 28eca85b..5107ec60 100755 --- a/audacity/build/audacity.SlackBuild +++ b/audacity/build/audacity.SlackBuild @@ -61,6 +61,8 @@ # as long as wx is provided as dynamic libraries. # Also, portsmf version 234 (static library this time) is # mandatory, since audacity won't link against newer releases. +# 3.2.1-1: 10/oct/2022 by Eric Hameleers +# * Update. # # Run 'sh audacity.SlackBuild' to build a Slackware package. # The package (.t?z) and .txt file as well as build logs are created in /tmp . @@ -69,7 +71,7 @@ # ----------------------------------------------------------------------------- PRGNAM=audacity -VERSION=${VERSION:-3.1.3} +VERSION=${VERSION:-3.2.1} BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(nproc) "} TAG=${TAG:-alien} @@ -241,13 +243,6 @@ sed -e "s,lib/vamp,lib${LIBDIRSUFFIX}/vamp,g" \ cat $SRCDIR/patches/audacity-3.0.2_gcc11.patch | patch -p1 --verbose \ 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log -# Fix building against wxGTK3 >= 3.1.6; -# https://github.com/audacity/audacity/issues/2774 : -cat $SRCDIR/patches/audacity-3.1.3_wxbitmap_constructor.patch | patch -p1 --verbose \ - 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log -cat $SRCDIR/patches/audacity-3.1.3_wxwidgets_3.1.6.patch | patch -p1 --verbose \ - 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log - chown -R root:root . chmod -R u+w,go+r-w,a+rX-st . @@ -275,6 +270,7 @@ cd build -Daudacity_has_networking:BOOL="OFF" \ -Daudacity_has_sentry_reporting:BOOL="OFF" \ -Daudacity_has_updates_check:BOOL="OFF" \ + -Daudacity_has_vst3:BOOL="OFF" \ -Daudacity_lib_preference="system" \ -Daudacity_obey_system_dependencies:BOOL="ON" \ -Daudacity_use_expat=system \ -- cgit v1.2.3-80-g2a13