Created attachment 240001 [details] Update audio/jack to 1.9.22 release. Tested on 13.1-RELEASE amd64, maintainer approval (by me). Changes: https://github.com/jackaudio/jack2/releases/tag/v1.9.22 This release fixes an issue with latency correction on FreeBSD. Latency correction parameters have to be measured again after update.
Do you think this should me MFH'ed to 2023Q1?
(In reply to Fernando Apesteguía from comment #1) > Do you think this should me MFH'ed to 2023Q1? I don't think that's necessary. Latency correction is not crucial to most users, and it does work without the fix, despite incorrect measurements. Thanks for handling this!
Committed, Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=51040855256d176862aa2b8f71c5319cc548036e commit 51040855256d176862aa2b8f71c5319cc548036e Author: Florian Walpen <dev@submerge.ch> AuthorDate: 2023-02-09 15:51:25 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-02-10 10:30:48 +0000 audio/jack: Update to 1.9.22 release. ChangeLog: https://github.com/jackaudio/jack2/releases/tag/v1.9.22 * The waf autooption --example-tools has been removed. * The example clients and tools are no longer part of the jack2 project. * Drop dependencies that were only used for example clients and tools (readline, sndfile and zita libs) * Fix build with python3.11+ * Fix compatibility with macOS 12+ * Fix ringbuffer thread safety on ARM PR: 269413 Reported by: dev@submerge.ch (maintainer) UPDATING | 7 +++++++ audio/jack/Makefile | 5 ++--- audio/jack/distinfo | 6 +++--- audio/jack/files/patch-python311 (gone) | 19 ------------------- audio/jack/pkg-message | 3 +++ 5 files changed, 15 insertions(+), 25 deletions(-)