Summary: | audio/jack: Update to 1.9.20 release. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Florian Walpen <dev> | ||||||
Component: | Individual Port(s) | Assignee: | Hans Petter Selasky <hselasky> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | hselasky | ||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(multimedia) |
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Florian Walpen
2022-01-16 22:34:47 UTC
Looks good to me. Hold on, I forgot to register the new port in audio/Makefile ... Created attachment 231068 [details]
Update to 1.9.20 release, split example clients and tools.
The new port audio/jack-example-tools was missing from audio/Makefile, corrected.
Florian, who should push this to ports? (In reply to Hans Petter Selasky from comment #4) I can't, so I would be glad if you (or anyone else) could do it. Is there an official way to ask someone, apart from posting here? Thanks! I can probably take it later today or tomorrow. Just make sure "everything" is tested :-) --HPS Hi, I wonder if it is more appropriate to call the new package: jack-utils What does Linux do? --HPS (In reply to Hans Petter Selasky from comment #7) jack-example-tools is the name of the upstream git repo - there's not many Linux packages around yet (it's new), but they are called the same. Regarding testing, "everything" is a whole lot :-) What I did test: - portlint -C - poudriere testport with different options set - Build a lot of dependent ports - Use jack and do some basic tests with the tools Is there something obvious I forgot? I'll give it a spin too. Sounds good. --HPS A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=93344cda77603560b6ba421778d92be03e70800b commit 93344cda77603560b6ba421778d92be03e70800b Author: Hans Petter Selasky <hselasky@FreeBSD.org> AuthorDate: 2022-01-19 10:41:40 +0000 Commit: Hans Petter Selasky <hselasky@FreeBSD.org> CommitDate: 2022-01-19 10:44:09 +0000 audio/jack: Update to 1.9.20 release. The FreeBSD specific changes have been upstreamed, we can fetch the original sources again. Development of the client examples and tools has been split from the JACK server, move them to the new port jack-example-tools. This also includes a fix for missing library symbols, see bug #257696. Take maintainership of audio/jack and audio/jack-example-tools . PR: 257696 PR: 261256 Submitted by: Florian Walpen <dev@submerge.ch> Approved by: pi (implicit) audio/Makefile | 1 + audio/jack-example-tools/Makefile (new) | 49 +++++++++++++++++ audio/jack-example-tools/distinfo (new) | 3 ++ audio/jack-example-tools/pkg-descr (new) | 8 +++ audio/jack-example-tools/pkg-plist (new) | 65 +++++++++++++++++++++++ audio/jack/Makefile | 34 ++++-------- audio/jack/distinfo | 6 +-- audio/jack/files/patch-common_JackError.cpp (new) | 10 ++++ audio/jack/files/patch-common_JackError.h (new) | 13 +++++ audio/jack/pkg-descr | 13 ++--- audio/jack/pkg-message | 49 ++++++----------- audio/jack/pkg-plist | 60 +-------------------- 12 files changed, 184 insertions(+), 127 deletions(-) |