[pulseaudio-discuss] [PATCH 0/4] Fix startup issues on OS X

Arun Raghavan arun at accosted.net
Sun Jan 3 23:15:56 PST 2016


On Tue, 2015-04-21 at 08:00 +0200, Mihai Moldovan wrote:
> This patchset is based upon the work submitted by Stéphan Kochen,
> Jonathan "springermac" Springer and René J.V. Bertin in https://bugs.
> freedesktop.org/show_bug.cgi?id=62987
> 
> The fame goes to them, I'll take all the blame.
> 
> HAVE_COREAUDIO is added as a substitution to automake and in the code
> through autoconf.
> If HAVE_COREAUDIO is set to 1, module-coreaudio-detect is
> added/loaded in default.pa.in and system.pa.in.
> 
> Additionally, module-console-kit and module-systemd-login are
> disabled if HAVE_COREAUDIO is set to 1, as (on OS X), these modules
> cause PulseAudio to fail to start.
> 
> Mihai Moldovan (4):
>   configure.ac: add HAVE_COREAUDIO to automake and code.
>   default.pa.in: load module-coreaudio-detect if HAVE_COREAUDIO.
>   system.pa.in: load module-coreaudio-detect if HAVE_COREAUDIO.
>   default.pa.in: do not load module-console-kit and module-systemd-
> login
>     if HAVE_COREAUDIO. It fails.
> 
>  configure.ac             | 3 +++
>  src/daemon/default.pa.in | 6 ++++++
>  src/daemon/system.pa.in  | 4 ++++
>  3 files changed, 13 insertions(+)

I've picked up the first three. The last seems to have been resolved
via other fixes already.

-- Arun


More information about the pulseaudio-discuss mailing list