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)
Dec 12 2024, 7:31 PM
Unknown Object (File)
Oct 20 2024, 2:13 AM
Unknown Object (File)
Oct 18 2024, 7:09 PM
Unknown Object (File)
Oct 7 2024, 8:18 PM
Unknown Object (File)
Oct 6 2024, 12:30 AM
Unknown Object (File)
Oct 5 2024, 3:29 PM
Unknown Object (File)
Oct 5 2024, 2:01 PM
Unknown Object (File)
Oct 2 2024, 8:27 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