audio/audacity: Updated for version 3.4.2.

Thanks to AlienBOB for the SlackBuild hints!

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2023-11-21 23:55:40 +01:00 committed by Willy Sudiarto Raharjo
parent c44cd7120e
commit b9c0277437
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 20 additions and 12 deletions

View File

@ -34,8 +34,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=audacity
VERSION=${VERSION:-3.2.5}
MANVER=${MANVER:-3.2.5}
VERSION=${VERSION:-3.4.2}
MANVER=${MANVER:-3.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -118,7 +118,14 @@ cd build
-Daudacity_use_lv2=$do_lv2 \
-Daudacity_has_vst3=$do_vst3 \
-Daudacity_use_portsmf="system" \
-Daudacity_use_ffmpeg=loaded \
-Daudacity_use_expat="system" \
-Daudacity_use_flac="system" \
-Daudacity_use_id3tag="system" \
-Daudacity_use_lame="system" \
-Daudacity_use_mad="system" \
-Daudacity_use_ogg="system" \
-Daudacity_use_vorbis="system" \
-Daudacity_use_ffmpeg="loaded" \
-Daudacity_conan_enabled="off" \
-Daudacity_has_networking="off" \
-Daudacity_has_crashreports="off" \
@ -146,15 +153,16 @@ install -D -m 0644 $CWD/$PRGNAM.desktop \
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
rm -fr $PKG/usr/share/doc
cp LICENSE.txt README.txt $PKG/usr/doc/$PRGNAM-$VERSION
cp LICENSE.* README.* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
# Before changing the version just check the path inside of the zip:
# the index file must be located to /usr/share/audacity/help/manual/index.html
if [ "${MANUAL:-no}" = "yes" ]; then
mkdir -p $PKG/usr/share/$PRGNAM
cd $PKG/usr/share/$PRGNAM
tar xvf $CWD/$PRGNAM-manual-$VERSION.tar.gz
mkdir -p $PKG/usr/share/$PRGNAM/help
cd $PKG/usr/share/$PRGNAM/help
unzip $CWD/$PRGNAM-manual-$VERSION.zip
mv $PRGNAM-manual-$VERSION manual
fi
mkdir -p $PKG/install

View File

@ -1,12 +1,12 @@
PRGNAM="audacity"
VERSION="3.2.5"
HOMEPAGE="https://www.audacityteam.org"
DOWNLOAD="https://github.com/audacity/audacity/releases/download/Audacity-3.2.5/audacity-sources-3.2.5.tar.gz \
https://github.com/audacity/audacity/releases/download/Audacity-3.2.5/audacity-manual-3.2.5.tar.gz"
MD5SUM="74cd7c36035316772215bee3f38d24da \
7a5bc0b69fbab8d1bbb9c078ec447835"
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_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libsbsms portaudio portmidi portsmf soxr wxWidgets"
REQUIRES="libsbsms portaudio portmidi portsmf rapidjson soxr wxWidgets"
MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org"