]> git.pld-linux.org Git - packages/bluez.git/commitdiff
- added bluez-audio_socket.patch (After updating to 4.97 it might happen, auto/th/bluez-4_99-2
authorJarosław Kruk <jareq@pld-linux.org>
Sat, 10 Mar 2012 19:25:56 +0000 (19:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  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 [new file with mode: 0644]
bluez.spec

diff --git a/bluez-audio_socket.patch b/bluez-audio_socket.patch
new file mode 100644 (file)
index 0000000..30ac613
--- /dev/null
@@ -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
index bfc5d3ff5c553749a278be932478fac664bf7a07..79a75d24fa116f459f0b5fbc88beee66e5f35048 100644 (file)
@@ -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}
This page took 0.081172 seconds and 4 git commands to generate.