~canonical-hwe-team/hwe-next/+git/pulseaudio:stable-1.x

Last commit made on 2011-10-20
Get this branch:
git clone -b stable-1.x https://git.launchpad.net/~canonical-hwe-team/hwe-next/+git/pulseaudio

Branch merges

Branch information

Recent commits

43f8feb... by Colin Guthrie

build-sys: bump soname

2fde64c... by Colin Guthrie

conf: Use .nofail when loading module-jackdbus-detect

When starting via a console login, PA will likely not have a session DBus
to play with. As there is no X11 environment, libdbus will be unable
to launch a session DBus for us and thus the module will fail to load
which in turn prevents PA from loading.

If the user subsequently logs into X11 this it will still not be possible
to load the module as the server will be ignorant of the X11 and DBus
environment variables so a longer term solution for handling this should
be found.

22e63b9... by Tanu Kaskinen

daemon: Don't treat it as a fatal error if we can't connect to the session bus

http://lists.freedesktop.org/archives/pulseaudio-discuss/2011-June/010276.html

610d63e... by Arun Raghavan <email address hidden>

solaris: Use real_volume for set/get volume

This got missed when other bits were updated. Patch submitted by
Brian Cameron <email address hidden>.

a40a2af... by Arun Raghavan <email address hidden>

native: Fix Solaris build

tcpwrappers has some Solaris-specific quirks that need to be dealt with.
Patch submitted by Brian Cameron <email address hidden>.

a442513... by Colin Guthrie

Update LICENSE.

Some of the license wording was less than clear. Try to clarify the
different GPL 'downgrade' scenarios but also be generic to ensure that
those packagers where GPL is a problem check thoroughly before they ship.

Inspired by comments from Brian Cameron @ Oracle via fdo#41822

06698e0... by Daniel Mack <email address hidden>

osx: module_bonjour_publish needs to be linked against libprotocol-native.la

743a4d0... by Colin Guthrie

build-sys: Provide a simple CMake Config setup (similar to pkgconfig)

I'd rather not have to do this, as I don't really see the point in
duplicating what is done in pkgconfig, but this is likely the
easiest way to avoid nasty hacks.

c505053... by David Henningsson

Fix deferred volume not being applied if sink is closed

Signed-off-by: David Henningsson <email address hidden>

b1dabfb... by Arun Raghavan <email address hidden>

build-sys: Drop libsamplerate from pulsecommon deps

This was erroneously added in:

    commit d766b38e1ba5d483ad7eec105860e9b9f7f55702
    build: Remove unnecessary flags in AM_CFLAGS