Bug 259255 - audio/portaudio: support ALSA by option
Summary: audio/portaudio: support ALSA by option
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on: 267181
Blocks:
  Show dependency treegraph
 
Reported: 2021-10-19 05:03 UTC by Tatsuki Makino
Modified: 2023-11-01 00:35 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (multimedia)
tatsuki_makino: maintainer-feedback?


Attachments
patch for audio/portaudio (4.52 KB, patch)
2021-10-19 05:03 UTC, Tatsuki Makino
tatsuki_makino: maintainer-approval?
Details | Diff
poudriere log (120.47 KB, text/plain)
2021-10-19 05:06 UTC, Tatsuki Makino
no flags Details
portaudio-19.7.0,1.patch (11.78 KB, patch)
2023-11-01 00:35 UTC, takefu
takefu: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tatsuki Makino 2021-10-19 05:03:46 UTC
Created attachment 228816 [details]
patch for audio/portaudio

audio/portaudio has had --without-alsa since it was added as audio/portaudio2.
I don't know the reason for that, so I'll make that available as the option ALSA.
This will be another route to the PulseAudio sink.
make makepatch corrected the offset of the patches line number.
Comment 1 Tatsuki Makino 2021-10-19 05:06:33 UTC
Created attachment 228818 [details]
poudriere log

Log built with ALSA turned on.
Comment 2 Tatsuki Makino 2022-10-19 21:24:56 UTC
This will have to be resolved differently if it is switched to CMake.
Comment 3 takefu 2023-11-01 00:35:53 UTC
Created attachment 246036 [details]
portaudio-19.7.0,1.patch

Update to 19.7.0

https://github.com/PortAudio/portaudio/wiki/ReleaseNotes

It also includes a patch to support ALSA.