Page MenuHomeFreeBSD

devel/aws-sdk-cpp: make PulseAudio dependency optional
Needs ReviewPublic

Authored by olgeni on Jun 13 2025, 6:13 AM.
Tags
None
Referenced Files
F132799764: D50827.diff
Mon, Oct 20, 1:54 AM
Unknown Object (File)
Sep 19 2025, 7:43 AM
Unknown Object (File)
Sep 10 2025, 2:12 AM
Unknown Object (File)
Sep 7 2025, 1:24 PM
Unknown Object (File)
Sep 3 2025, 10:25 PM
Unknown Object (File)
Sep 2 2025, 10:32 PM
Unknown Object (File)
Aug 26 2025, 10:17 PM
Unknown Object (File)
Aug 26 2025, 2:40 AM
Subscribers

Details

Reviewers
eduardo
Summary
  • Add PULSEAUDIO option (enabled by default) for text-to-speech audio output
  • Move libpulse.so dependency from mandatory to optional based on PULSEAUDIO option
  • Add patch to respect FORCE_NO_PULSE CMake flag to disable PulseAudio detection
  • Allows building without audio dependencies when text-to-speech audio output is not needed

I made this because I have server builds on poudriere with no pulseaudio and noticed it sneaking in :)

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 64861
Build 61744: arc lint + arc unit

Event Timeline

olgeni created this revision.

Hello,

Is there an upstream PR open about this changes?

Also, there is a open bugzilla PR: 287370
Can you link summary to it?

Cheers

Hello,

Is there an upstream PR open about this changes?

Not yet, let me give it a try and see if it flies.