summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \