Accepting request 149974 from multimedia:libs
Pulseaudio 3.0 OBS-URL: https://build.opensuse.org/request/show/149974 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseaudio?expand=0&rev=97
This commit is contained in:
commit
c140c52324
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef6b347bf47abfb98080795f1583018ac959b4aeb4df916b879f9e1eaba0ca7f
|
||||
size 1355004
|
3
pulseaudio-3.0.tar.xz
Normal file
3
pulseaudio-3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c90bfda29605942d08e3e218ef10e3c660506a06651a616bfbb6a6df8392836d
|
||||
size 1367468
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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
|
||||
@ -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
|
||||
@ -157,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
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user