Created attachment 255834 [details] Patch to upgrade audacity to 3.7.1 Patch to upgrade audacity to 3.7.1
The SOUNDTOUCH option needs to be unconditionally enabled for now (actually since 3.7.0): https://github.com/audacity/audacity/issues/7814
Created attachment 255840 [details] Upgrade to 3.7.1 and make soundtouch a hard dependency
Comment on attachment 255840 [details] Upgrade to 3.7.1 and make soundtouch a hard dependency Hmm, I wouldn't necessarily make it seem like this option is to never come back again? Since this is merely an upstream bug, maybe either comment out or EXCLUDE the option so you don't forget to surface it back when they fix it?
(In reply to Charlie Li from comment #3) Or maybe a better option is to mark it as BROKEN if soundtouch is not selected? Thoughts?
(In reply to Jack from comment #4) SOUNDTOUCH_BROKEN_OFF is even better.
Created attachment 255846 [details] Upgrade to audacity 3.7.1 with soundtouch requirement being needed.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=99fefb026ee3bb43ebfb0c1fb585e6c0f487f41e commit 99fefb026ee3bb43ebfb0c1fb585e6c0f487f41e Author: Jack <xxjack12xx@gmail.com> AuthorDate: 2024-12-14 14:07:43 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2024-12-14 14:07:43 +0000 audio/audacity: update to 3.7.1 Changelog: https://github.com/audacity/audacity/releases/tag/Audacity-3.7.1 Note that SOUNDTOUCH disabled has been broken since 3.7.0: https://github.com/audacity/audacity/issues/7814 PR: 283303 audio/audacity/Makefile | 4 ++-- audio/audacity/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-)
Committed, thanks!