Browse Source
audio/audacity: Updated for version 3.7.3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/289/head
Matteo Bernardini
6 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
9 additions and
9 deletions
-
audio/audacity/audacity.SlackBuild
-
audio/audacity/audacity.info
|
|
@ -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 |
|
|
|
|
|
@ -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" |