Accepting request 448716 from home:oholecek:branches:multimedia:libs
- Update to 10 RC1 (9.99.1) * Automatically switch Bluetooth profile when using VoIP applications * New module for prioritizing passthrough streams (module-allow-passthrough) * Improvements to module-loopback * Separate volumes for Bluetooth A2DP and HSP profiles * memfd-based shared memory mechanism enabled by default * Removed module-xenpv-sink * Dropped dependency to json-c * When using systemd to start PulseAudio, pulseaudio.socket is started first * Compatibility with OpenSSL 1.1.0 - Removed BuildRequires pkgconfig(json) OBS-URL: https://build.opensuse.org/request/show/448716 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=173
This commit is contained in:
parent
ac86717972
commit
7340059d9d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3d3d66b827f18fbe903fe3df647013f09fc1e2191c035be1ee2d82a9e404686
|
||||
size 1537568
|
3
pulseaudio-9.99.1.tar.xz
Normal file
3
pulseaudio-9.99.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89d97575e2c7352ff12e031f24a851610f3cdda4b7e32455da2012fbe54cbaee
|
||||
size 1591040
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 4 10:54:07 UTC 2017 - oholecek@suse.com
|
||||
|
||||
- Update to 10 RC1 (9.99.1)
|
||||
* Automatically switch Bluetooth profile when using VoIP applications
|
||||
* New module for prioritizing passthrough streams (module-allow-passthrough)
|
||||
* Improvements to module-loopback
|
||||
* Separate volumes for Bluetooth A2DP and HSP profiles
|
||||
* memfd-based shared memory mechanism enabled by default
|
||||
* Removed module-xenpv-sink
|
||||
* Dropped dependency to json-c
|
||||
* When using systemd to start PulseAudio, pulseaudio.socket is started first
|
||||
* Compatibility with OpenSSL 1.1.0
|
||||
- Removed BuildRequires pkgconfig(json)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 4 22:43:26 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define drvver 9.0
|
||||
%define drvver 9.99
|
||||
%define soname 0
|
||||
%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
|
||||
%define _fwdefdir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
|
||||
@ -27,7 +27,7 @@
|
||||
%define _bluez5used 0%(echo "%{_bluezVersion}" | grep -q '^5' && echo 1)
|
||||
%define _bashcompletionsdir %{_datadir}/bash-completion/completions
|
||||
Name: pulseaudio
|
||||
Version: 9.0
|
||||
Version: 9.99.1
|
||||
Release: 0
|
||||
Summary: A Networked Sound Server
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
@ -75,7 +75,6 @@ BuildRequires: pkgconfig(gconf-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(ice)
|
||||
BuildRequires: pkgconfig(json) >= 0.11
|
||||
BuildRequires: pkgconfig(sbc) >= 1.0
|
||||
BuildRequires: pkgconfig(sm)
|
||||
BuildRequires: pkgconfig(soxr)
|
||||
@ -461,6 +460,7 @@ exit 0
|
||||
%{_libdir}/pulse-%{drvver}/modules/module-alsa-sink.so
|
||||
%{_libdir}/pulse-%{drvver}/modules/module-alsa-source.so
|
||||
%{_libdir}/pulse-%{drvver}/modules/module-always-sink.so
|
||||
%{_libdir}/pulse-%{drvver}/modules/module-allow-passthrough.so
|
||||
%{_libdir}/pulse-%{drvver}/modules/module-augment-properties.so
|
||||
%{_libdir}/pulse-%{drvver}/modules/module-card-restore.so
|
||||
%{_libdir}/pulse-%{drvver}/modules/module-cli.so
|
||||
|
Loading…
Reference in New Issue
Block a user