diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2023-01-16 08:58:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-21 10:22:12 +0700 |
commit | f398893ff9482c25bb4cded4c57fea1b0649d203 (patch) | |
tree | 97ea20b5ab34eceaca261f53c7f5d4ab5377e2b6 | |
parent | 7d82da961795f079e88c0bb4a93cf117f5129f45 (diff) |
audio/audacity: Updated for version 3.2.3.
Add a note about wxWidgets to the README (thanks rob0!)
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | audio/audacity/README | 3 | ||||
-rw-r--r-- | audio/audacity/audacity.SlackBuild | 11 | ||||
-rw-r--r-- | audio/audacity/audacity.info | 10 |
3 files changed, 13 insertions, 11 deletions
diff --git a/audio/audacity/README b/audio/audacity/README index 41abf410940da..754f52099d9ac 100644 --- a/audio/audacity/README +++ b/audio/audacity/README @@ -8,3 +8,6 @@ twolame, vamp-plugin-sdk, vst3sdk, and lilv + suil (for lv2 support). The manual is packaged with the application only if you pass the script the additional option MANUAL=yes + +NOTE: for audacity to build/run wxWidgets needs to be built with +support for gtk+3 (it won't work if you build it against qt) diff --git a/audio/audacity/audacity.SlackBuild b/audio/audacity/audacity.SlackBuild index 6ded1c9b59de7..f33c7515edfe7 100644 --- a/audio/audacity/audacity.SlackBuild +++ b/audio/audacity/audacity.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for audacity # Copyright 2006-2010 Chess Griffin <chess@chessgriffin.com> -# Copyright 2011-2022 Matteo Bernardini <ponce@slackbuilds.org> +# Copyright 2011-2023 Matteo Bernardini <ponce@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -34,8 +34,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=audacity -VERSION=${VERSION:-3.2.1} -MANVER=${MANVER:-3.2.1} +VERSION=${VERSION:-3.2.3} +MANVER=${MANVER:-3.2.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -84,9 +84,8 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-sources-$VERSION $PRGNAM-sources-$VERSION.tar.gz -unzip $CWD/$PRGNAM-sources-$VERSION.zip -tar xvf $PRGNAM-sources-$VERSION.tar.gz # ??? +rm -rf $PRGNAM-sources-$VERSION +tar xvf $CWD/$PRGNAM-sources-$VERSION.tar.gz cd $PRGNAM-sources-$VERSION chown -R root:root . find -L . \ diff --git a/audio/audacity/audacity.info b/audio/audacity/audacity.info index 96b5bf55d747f..c4060f16f0701 100644 --- a/audio/audacity/audacity.info +++ b/audio/audacity/audacity.info @@ -1,10 +1,10 @@ PRGNAM="audacity" -VERSION="3.2.1" +VERSION="3.2.3" HOMEPAGE="https://www.audacityteam.org" -DOWNLOAD="https://github.com/audacity/audacity/releases/download/Audacity-3.2.1/audacity-sources-3.2.1.zip \ - https://github.com/audacity/audacity/releases/download/Audacity-3.2.1/audacity-manual-3.2.1.tar.gz" -MD5SUM="f9e2959ac92b109be4594234b22fd92c \ - 5c637d63de22afe4eabde6fd0f11be26" +DOWNLOAD="https://github.com/audacity/audacity/releases/download/Audacity-3.2.3/audacity-sources-3.2.3.tar.gz \ + https://github.com/audacity/audacity/releases/download/Audacity-3.2.3/audacity-manual-3.2.3.tar.gz" +MD5SUM="a93b93e81f857475a864b726ce955aac \ + 55b695039f8b317bfd3335ef84289c92" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libsbsms portaudio portmidi portsmf soxr wxWidgets" |