summaryrefslogtreecommitdiffstats
path: root/audacity
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-09-21 18:42:21 +0000
committer Eric Hameleers <alien@slackware.com>2022-09-21 18:42:21 +0000
commit3237676b15399764e4aea646514b37c253c8ac84 (patch)
treec26bd669a938d4cddf54d01fd0534b5bc09b8c97 /audacity
parent8a4951e844ce29a4f87b8c24c036ee5b11607d3b (diff)
downloadasb-3237676b15399764e4aea646514b37c253c8ac84.tar.gz
asb-3237676b15399764e4aea646514b37c253c8ac84.tar.xz
audacity: wxWidgets libraries are no longer added into the audacity package
Diffstat (limited to 'audacity')
-rwxr-xr-xaudacity/build/audacity.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/audacity/build/audacity.SlackBuild b/audacity/build/audacity.SlackBuild
index 87bd3d7a..28eca85b 100755
--- a/audacity/build/audacity.SlackBuild
+++ b/audacity/build/audacity.SlackBuild
@@ -59,8 +59,8 @@
# dependencies ourselves.
# Audacity on Linux can now use vanilla wxWidgets >= 3.1.3,
# as long as wx is provided as dynamic libraries.
-# Also, portsmf version 234 is mandatory, since audacity
-# won't link against newer releases.
+# Also, portsmf version 234 (static library this time) is
+# mandatory, since audacity won't link against newer releases.
#
# 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 .
@@ -88,8 +88,8 @@ OUTPUT=${OUTPUT:-/tmp}
SOURCE[0]="$SRCDIR/${PRGNAM^}-${VERSION}.tar.gz"
SRCURL[0]="https://github.com/${PRGNAM}/${PRGNAM}/archive/${PRGNAM^}-${VERSION}.tar.gz"
-SOURCE[1]="$SRCDIR/wxWidgets_${PRGNAM}-${VERSION}.tar.xz"
-SRCURL[1]=""
+#SOURCE[1]="$SRCDIR/wxWidgets_${PRGNAM}-${VERSION}.tar.xz"
+#SRCURL[1]=""
# Use the src_checkout() function if no downloadable tarball exists.
# Check out sources from GIT and create a tarball of them.