From 9104f28c6d264312cdf3fecb67d4b031d4bb0473 Mon Sep 17 00:00:00 2001 From: davidkaroly <92124087+davidkaroly@users.noreply.github.com> Date: Fri, 17 Nov 2023 18:49:20 +0100 Subject: [PATCH] audacity: update to 3.4.2 (#9765) --- .../{audacity-3.3.3.recipe => audacity-3.4.2.recipe} | 5 +++-- .../{audacity-3.3.3.patchset => audacity-3.4.2.patchset} | 0 2 files changed, 3 insertions(+), 2 deletions(-) rename media-sound/audacity/{audacity-3.3.3.recipe => audacity-3.4.2.recipe} (96%) rename media-sound/audacity/patches/{audacity-3.3.3.patchset => audacity-3.4.2.patchset} (100%) diff --git a/media-sound/audacity/audacity-3.3.3.recipe b/media-sound/audacity/audacity-3.4.2.recipe similarity index 96% rename from media-sound/audacity/audacity-3.3.3.recipe rename to media-sound/audacity/audacity-3.4.2.recipe index 7fa779ce2..c38295085 100644 --- a/media-sound/audacity/audacity-3.3.3.recipe +++ b/media-sound/audacity/audacity-3.4.2.recipe @@ -8,7 +8,7 @@ COPYRIGHT="1999-2023 by Audacity Team" LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="https://github.com/audacity/audacity/archive/refs/tags/Audacity-$portVersion.tar.gz" -CHECKSUM_SHA256="bf6863553bd2b822d3f236acb2de32527c93a968d114c6663920d2ebf61bf743" +CHECKSUM_SHA256="752cbe51fea0c143085d453eecbf024f5225891fd0118f1866d5964d892f1c25" SOURCE_DIR="audacity-Audacity-$portVersion" PATCHES="audacity-$portVersion.patchset" ADDITIONAL_FILES="audacity.rdef.in" @@ -70,9 +70,10 @@ BUILD_REQUIRES=" devel:libmp3lame$secondaryArchSuffix devel:libmpg123$secondaryArchSuffix devel:libogg$secondaryArchSuffix - devel:libopus$secondaryArchSuffix + devel:libopusfile$secondaryArchSuffix devel:libportaudio$secondaryArchSuffix devel:libportmidi$secondaryArchSuffix + devel:librapidjson$secondaryArchSuffix devel:libsndfile$secondaryArchSuffix devel:libuuid$secondaryArchSuffix devel:libvorbis$secondaryArchSuffix diff --git a/media-sound/audacity/patches/audacity-3.3.3.patchset b/media-sound/audacity/patches/audacity-3.4.2.patchset similarity index 100% rename from media-sound/audacity/patches/audacity-3.3.3.patchset rename to media-sound/audacity/patches/audacity-3.4.2.patchset