From 75aed35fb6ca1ec5c78f9af58067b93e9e2633d0d9e651fd2ed0071dca345c2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 4 Jan 2013 12:11:05 +0000 Subject: [PATCH 1/2] Accepting request 146749 from home:elvigia:branches:multimedia:libs ** This needs package SBC accepted in factory before !!! ** - Update to pulseaudio 3.0 * ALSA Use Case Manager (UCM) support * Runtime editable LADSPA filter parameters * Out-of-the-box support for Bluetooth sources * Configurable device latency offset * Various ALSA changes * Lots of infrastructure improvements OBS-URL: https://build.opensuse.org/request/show/146749 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=110 --- pulseaudio-2.1.tar.xz | 3 --- pulseaudio-3.0.tar.xz | 3 +++ pulseaudio.changes | 11 +++++++++++ pulseaudio.spec | 8 ++++---- 4 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 pulseaudio-2.1.tar.xz create mode 100644 pulseaudio-3.0.tar.xz diff --git a/pulseaudio-2.1.tar.xz b/pulseaudio-2.1.tar.xz deleted file mode 100644 index 1df508c..0000000 --- a/pulseaudio-2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef6b347bf47abfb98080795f1583018ac959b4aeb4df916b879f9e1eaba0ca7f -size 1355004 diff --git a/pulseaudio-3.0.tar.xz b/pulseaudio-3.0.tar.xz new file mode 100644 index 0000000..52c6b0d --- /dev/null +++ b/pulseaudio-3.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90bfda29605942d08e3e218ef10e3c660506a06651a616bfbb6a6df8392836d +size 1367468 diff --git a/pulseaudio.changes b/pulseaudio.changes index 25c3911..3e6ee8d 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Dec 31 18:09:24 UTC 2012 - crrodriguez@opensuse.org + +- Update to pulseaudio 3.0 +* ALSA Use Case Manager (UCM) support +* Runtime editable LADSPA filter parameters +* Out-of-the-box support for Bluetooth sources +* Configurable device latency offset +* Various ALSA changes +* Lots of infrastructure improvements + ------------------------------------------------------------------- Tue Nov 27 15:23:42 CET 2012 - tiwai@suse.de diff --git a/pulseaudio.spec b/pulseaudio.spec index 5c9d9ad..202914e 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -17,9 +17,9 @@ Name: pulseaudio -Version: 2.1 +Version: 3.0 Release: 0 -%define drvver 2.1 +%define drvver 3.0 %define soname 0 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d Summary: A Networked Sound Server @@ -70,6 +70,7 @@ BuildRequires: pkgconfig(gconf-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(json) >= 0.9 +BuildRequires: pkgconfig(sbc) PreReq: %fillup_prereq PreReq: pwdutils Requires: rtkit @@ -481,8 +482,7 @@ setup-pulseaudio --auto > /dev/null %files module-bluetooth %defattr(-,root,root) -%{_libdir}/pulse-%{drvver}/modules/libbluetooth-ipc.so -%{_libdir}/pulse-%{drvver}/modules/libbluetooth-sbc.so +%{_libdir}/pulse-%{drvver}/modules/module-bluetooth-policy.so %{_libdir}/pulse-%{drvver}/modules/libbluetooth-util.so %{_libdir}/pulse-%{drvver}/modules/module-bluetooth-device.so %{_libdir}/pulse-%{drvver}/modules/module-bluetooth-discover.so From e3450b8a206cd9df5994bcdd110651658bddb916afd549170b1074ab873e9bba Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 21 Jan 2013 08:12:47 +0000 Subject: [PATCH 2/2] Accepting request 149332 from home:oholecek:branches:multimedia:libs PA3 bluetooth module requires Bluez >= 4.99 according to PA3 release notes. OBS-URL: https://build.opensuse.org/request/show/149332 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=111 --- pulseaudio.changes | 5 +++++ pulseaudio.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pulseaudio.changes b/pulseaudio.changes index 3e6ee8d..e59a61b 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 20 17:55:54 UTC 2013 - oholecek@suse.com + +- bluetooth module now requires Bluez > 4.99 + ------------------------------------------------------------------- Mon Dec 31 18:09:24 UTC 2012 - crrodriguez@opensuse.org diff --git a/pulseaudio.spec b/pulseaudio.spec index 202914e..326cf7c 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -1,7 +1,7 @@ # # spec file for package pulseaudio # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -158,7 +158,7 @@ This package includes support for Jack-based applications. Summary: Bluetooth support for the PulseAudio sound server Group: System/Sound Daemons Requires: %{name} = %{version} -Requires: bluez >= 4.34 +Requires: bluez >= 4.99 %description module-bluetooth pulseaudio is a networked sound server for Linux and other Unix like