From 4d1770a8fd25e325f0b3efdd9e867e644840c531 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 26 Jun 2013 12:01:21 +0200 Subject: [PATCH] Another pass at fixing A2DP support (#964031) --- ...low-PulseAudio-to-connect-by-default.patch | 28 +++++++++++++++++++ bluez.spec | 7 ++++- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 0001-Allow-PulseAudio-to-connect-by-default.patch diff --git a/0001-Allow-PulseAudio-to-connect-by-default.patch b/0001-Allow-PulseAudio-to-connect-by-default.patch new file mode 100644 index 0000000..886e683 --- /dev/null +++ b/0001-Allow-PulseAudio-to-connect-by-default.patch @@ -0,0 +1,28 @@ +From dcbeaaa74020031741ad3727e651cdd2d00c773f Mon Sep 17 00:00:00 2001 +From: Luke Hutchison +Date: Thu, 10 Jan 2013 09:13:19 +0100 +Subject: [PATCH] Allow PulseAudio to connect by default + +https://bugzilla.redhat.com/show_bug.cgi?id=874015#c0 +--- + audio/audio.conf | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/audio/audio.conf b/audio/audio.conf +index fd6092a..9a80e63 100644 +--- a/audio/audio.conf ++++ b/audio/audio.conf +@@ -4,6 +4,10 @@ + # particular interface + [General] + ++# Allow PulseAudio to connect by default ++# https://bugzilla.redhat.com/show_bug.cgi?id=964031 ++Disable=Socket ++ + # Switch to master role for incoming connections (defaults to true) + #Master=true + +-- +1.8.0.1 + diff --git a/bluez.spec b/bluez.spec index 63e1f21..982ea23 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,7 +1,7 @@ Summary: Bluetooth utilities Name: bluez Version: 4.101 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ Group: Applications/System URL: http://www.bluez.org/ @@ -15,6 +15,8 @@ Source6: pand.conf Source7: rfcomm.init Source8: bluez-uinput.modules +# https://bugzilla.redhat.com/show_bug.cgi?id=964031 +Patch0: 0001-Allow-PulseAudio-to-connect-by-default.patch # https://bugzilla.redhat.com/show_bug.cgi?id=877998 Patch1: 0001-hid2hci-change-subsystem-in-udev-rule-from-usb-to-us.patch # https://bugzilla.redhat.com/show_bug.cgi?id=498756 @@ -335,6 +337,9 @@ fi %exclude /usr/lib/udev/rules.d/97-bluetooth-hid2hci.rules %changelog +* Wed Jun 26 2013 Bastien Nocera 4.101-8 +- Another pass at fixing A2DP support (#964031) + * Tue Jun 25 2013 Bastien Nocera 4.101-7 - Remove socket interface enablement for A2DP (#964031)