audacity: update to 3.7.8

This commit is contained in:
Mohamed Akram
2026-06-13 22:19:33 +04:00
parent dfe7d50a42
commit 2507a1068d
+16 -16
View File
@@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup github 1.0
name audacity
version 3.7.7
version 3.7.8
categories audio
license GPL-3
maintainers {makr @mohd-akram} openmaintainer
@@ -26,9 +26,9 @@ subport ${name} {
homepage https://www.audacityteam.org
checksums rmd160 00a652b244f382fc3039079dd42654bc5e602642 \
sha256 1574688e54009b40faeffe5752b5f822ff251e2d4228e8ec60ec0f99f3423cda \
size 64575292
checksums rmd160 95876e7df051c5ebfd58f6bff5bc6b97beb860c6 \
sha256 75f2b1d9c7d45faaaf193844d5fee796694deac7bf4932ca520563ab4fb74c27 \
size 67556613
distname ${name}-sources-${version}
@@ -38,23 +38,24 @@ subport ${name} {
depends_build-append \
port:rapidjson
depends_lib-append port:${wxWidgets.port} \
port:lame \
port:libvorbis \
depends_lib-append port:expat \
port:flac \
port:lame \
port:libid3tag \
port:libogg \
port:libopus \
port:opusfile \
port:libsndfile \
port:libvorbis \
port:mpg123 \
port:opusfile \
port:portaudio \
port:libid3tag \
port:portmidi \
port:sqlite3 \
port:wavpack \
port:expat \
port:${wxWidgets.port} \
port:zlib
depends_run port:ffmpeg8
depends_run path:lib/libavcodec.dylib:ffmpeg
patchfiles patch-offline-manual.diff
@@ -65,6 +66,7 @@ subport ${name} {
configure.args -Daudacity_conan_enabled=OFF \
-Daudacity_has_vst3=OFF \
-Daudacity_use_sqlite=system \
-DwxWidgets_CONFIG_EXECUTABLE=${wxWidgets.wxconfig}
compiler.cxx_standard 2017
@@ -82,16 +84,14 @@ subport ${name} {
}
subport ${name}-manual {
# Remove this when the updated manual is available
version 3.7.6
revision 0
description The manual for audacity
long_description {*}${description}
github.setup audacity audacity-manual ${version} v
homepage https://manual.audacityteam.org
checksums rmd160 c2916114a787642d6edf6013e48c2ff40fc96720 \
sha256 b2b8b91fe92217bb43d88adfa6355b483c958cbcc03b92d9c7d93e7dd58a6b8f \
size 26582998
checksums rmd160 8ec4aef75fa01a5dd10552b97b37bfa8d910cb27 \
sha256 00370c8d8c666598e9b20728efd66652315ffb58c04add01d2b5b3de49ba42f2 \
size 26563734
depends_run port:audacity
use_configure no
build {}