Accepting request 282239 from home:oholecek:branches:multimedia:libs

- Update to 6.0 RC3 (5.99.3)
- remove patch pulseaudio-orc-0.4.23-volume-fix.patch
- update old changes so package can be forwared to factory

OBS-URL: https://build.opensuse.org/request/show/282239
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=152
This commit is contained in:
Ondrej Holecek 2015-01-22 08:32:42 +00:00 committed by Git OBS Bridge
parent 8e049eb13a
commit e092e8822d
5 changed files with 33 additions and 35 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:877fbc19c5928ade11c948814d0d444673c39a8ec5571d331642f3327d2c86fe
size 1454516

3
pulseaudio-5.99.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88f14aa22eb611276c584f9fba6a190954f751b98a7bd6112763f1d6a0670b52
size 1468972

View File

@ -1,28 +0,0 @@
bsc#912260
Original patch
http://lists.freedesktop.org/archives/pulseaudio-discuss/2015-January/022905.html
---
src/pulsecore/svolume.orc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--- a/src/pulsecore/svolume.orc
+++ b/src/pulsecore/svolume.orc
@@ -45,13 +45,15 @@
.function pa_volume_s16ne_orc_1ch
.dest 2 samples int16_t
-.param 4 v int32_t
+.param 4 vols int32_t
+.temp 4 v
.temp 2 vh
.temp 4 s
.temp 4 mh
.temp 4 ml
.temp 4 signc
+loadpl v, vols
convuwl s, samples
x2 cmpgtsw signc, 0, s
x2 andw signc, signc, v

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jan 21 15:08:31 UTC 2015 - oholecek@suse.com
- Update to 6.0 RC3 (5.99.3)
+ srbchannel has been disabled by default for 6.0
(We still encourage testing of the srbchannel - do so by adding
the "srbchannel=yes" to "load-module module-native-protocol-unix")
+ libsamplerate is deprecated
+ a problem causing wrong volume with orc 0.4.23 was worked around
+ translation updates (Swedish, Turkish)
+ a few other bug fixes
- remove patch pulseaudio-orc-0.4.23-volume-fix.patch
-------------------------------------------------------------------
Thu Jan 8 14:17:45 CET 2015 - tiwai@suse.de
@ -13,6 +26,15 @@ Thu Jan 1 21:13:30 UTC 2015 - meissner@suse.com
Fri Dec 19 14:17:06 UTC 2014 - oholecek@suse.com
- Update to 6.0 RC2 (5.99.2)
+ Build system fixes for Debian/FreeBSD and mingw32
+ Some translation updates
+ Fixed A2DP profile not restored correctly
+ Configure fixes for bluez 5 native headset backend
+ Noise in the beginning of a recording (with srbchannel) fixed
+ Fixed a few memory safety issues
+ Added warnings for two unstable modules (module-equalizer-sink and
module-dbus-protocol)
+ Enabled autospawn even when systemd socket activation is built in
-------------------------------------------------------------------
Wed Nov 26 13:44:13 UTC 2014 - oholecek@suse.com
@ -24,6 +46,13 @@ Wed Nov 26 13:44:13 UTC 2014 - oholecek@suse.com
Fri Nov 21 22:26:55 UTC 2014 - oholecek@suse.com
- Update to 6.0 RC1 (5.99.1)
+ Bluez 5 HSP (headset profile) support, both with and without oFono
+ SystemD socket activation support
+ Better support for multichannel and 2.1 profiles
+ Protocol optimisations
+ Zsh shell completion support
+ Remap optimisations
+ Many minor improvements and bug fixes all across the place
- Remove patch pulseaudio-bnc881524-rtp.patch
- Update patch disabled-start.diff
- Bash&zsh completion split to separate subpackage

View File

@ -17,7 +17,7 @@
Name: pulseaudio
Version: 5.99.2
Version: 5.99.3
Release: 0
%define drvver 5.99
%define soname 0
@ -42,8 +42,6 @@ Source99: baselibs.conf
Patch0: disabled-start.diff
Patch1: suppress-socket-error-msg.diff
Patch2: pulseaudio-wrong-memset.patch
# PATCH-FIX-SUSE bnc#912260 regression fix for orc-0.4.23
Patch3: pulseaudio-orc-0.4.23-volume-fix.patch
BuildRequires: alsa-devel >= 1.0.19
# require only minimal bluez, if we are on bluez 5 we will determine in %build phase
BuildRequires: bluez-devel >= 4.99
@ -315,7 +313,6 @@ Optional dependency offering zsh completion for various PulseAudio utilities
%patch0
%patch1 -p1
%patch2
%patch3 -p1
%build
echo 'HTML_TIMESTAMP=NO' >> doxygen/doxygen.conf.in