diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audacity/audacity.SlackBuild | 8 | ||||
-rw-r--r-- | audio/audacity/audacity.info | 10 |
2 files changed, 10 insertions, 8 deletions
diff --git a/audio/audacity/audacity.SlackBuild b/audio/audacity/audacity.SlackBuild index ddaee0e1a0a2..8d9d32e1dc3e 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-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 \ diff --git a/audio/audacity/audacity.info b/audio/audacity/audacity.info index 407e0201a91a..e958eb685d85 100644 --- a/audio/audacity/audacity.info +++ b/audio/audacity/audacity.info @@ -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" |