Accepting request 201099 from home:dimstar:branches:GNOME:Factory

- bnc#840845: Update to git master (PA 5.0 on the way) (6f94c).
  + Various code cleanups for inclusion of bluez5 stack.
- No longer pass --enable-bluez5 --disable-bluez4 to configure:
  master only speaks bluez5.

OBS-URL: https://build.opensuse.org/request/show/201099
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=129
This commit is contained in:
Takashi Iwai 2013-09-27 14:33:41 +00:00 committed by Git OBS Bridge
parent f679031365
commit 46e6a9f145
4 changed files with 16 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:314af4d7d6be94097de613646280140f43de939c434d71440dd3eea696123181
size 1382144

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c38a314fe2dfffefb32709b697c9599ceaf809a21c6bc3b09a8d05709883e1c
size 1390096

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Sep 25 17:48:30 UTC 2013 - dimstar@opensuse.org
- bnc#840845: Update to git master (PA 5.0 on the way) (6f94c).
+ Various code cleanups for inclusion of bluez5 stack.
- No longer pass --enable-bluez5 --disable-bluez4 to configure:
master only speaks bluez5.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 7 11:30:40 UTC 2013 - dimstar@opensuse.org Sat Sep 7 11:30:40 UTC 2013 - dimstar@opensuse.org

View File

@ -19,7 +19,7 @@
Name: pulseaudio Name: pulseaudio
Version: 4.0+git Version: 4.0+git
Release: 0 Release: 0
%define _version 4.0-140-gbf9b3 %define _version 4.0-187-g6f94c
%define drvver 4.0 %define drvver 4.0
%define soname 0 %define soname 0
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
@ -28,7 +28,7 @@ Summary: A Networked Sound Server
License: GPL-2.0+ and LGPL-2.1+ License: GPL-2.0+ and LGPL-2.1+
Group: System/Sound Daemons Group: System/Sound Daemons
Url: http://pulseaudio.org Url: http://pulseaudio.org
# git clone of http://cgit.freedesktop.org/pulseaudio/pulseaudio/log/?h=bluez5 # git clone of http://cgit.freedesktop.org/pulseaudio/pulseaudio
Source: %{name}-%{_version}.tar.xz Source: %{name}-%{_version}.tar.xz
Source1: default.pa-for-gdm Source1: default.pa-for-gdm
Source2: setup-pulseaudio Source2: setup-pulseaudio
@ -281,8 +281,7 @@ NOCONFIGURE=1 ./bootstrap.sh
--with-system-group=pulse \ --with-system-group=pulse \
--with-access-group=pulse-access \ --with-access-group=pulse-access \
--disable-hal-compat \ --disable-hal-compat \
--with-udev-rules-dir=%{_udevrulesdir} \ --with-udev-rules-dir=%{_udevrulesdir}
--enable-bluez5 --disable-bluez4
make %{?_smp_mflags} V=1 make %{?_smp_mflags} V=1
make doxygen make doxygen
@ -426,7 +425,9 @@ setup-pulseaudio --auto > /dev/null
%{_libdir}/pulse-%{drvver}/modules/module-systemd-login.so %{_libdir}/pulse-%{drvver}/modules/module-systemd-login.so
%endif %endif
%{_libdir}/pulse-%{drvver}/modules/module-tunnel-sink.so %{_libdir}/pulse-%{drvver}/modules/module-tunnel-sink.so
%{_libdir}/pulse-%{drvver}/modules/module-tunnel-sink-new.so
%{_libdir}/pulse-%{drvver}/modules/module-tunnel-source.so %{_libdir}/pulse-%{drvver}/modules/module-tunnel-source.so
%{_libdir}/pulse-%{drvver}/modules/module-tunnel-source-new.so
%{_libdir}/pulse-%{drvver}/modules/module-udev-detect.so %{_libdir}/pulse-%{drvver}/modules/module-udev-detect.so
%{_libdir}/pulse-%{drvver}/modules/module-virtual-sink.so %{_libdir}/pulse-%{drvver}/modules/module-virtual-sink.so
%{_libdir}/pulse-%{drvver}/modules/module-virtual-source.so %{_libdir}/pulse-%{drvver}/modules/module-virtual-source.so