mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/audacity: Updated for version 3.6.4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a90f5d0792
commit
5115b15943
3 changed files with 9 additions and 7 deletions
|
@ -8,7 +8,9 @@ twolame, vamp-plugin-sdk and vst3sdk.
|
|||
The offline html manual will be packaged with the application and put
|
||||
in the /usr/doc/audacity-* directory only if you pass the script the
|
||||
additional option
|
||||
|
||||
MANUAL=yes
|
||||
|
||||
From the application you will be able only to access the online manual
|
||||
with the default browser when selecting manual from the menu.
|
||||
|
||||
|
|
|
@ -34,8 +34,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=audacity
|
||||
VERSION=${VERSION:-3.5.1}
|
||||
MANVER=${MANVER:-3.5.1}
|
||||
VERSION=${VERSION:-3.6.4}
|
||||
MANVER=${MANVER:-3.6.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="audacity"
|
||||
VERSION="3.5.1"
|
||||
VERSION="3.6.4"
|
||||
HOMEPAGE="https://www.audacityteam.org"
|
||||
DOWNLOAD="https://github.com/audacity/audacity/releases/download/Audacity-3.5.1/audacity-sources-3.5.1.tar.gz \
|
||||
https://github.com/audacity/audacity/releases/download/Audacity-3.5.1/audacity-manual-3.5.1.tar.gz"
|
||||
MD5SUM="42d866855b2563dc0ec50b9c38476a0d \
|
||||
237e90933f6367311dcc81a5dd53d075"
|
||||
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_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libsbsms lilv portaudio portmidi portsmf rapidjson soxr suil wxWidgets"
|
||||
|
|
Loading…
Reference in a new issue