Add PS3 BD Remote patches (power saving)

This commit is contained in:
Bastien Nocera 2012-06-23 18:58:12 +02:00
parent d5c31c0790
commit 7f988dafdf
4 changed files with 3 additions and 60 deletions

View File

@ -1,24 +0,0 @@
From 5ce03db4d279b8ba8b26935290e8a8758212e741 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Thu, 14 Jun 2012 13:54:09 +0100
Subject: [PATCH] Add missing org.bluez.service file
---
src/org.bluez.service | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 src/org.bluez.service
diff --git a/src/org.bluez.service b/src/org.bluez.service
new file mode 100644
index 0000000..dd7ae8f
--- /dev/null
+++ b/src/org.bluez.service
@@ -0,0 +1,5 @@
+[D-BUS Service]
+Name=org.bluez
+Exec=/bin/false
+User=root
+SystemdService=dbus-org.bluez.service
--
1.7.10.2

View File

@ -1,27 +0,0 @@
From bbfd894bd8f220d2af1e6f88e365a83d626ae280 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Thu, 14 Jun 2012 14:56:17 +0100
Subject: [PATCH] Fix ALSA plugin having full soname
This is a plugin, so spell -avoid-version correctly so
it doesn't have a full soname.
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 012409a..c70ff24 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -358,7 +358,7 @@ audio_libasound_module_pcm_bluetooth_la_CFLAGS = $(AM_CFLAGS) @ALSA_CFLAGS@
audio_libasound_module_ctl_bluetooth_la_SOURCES = audio/ctl_bluetooth.c \
audio/rtp.h audio/ipc.h audio/ipc.c
audio_libasound_module_ctl_bluetooth_la_LDFLAGS = $(AM_LDFLAGS) -module \
- -avoid-versionv
+ -avoid-version
audio_libasound_module_ctl_bluetooth_la_LIBADD = \
lib/libbluetooth-private.la @ALSA_LIBS@
audio_libasound_module_ctl_bluetooth_la_CFLAGS = $(AM_CFLAGS) @ALSA_CFLAGS@
--
1.7.10.2

View File

@ -1,7 +1,7 @@
Summary: Bluetooth utilities
Name: bluez
Version: 4.100
Release: 2%{?dist}
Version: 4.101
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: http://www.bluez.org/
@ -14,10 +14,6 @@ Source6: pand.conf
Source7: rfcomm.init
Source8: bluez-uinput.modules
# File missing from the tarball
Patch1: 0001-Add-missing-org.bluez.service-file.patch
# Typo
Patch2: 0001-Fix-ALSA-plugin-having-full-soname.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=498756
Patch4: bluez-socket-mobile-cf-connection-kit.patch
# http://thread.gmane.org/gmane.linux.bluez.kernel/2396
@ -147,8 +143,6 @@ and mouse.
%prep
%setup -q
%patch1 -p1 -b .missing-file
%patch2 -p1 -b .typo
%patch4 -p1 -b .socket-mobile
%patch5 -p1 -b .cable-pairing
%patch6 -p1

View File

@ -1 +1 @@
86ab72ca313750acbe88bf8e13e8f8f8 bluez-4.100.tar.gz
fb42cb7038c380eb0e2fa208987c96ad bluez-4.101.tar.gz