From 72b3e8a4d37a6197bc27629d2e697758cb59f374 Mon Sep 17 00:00:00 2001 From: m3tav3rse Date: Thu, 9 Nov 2023 15:06:41 +0100 Subject: [PATCH] audacity: update to 3.4.2, disable update checks and crashreports. --- srcpkgs/audacity/template | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/srcpkgs/audacity/template b/srcpkgs/audacity/template index 7a8e79ea530cd..7b838119ab261 100644 --- a/srcpkgs/audacity/template +++ b/srcpkgs/audacity/template @@ -1,27 +1,31 @@ # Template file for 'audacity' pkgname=audacity -version=3.3.3 -revision=2 +version=3.4.2 +revision=1 build_style=cmake build_helper="cmake-wxWidgets-gtk3 qemu" configure_args="-Daudacity_use_ffmpeg=loaded -Daudacity_lib_preference=system -Daudacity_obey_system_dependencies=ON -Daudacity_conan_enabled=OFF -Daudacity_use_portsmf=local -Daudacity_use_sbsms=local - -Daudacity_has_vst3=no" + -Daudacity_has_vst3=OFF -Daudacity_has_crashreports=OFF + -Daudacity_has_networking=OFF -Daudacity_has_sentry_reporting=OFF + -Daudacity_has_updates_check=OFF -DAUDACITY_BUILD_LEVEL=2" hostmakedepends="pkg-config gettext python3" makedepends="wxWidgets-gtk3-devel gtk+3-devel expat-devel lame-devel - libsoxr-devel portaudio-devel sqlite-devel libcurl-devel ffmpeg-devel + libsoxr-devel portaudio-devel sqlite-devel ffmpeg-devel libid3tag-devel libmad-devel vamp-plugin-sdk-devel libogg-devel libvorbis-devel libflac-devel lilv-devel lv2 serd-devel sord-devel sratom-devel suil-devel portmidi-devel soundtouch-devel twolame-devel - zlib-devel libuuid-devel jack-devel wavpack-devel libsndfile-devel" + zlib-devel libuuid-devel jack-devel wavpack-devel libsndfile-devel + opusfile-devel rapidjson" depends="desktop-file-utils hicolor-icon-theme" short_desc="Graphical cross-platform audio editor" maintainer="Orphaned " license="GPL-2.0-or-later, GPL-3.0-or-later, CC-BY-3.0" homepage="https://www.audacityteam.org" +changelog="https://github.com/audacity/audacity/raw/master/CHANGELOG.txt" distfiles="https://github.com/audacity/audacity/releases/download/Audacity-${version}/audacity-sources-${version}.tar.gz" -checksum=3d9ff1fc6a0ecd6591f19445c77c80774d364b268da652760829cf3598e08071 +checksum=f28dd718d2c5a2aa9f207b8351443a90c1f02b65378ca94bcc7febda42635e48 CXXFLAGS="-D_FILE_OFFSET_BITS=64"