Page MenuHomeFreeBSD

audio/pulseaudio: convert JACK option to a package
AcceptedPublic

Authored by lexi_le-fay.org on Jan 28 2024, 6:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 1:38 PM
Unknown Object (File)
Thu, May 2, 2:05 PM
Unknown Object (File)
Apr 8 2024, 10:31 PM
Unknown Object (File)
Mar 25 2024, 10:37 PM
Unknown Object (File)
Jan 31 2024, 10:02 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

lexi_le-fay.org 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

This revision is now accepted and ready to land.Feb 2 2024, 1:52 PM