From 51ae577439005ddf13931c2f9ebf788a757b939179cb10a8b4077dc2b3153922 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 25 Jan 2011 09:19:19 +0000 Subject: [PATCH 1/4] Updating link to change in openSUSE:Factory/pulseaudio revision 70.0 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=97b577758cf7bf715e2902bad62cdce3 --- pulseaudio.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pulseaudio.spec b/pulseaudio.spec index bfe19c3..144a147 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -1,7 +1,7 @@ # -# spec file for package pulseaudio (Version 0.9.22) +# spec file for package pulseaudio # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ Name: pulseaudio Summary: A Networked Sound Server Version: 0.9.22 -Release: 1 +Release: 2 License: GPLv2+ ; LGPLv2.1+ Group: System/Sound Daemons Source: %{name}-%{version}.tar.bz2 From 72545e66ab832fd10b6f048e40f627c0da7e3aade1995a036c3ea0ba3b316c9a Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Tue, 15 Feb 2011 21:40:16 +0000 Subject: [PATCH 2/4] Accepting request 61310 from home:sbrabec:branches:translation-update-upstream OBS-URL: https://build.opensuse.org/request/show/61310 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=62 --- pulseaudio.changes | 5 +++++ pulseaudio.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/pulseaudio.changes b/pulseaudio.changes index 744752a..4bcd166 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 14 19:49:24 CET 2011 - sbrabec@suse.cz + +- Added support for translation-update-upstream. + ------------------------------------------------------------------- Sat Jan 22 01:05:20 UTC 2011 - sreeves@novell.com diff --git a/pulseaudio.spec b/pulseaudio.spec index 144a147..f3c8366 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -55,6 +55,7 @@ BuildRequires: lirc-devel BuildRequires: libudev-devel >= 143 BuildRequires: speex-devel BuildRequires: tcpd-devel +BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: xorg-x11-devel PreReq: pwdutils @@ -244,6 +245,7 @@ This package contains GDM integration hooks for the PulseAudio sound server. %lang_package %prep %setup -q -T -b0 +translation-update-upstream %patch0 %patch1 -p1 From 7a74095326afe8dcb6fe20d7fca9c7904546b7ab15f413603f16bc39c70f815a Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Tue, 15 Feb 2011 21:50:14 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=63 --- pulseaudio.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pulseaudio.spec b/pulseaudio.spec index f3c8366..ebe4488 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -68,7 +68,7 @@ Obsoletes: libpulsecore9 <= 0.9.14 Obsoletes: libpulsecore7 <= 0.9.12 %description -pulseaudio is a networked sound server for Linux and other Unix like +pulseaudio is a networked sound server for Linux, other Unix like operating systems and Microsoft Windows. It is intended to be an improved drop-in replacement for the Enlightened Sound Daemon (ESOUND). @@ -231,7 +231,7 @@ improved drop-in replacement for the Enlightened Sound Daemon (ESOUND). %package gdm-hooks Summary: PulseAudio GDM integration License: GPLv2+ ; LGPLv2.1+ -Group: Applications/Multimedia +Group: Productivity/Multimedia/Other Requires: %{name} = %{version} Requires: gdm >= 2.22 #for the gdm user From e87a7adeccda46473040f2bc70ba5047b92921df3c9df1f65a7a076785c20b8a Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 17 Feb 2011 17:07:54 +0000 Subject: [PATCH 4/4] Accepting request 61642 from home:tiwai:branches:multimedia:libs ok OBS-URL: https://build.opensuse.org/request/show/61642 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=64 --- pulseaudio.changes | 6 ++++++ setup-pulseaudio | 22 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/pulseaudio.changes b/pulseaudio.changes index 4bcd166..8e0df4f 100644 --- a/pulseaudio.changes +++ b/pulseaudio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 17 17:54:45 CET 2011 - tiwai@suse.de + +- Add the setup for festival to setup-pulseaudio script + (bnc#670992) + ------------------------------------------------------------------- Mon Feb 14 19:49:24 CET 2011 - sbrabec@suse.cz diff --git a/setup-pulseaudio b/setup-pulseaudio index 04c7e0b..d26aa95 100644 --- a/setup-pulseaudio +++ b/setup-pulseaudio @@ -140,6 +140,17 @@ enable_xine() { return 0 } +enable_festival() { + test -f /etc/festival.scm || return 0 + echo "Enabling PulseAudio for Festival..." + cat << EOF >> /etc/festival.scm +;;;; Use pulseaudio to output sound +(Parameter.set 'Audio_Command "paplay -n festival \$FILE") +(Parameter.set 'Audio_Method 'Audio_Command) +(Parameter.set 'Audio_Required_Format 'snd) +EOF +} + enable_autospawn() { echo "Enabling PulseAudio autospawn..." if grep -q ^autospawn /etc/pulse/client.conf; then @@ -210,6 +221,15 @@ disable_xine() { return 0 } +disable_festival() { + test -f /etc/festival.scm || return 0 + echo "Disabling PulseAudio for Festival..." + /usr/bin/sed --in-place /";;;; Use pulseaudio to output sound"/d /etc/festival.scm + /usr/bin/sed --in-place /"(Parameter.set 'Audio_Command \"paplay -n festival \$FILE\")"/d /etc/festival.scm + /usr/bin/sed --in-place /"(Parameter.set 'Audio_Method 'Audio_Command)"/d /etc/festival.scm + /usr/bin/sed --in-place /"(Parameter.set 'Audio_Required_Format 'snd)"/d /etc/festival.scm +} + disable_autospawn() { echo "Disabling PulseAudio autospawn..." if grep -q ^autospawn /etc/pulse/client.conf; then @@ -231,6 +251,7 @@ case $1 in enable_sdl enable_timidity enable_xine + enable_festival enable_autospawn enable_phonon enable_speechd @@ -246,6 +267,7 @@ case $1 in disable_sdl disable_timidity disable_xine + disable_festival disable_autospawn disable_phonon disable_speechd