summaryrefslogtreecommitdiffstats
path: root/audacity
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-10-10 17:43:03 +0000
committer Eric Hameleers <alien@slackware.com>2022-10-10 17:43:03 +0000
commit8760fb249cce5b46379da165db0a26e516c8d08a (patch)
tree5b8564f51f85bea71c41344bb3db0e263bdd0dc8 /audacity
parent9e5cbfdf30cac3324d9bb385db23a137ddb2f2b3 (diff)
downloadasb-8760fb249cce5b46379da165db0a26e516c8d08a.tar.gz
asb-8760fb249cce5b46379da165db0a26e516c8d08a.tar.xz
audacity: update to 3.2.1. Do not add vst3 support due to license
Diffstat (limited to 'audacity')
-rwxr-xr-xaudacity/build/audacity.SlackBuild12
1 files changed, 4 insertions, 8 deletions
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 <alien@slackware.com>
+# * 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 \