Author: jareq Date: Sat Mar 10 19:26:02 2012 GMT Module: packages Tag: HEAD ---- Log message: - 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
---- Files affected: packages/bluez: bluez.spec (1.85 -> 1.86) , bluez-audio_socket.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/bluez/bluez.spec diff -u packages/bluez/bluez.spec:1.85 packages/bluez/bluez.spec:1.86 --- packages/bluez/bluez.spec:1.85 Wed Mar 7 17:34:48 2012 +++ packages/bluez/bluez.spec Sat Mar 10 20:25:56 2012 @@ -3,7 +3,7 @@ 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 @@ -17,6 +17,7 @@ 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 @@ -179,6 +180,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build %{__libtoolize} @@ -365,6 +367,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.86 2012/03/10 19:25:56 jareq +- 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 + Revision 1.85 2012/03/07 16:34:48 qboosh - updated to 4.99 ================================================================ Index: packages/bluez/bluez-audio_socket.patch diff -u /dev/null packages/bluez/bluez-audio_socket.patch:1.1 --- /dev/null Sat Mar 10 20:26:02 2012 +++ packages/bluez/bluez-audio_socket.patch Sat Mar 10 20:25:56 2012 @@ -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 + ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bluez/bluez.spec?r1=1.85&r2=1.86&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
