Bug 255853 - audio/rtaudio: Add support for PulseAudio
Summary: audio/rtaudio: Add support for PulseAudio
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: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-13 23:10 UTC by Duane
Modified: 2021-05-13 23:44 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (yuri)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Duane 2021-05-13 23:10:32 UTC
I needed PulseAudio support through RTAudio, and I was able to add it with the following port Makefile changes.

CONFIGURE_ARGS=--disable-static --with-pulse
CFLAGS= -I/usr/local/include
LDFLAGS= -L/usr/local/lib -lpulse

It would be nice if these changes could be included in the port/package.

Thanks.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2021-05-13 23:43:49 UTC
Option PULSEAUDIO added.

Thanks for your suggestion.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-05-13 23:44:40 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4ec1f052f21c47fbb2b310d945c756fd022dc521

commit 4ec1f052f21c47fbb2b310d945c756fd022dc521
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-13 23:37:52 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-05-13 23:37:52 +0000

    audio/rtaudio: Add PULSEAUDIO option to enable use with PulseAudio

    PR:             255853
    Reported by:    Duane <parakleta@darkreality.org>

 audio/rtaudio/Makefile | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)