Bug 269413 - audio/jack: Update to 1.9.22 release.
Summary: audio/jack: Update to 1.9.22 release.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://github.com/jackaudio/jack2/re...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-08 17:52 UTC by Florian Walpen
Modified: 2023-02-10 10:36 UTC (History)
1 user (show)

See Also:


Attachments
Update audio/jack to 1.9.22 release. (3.14 KB, patch)
2023-02-08 17:52 UTC, Florian Walpen
dev: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Walpen 2023-02-08 17:52:32 UTC
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.
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-02-09 15:55:35 UTC
Do you think this should me MFH'ed to 2023Q1?
Comment 2 Florian Walpen 2023-02-09 17:49:56 UTC
(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!
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2023-02-10 10:35:53 UTC
Committed,

Thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-02-10 10:36:07 UTC
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(-)