Accepting request 202454 from multimedia:libs
- Update to git mastere (PA 5.0 on the way) (265-g35fe): + The more extensive bluez5 branch was merged + PA allows to build bluez4 and bluez5 modules in parallel. Note: this does not mean that bluez4 and bluez5 can co-exist, only that PA can decide at runtime which bluez-daemon is available. - Pass --disable-bluez4 to configure: we know that we run bluez5. WANTED for 13.1 - Part of the BLUEZ5 stack (forwarded request 202417 from dimstar) OBS-URL: https://build.opensuse.org/request/show/202454 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseaudio?expand=0&rev=108
This commit is contained in:
commit
d89e8a63c1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0c38a314fe2dfffefb32709b697c9599ceaf809a21c6bc3b09a8d05709883e1c
|
|
||||||
size 1390096
|
|
3
pulseaudio-4.0-265-g35fe.tar.xz
Normal file
3
pulseaudio-4.0-265-g35fe.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0781b0ff82c1a9230a3ccea08967bfdfedfdc39a63639e3c0d09586e90759279
|
||||||
|
size 1394500
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 5 23:37:59 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to git mastere (PA 5.0 on the way) (265-g35fe):
|
||||||
|
+ The more extensive bluez5 branch was merged
|
||||||
|
+ PA allows to build bluez4 and bluez5 modules in parallel.
|
||||||
|
Note: this does not mean that bluez4 and bluez5 can co-exist,
|
||||||
|
only that PA can decide at runtime which bluez-daemon is
|
||||||
|
available.
|
||||||
|
- Pass --disable-bluez4 to configure: we know that we run bluez5.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 25 17:48:30 UTC 2013 - dimstar@opensuse.org
|
Wed Sep 25 17:48:30 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: pulseaudio
|
Name: pulseaudio
|
||||||
Version: 4.0+git
|
Version: 4.0.git.265.g35fe
|
||||||
Release: 0
|
Release: 0
|
||||||
%define _version 4.0-187-g6f94c
|
%define _version 4.0-265-g35fe
|
||||||
%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
|
||||||
@ -281,6 +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 \
|
||||||
|
--disable-bluez4 \
|
||||||
--with-udev-rules-dir=%{_udevrulesdir}
|
--with-udev-rules-dir=%{_udevrulesdir}
|
||||||
make %{?_smp_mflags} V=1
|
make %{?_smp_mflags} V=1
|
||||||
make doxygen
|
make doxygen
|
||||||
@ -498,11 +499,10 @@ setup-pulseaudio --auto > /dev/null
|
|||||||
%files module-bluetooth
|
%files module-bluetooth
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/pulse-%{drvver}/modules/module-bluetooth-policy.so
|
%{_libdir}/pulse-%{drvver}/modules/module-bluetooth-policy.so
|
||||||
%{_libdir}/pulse-%{drvver}/modules/libbluetooth-util.so
|
%{_libdir}/pulse-%{drvver}/modules/libbluez5-util.so
|
||||||
%{_libdir}/pulse-%{drvver}/modules/module-bluetooth-device.so
|
|
||||||
%{_libdir}/pulse-%{drvver}/modules/module-bluetooth-discover.so
|
%{_libdir}/pulse-%{drvver}/modules/module-bluetooth-discover.so
|
||||||
%{_libdir}/pulse-%{drvver}/modules/module-bluetooth-proximity.so
|
%{_libdir}/pulse-%{drvver}/modules/module-bluez5-device.so
|
||||||
%attr(0755,root,root) %{_libexecdir}/pulse/proximity-helper
|
%{_libdir}/pulse-%{drvver}/modules/module-bluez5-discover.so
|
||||||
|
|
||||||
%files module-gconf
|
%files module-gconf
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user