From f5d9792133f6461ebff2b03193644b7c9ebf195d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jaros=C5=82aw=20Kruk?= Date: Sat, 10 Mar 2012 19:25:56 +0000 Subject: [PATCH] - added bluez-audio_socket.patch (After updating to 4.97 it might happen, that a Bluetooth headset is connected, but ALSA/PulseAudio fails to pick up the connected device. This settings fix this) - rel 2 Changed files: bluez-audio_socket.patch -> 1.1 bluez.spec -> 1.86 --- bluez-audio_socket.patch | 13 +++++++++++++ bluez.spec | 4 +++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 bluez-audio_socket.patch diff --git a/bluez-audio_socket.patch b/bluez-audio_socket.patch new file mode 100644 index 0000000..30ac613 --- /dev/null +++ b/bluez-audio_socket.patch @@ -0,0 +1,13 @@ +diff -urN bluez-4.99.orig/audio/audio.conf bluez-4.99/audio/audio.conf +--- bluez-4.99.orig/audio/audio.conf 2010-08-25 07:10:02.000000000 +0200 ++++ bluez-4.99/audio/audio.conf 2012-03-10 20:13:23.000000000 +0100 +@@ -4,6 +4,9 @@ + # particular interface + [General] + ++# Enable the audio socket of bluetoothd ++Enable=Socket ++ + # Switch to master role for incoming connections (defaults to true) + #Master=true + diff --git a/bluez.spec b/bluez.spec index bfc5d3f..79a75d2 100644 --- a/bluez.spec +++ b/bluez.spec @@ -2,7 +2,7 @@ Summary: Bluetooth utilities Summary(pl.UTF-8): Narzędzia Bluetooth Name: bluez Version: 4.99 -Release: 1 +Release: 2 License: GPL v2+ Group: Applications/System #Source0Download: http://www.bluez.org/download.html @@ -16,6 +16,7 @@ Source5: rfcomm.init Patch0: %{name}-etc_dir.patch Patch1: %{name}-wacom-mode-2.patch Patch2: %{name}-systemd.patch +Patch3: %{name}-audio_socket.patch URL: http://www.bluez.org/ BuildRequires: alsa-lib-devel >= 1.0.10-1 BuildRequires: autoconf >= 2.60 @@ -178,6 +179,7 @@ aplikacji Bluetooth. %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build %{__libtoolize} -- 2.43.0