Hello community, here is the log from the commit of package pulseaudio for openSUSE:Factory checked in at 2013-04-26 07:42:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pulseaudio (Old) and /work/SRC/openSUSE:Factory/.pulseaudio.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pulseaudio", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/pulseaudio/pulseaudio.changes 2013-03-11 07:26:03.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.pulseaudio.new/pulseaudio.changes 2013-04-26 07:42:56.000000000 +0200 @@ -1,0 +2,10 @@ +Thu Apr 25 14:52:14 UTC 2013 - [email protected] + +- explicitely disable building NEON for armv5/6 + +------------------------------------------------------------------- +Fri Mar 8 10:17:34 CET 2013 - [email protected] + +- Fix a bug setting speaker volume to zero wrongly (bnc#805865) + +------------------------------------------------------------------- New: ---- pulseaudio-alsa-speaker-zero-vol-fix.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pulseaudio.spec ++++++ --- /var/tmp/diff_new_pack.gBowmE/_old 2013-04-26 07:43:04.000000000 +0200 +++ /var/tmp/diff_new_pack.gBowmE/_new 2013-04-26 07:43:04.000000000 +0200 @@ -34,6 +34,7 @@ Patch0: disabled-start.diff Patch1: suppress-socket-error-msg.diff Patch2: pulseaudio-wrong-memset.patch +Patch3: pulseaudio-alsa-speaker-zero-vol-fix.patch %if 0%{?suse_version} >= 1210 BuildRequires: pkgconfig(systemd) %endif @@ -264,6 +265,7 @@ %patch0 %patch1 -p1 %patch2 +%patch3 -p1 %build autoreconf -fiv @@ -271,6 +273,9 @@ --disable-static \ --disable-rpath \ --enable-systemd \ +%ifarch armv5tel armv6hl + --disable-neon-opt \ +%endif --with-system-user=pulse \ --with-system-group=pulse \ --with-access-group=pulse-access \ ++++++ pulseaudio-alsa-speaker-zero-vol-fix.patch ++++++ >From a703451811f31abe6302f39675c1e1fdfc1925d6 Mon Sep 17 00:00:00 2001 From: David Henningsson <[email protected]> Date: Wed, 19 Dec 2012 10:24:33 +0000 Subject: alsa-mixer: Fix the analog-output-speaker-always path A left over "required-any" made this path useless for most people. While we're at it, also add "Front Headphone" like for the normal speaker path. Tested-by: Colin Guthrie <[email protected]> Signed-off-by: David Henningsson <[email protected]> --- diff --git a/src/modules/alsa/mixer/paths/analog-output-speaker-always.conf b/src/modules/alsa/mixer/paths/analog-output-speaker-always.conf index 3ebdc4a..8a2b3df 100644 --- a/src/modules/alsa/mixer/paths/analog-output-speaker-always.conf +++ b/src/modules/alsa/mixer/paths/analog-output-speaker-always.conf @@ -30,6 +30,10 @@ device.icon_name = audio-speakers state.plugged = no state.unplugged = unknown +[Jack Front Headphone] +state.plugged = no +state.unplugged = unknown + [Element Hardware Master] switch = mute volume = merge @@ -132,7 +136,6 @@ switch = mute volume = merge override-map.1 = lfe override-map.2 = lfe,lfe -required-any = any [Element CLFE] switch = mute -- cgit v0.9.0.2-2-gbebe -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
