aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/audacity/audacity.SlackBuild6
-rw-r--r--audio/audacity/audacity.info12
2 files changed, 9 insertions, 9 deletions
diff --git a/audio/audacity/audacity.SlackBuild b/audio/audacity/audacity.SlackBuild
index f2431498d9..4b60787712 100644
--- a/audio/audacity/audacity.SlackBuild
+++ b/audio/audacity/audacity.SlackBuild
@@ -34,8 +34,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=audacity
-VERSION=${VERSION:-3.6.4}
-MANVER=${MANVER:-3.6.4}
+VERSION=${VERSION:-3.7.3}
+MANVER=${MANVER:-3.7.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -97,7 +97,7 @@ find -L . \
# https://github.com/audacity/audacity/issues/6352
if [[ $(uname -m) =~ i*86 ]]; then SLKCFLAGS+=" -msse2"; fi
-sed -i 's|^#include "allegro.h"|#include "portsmf/allegro.h"|' libraries/lib-note-track/WrapAllegro.h
+sed -i 's|^#include "allegro.h"|#include "portsmf/allegro.h"|' libraries/lib-note-track/WrapAllegro.h || exit 1
mkdir -p build
cd build
diff --git a/audio/audacity/audacity.info b/audio/audacity/audacity.info
index 83cc8a7c23..e6fa524db9 100644
--- a/audio/audacity/audacity.info
+++ b/audio/audacity/audacity.info
@@ -1,12 +1,12 @@
PRGNAM="audacity"
-VERSION="3.6.4"
+VERSION="3.7.3"
HOMEPAGE="https://www.audacityteam.org"
-DOWNLOAD="https://github.com/audacity/audacity/releases/download/Audacity-3.6.4/audacity-sources-3.6.4.tar.gz \
- https://github.com/audacity/audacity/releases/download/Audacity-3.6.4/audacity-manual-3.6.4.tar.gz"
-MD5SUM="b7a8ccf5cdd46ff919ab5777fa5b8a43 \
- 7f711b59c0cd1181ee4dff36558faf97"
+DOWNLOAD="https://github.com/audacity/audacity/releases/download/Audacity-3.7.3/audacity-sources-3.7.3.tar.gz \
+ https://github.com/audacity/audacity/releases/download/Audacity-3.7.3/audacity-manual-3.7.3.tar.gz"
+MD5SUM="afc4016d8177a437d62a392012cccfb0 \
+ c47747f98ae4839b7ce6bdf314deef40"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="libsbsms lilv portaudio portmidi portsmf rapidjson soxr suil wxWidgets"
+REQUIRES="libsbsms lilv portaudio portmidi portsmf rapidjson soundtouch soxr suil wxWidgets"
MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org"