Accepting request 23957 from multimedia:libs

Copy from multimedia:libs/pulseaudio based on submit request 23957 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/23957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseaudio?expand=0&rev=53
This commit is contained in:
OBS User autobuild 2009-11-10 09:09:45 +00:00 committed by Git OBS Bridge
commit c858f6df85
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 3 20:06:20 UTC 2009 - sreeves@novell.com
- Fix mplayer section of setup-pulseaudio. bnc#547384
-------------------------------------------------------------------
Thu Oct 29 09:33:55 UTC 2009 - lnussel@suse.de

View File

@ -22,7 +22,7 @@
Name: pulseaudio
Summary: A Networked Sound Server
Version: 0.9.19
Release: 2
Release: 3
License: LGPL v2.1 or later
Group: System/Sound Daemons
Source: %{name}-%{version}.tar.bz2

View File

@ -51,7 +51,7 @@ enable_mplayer() {
echo "Enabling PulseAudio for mplayer..."
if test -f /etc/mplayer/mplayer.conf; then
if grep -q '^ao=' /etc/mplayer/mplayer.conf; then
perl -pi -e "s|^ao=.*|ao=pulse|g;" /etc/pulse/client.conf
perl -pi -e "s|^ao=.*|ao=pulse|g;" /etc/mplayer/mplayer.conf
else
echo "ao=pulse" >> /etc/mplayer/mplayer.conf
fi