Page MenuHomeFreeBSD

audio/pulseaudio: convert JACK option to a package
AbandonedPublic

Authored by ivy on Jan 28 2024, 6:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jul 26, 10:30 AM
Unknown Object (File)
Fri, Jul 4, 3:44 AM
Unknown Object (File)
Jun 23 2025, 8:16 PM
Unknown Object (File)
Jun 19 2025, 2:56 PM
Unknown Object (File)
Jun 19 2025, 10:30 AM
Unknown Object (File)
Jun 15 2025, 2:56 PM
Unknown Object (File)
May 26 2025, 3:59 PM
Unknown Object (File)
May 5 2025, 7:50 PM

Details

Reviewers
arrowd
Group Reviewers
portmgr
Summary

Added a new 'jack' subpackage to audio/pulseaudio, which contains the JACK
input/output plugins.

This should be a fairly trivial and straightforward example of a subpackage,
since it's just a few loadable modules (.so files) with a dependency on
audio/jack.

Test Plan

Built the new packages, installed them, tried to play audio in
multimedia/musikcube, audio worked.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 55668
Build 52557: arc lint + arc unit

Event Timeline

ivy requested review of this revision.Jan 28 2024, 6:07 PM
ivy created this revision.
arrowd added inline comments.
audio/pulseaudio/Makefile
18

Why ?= ?

20

This is default and shouldn't be needed.

audio/pulseaudio/Makefile
18

i couldn't find any documentation for subpackages, so i based this on https://reviews.freebsd.org/D43445 (appstream) which used ?=. i can change this if it's wrong.

20

okay, i'll removed that.

change SUBPACKAGES?= to =, removed DESCR.jack

ivy marked 2 inline comments as done.Jan 28 2024, 11:52 PM
This revision is now accepted and ready to land.Feb 2 2024, 1:52 PM

closing this since there hasn't been any progress on the subpackages situation and i'm no longer in a position to easily test it.