Accepting request 404240 from home:oholecek:branches:multimedia:libs
- Update to 9.0 * Automatic routing improvements * Beamforming and various other new features in the WebRTC echo canceller * Various improvements in module-role-cork and module-role-ducking * LFE remixing disabled by default * memfd-backed shared memory transport * Support for sample rates up to 384 kHz * webrtc-audio-processing dependency minimum version bumped to 0.2 * Changed the C standard from C99 to C11. - Updated depencency webrtc-audio-processing to 0.3 - Update to 9.0 RC2 (8.99.2) - Update to 9.0 RC1 (8.99.1) + memfd support (off by default) + refinements to automatic switching to HDMI outputs + improvements to our echo canceller (including the addition of beamforming) + lots of other changes - Updated dependency webrtc-audio-processing >= 0.2 - Do not mark shell completion includes as configs (solves some rpmlint warnings) OBS-URL: https://build.opensuse.org/request/show/404240 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=171
This commit is contained in:
parent
b5073d1e26
commit
576a1c5694
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:690eefe28633466cfd1ab9d85ebfa9376f6b622deec6bfee5091ac9737cd1989
|
||||
size 1517656
|
3
pulseaudio-9.0.tar.xz
Normal file
3
pulseaudio-9.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3d3d66b827f18fbe903fe3df647013f09fc1e2191c035be1ee2d82a9e404686
|
||||
size 1537568
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 22 11:53:59 UTC 2016 - oholecek@suse.com
|
||||
|
||||
- Update to 9.0
|
||||
* Automatic routing improvements
|
||||
* Beamforming and various other new features in the WebRTC echo
|
||||
canceller
|
||||
* Various improvements in module-role-cork and module-role-ducking
|
||||
* LFE remixing disabled by default
|
||||
* memfd-backed shared memory transport
|
||||
* Support for sample rates up to 384 kHz
|
||||
* webrtc-audio-processing dependency minimum version bumped to 0.2
|
||||
* Changed the C standard from C99 to C11.
|
||||
- Updated depencency webrtc-audio-processing to 0.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 29 11:31:50 UTC 2016 - oholecek@suse.com
|
||||
|
||||
- Update to 9.0 RC2 (8.99.2)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 27 09:47:10 UTC 2016 - oholecek@suse.com
|
||||
|
||||
- Update to 9.0 RC1 (8.99.1)
|
||||
+ memfd support (off by default)
|
||||
+ refinements to automatic switching to HDMI outputs
|
||||
+ improvements to our echo canceller (including the addition of
|
||||
beamforming)
|
||||
+ lots of other changes
|
||||
- Updated dependency webrtc-audio-processing >= 0.2
|
||||
- Do not mark shell completion includes as configs (solves some
|
||||
rpmlint warnings)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 14 12:45:13 CEST 2016 - tiwai@suse.de
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define drvver 8.0
|
||||
%define drvver 9.0
|
||||
%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: 8.0
|
||||
Version: 9.0
|
||||
Release: 0
|
||||
Summary: A Networked Sound Server
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
@ -62,7 +62,7 @@ BuildRequires: libopenssl-devel
|
||||
BuildRequires: libsndfile-devel >= 1.0.18
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libudev-devel >= 143
|
||||
BuildRequires: libwebrtc_audio_processing-devel
|
||||
BuildRequires: libwebrtc_audio_processing-devel >= 0.3
|
||||
BuildRequires: lirc-devel
|
||||
BuildRequires: orc >= 0.4.9
|
||||
BuildRequires: systemd
|
||||
@ -694,20 +694,22 @@ exit 0
|
||||
|
||||
%files bash-completion
|
||||
%defattr(-,root,root)
|
||||
%config %{_bashcompletionsdir}/pulseaudio
|
||||
%config %{_bashcompletionsdir}/pacat
|
||||
%config %{_bashcompletionsdir}/pacmd
|
||||
%config %{_bashcompletionsdir}/pactl
|
||||
%config %{_bashcompletionsdir}/padsp
|
||||
%config %{_bashcompletionsdir}/paplay
|
||||
%config %{_bashcompletionsdir}/parec
|
||||
%config %{_bashcompletionsdir}/parecord
|
||||
%config %{_bashcompletionsdir}/pasuspender
|
||||
%dir %{_datadir}/bash-completion
|
||||
%dir %{_datadir}/bash-completion/completions
|
||||
%{_bashcompletionsdir}/pulseaudio
|
||||
%{_bashcompletionsdir}/pacat
|
||||
%{_bashcompletionsdir}/pacmd
|
||||
%{_bashcompletionsdir}/pactl
|
||||
%{_bashcompletionsdir}/padsp
|
||||
%{_bashcompletionsdir}/paplay
|
||||
%{_bashcompletionsdir}/parec
|
||||
%{_bashcompletionsdir}/parecord
|
||||
%{_bashcompletionsdir}/pasuspender
|
||||
|
||||
%files zsh-completion
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datarootdir}/zsh
|
||||
%dir %{_datarootdir}/zsh/site-functions/
|
||||
%config %{_datarootdir}/zsh/site-functions/_pulseaudio
|
||||
%{_datarootdir}/zsh/site-functions/_pulseaudio
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user