audio/audacity: Updated for version 3.5.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d87c5c7a9d
commit
14c84da296
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for audacity
|
||||
|
||||
# Copyright 2006-2010 Chess Griffin <chess@chessgriffin.com>
|
||||
# Copyright 2011-2023 Matteo Bernardini <ponce@slackbuilds.org>
|
||||
# Copyright 2011-2024 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.4.2}
|
||||
MANVER=${MANVER:-3.4.2}
|
||||
VERSION=${VERSION:-3.5.1}
|
||||
MANVER=${MANVER:-3.5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -94,6 +94,8 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
sed -i 's|^#include "allegro.h"|#include "portsmf/allegro.h"|' libraries/lib-note-track/WrapAllegro.h
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="audacity"
|
||||
VERSION="3.4.2"
|
||||
VERSION="3.5.1"
|
||||
HOMEPAGE="https://www.audacityteam.org"
|
||||
DOWNLOAD="https://github.com/audacity/audacity/releases/download/Audacity-3.4.2/audacity-sources-3.4.2.tar.gz \
|
||||
https://github.com/audacity/audacity/releases/download/Audacity-3.4.2/audacity-manual-3.4.2.zip"
|
||||
MD5SUM="f8f96e980b5a880e5be4cd066662b290 \
|
||||
fba06b370931a6f0b1a69f5e8a922ab5"
|
||||
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_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libsbsms lilv portaudio portmidi portsmf rapidjson soxr suil wxWidgets"
|
||||
|
|
Loading…
Reference in New Issue