From ba74986c5270cc05c50cfa5498af538e9d22a19b Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Tue, 9 Jun 2009 10:02:37 +0000 Subject: [PATCH] make InitialPreference=9 --- phonon-4.3.1-xine-InitialPreference.patch | 12 ++++++++++++ phonon.spec | 7 ++++++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 phonon-4.3.1-xine-InitialPreference.patch diff --git a/phonon-4.3.1-xine-InitialPreference.patch b/phonon-4.3.1-xine-InitialPreference.patch new file mode 100644 index 0000000..0ace98d --- /dev/null +++ b/phonon-4.3.1-xine-InitialPreference.patch @@ -0,0 +1,12 @@ +diff -up phonon-4.3.1/xine/xine.desktop.orig phonon-4.3.1/xine/xine.desktop +--- phonon-4.3.1/xine/xine.desktop.orig 2009-06-09 11:57:10.000000000 +0200 ++++ phonon-4.3.1/xine/xine.desktop 2009-06-09 11:57:18.000000000 +0200 +@@ -7,7 +7,7 @@ X-KDE-PhononBackendInfo-InterfaceVersion + X-KDE-PhononBackendInfo-Version=0.2.60 + X-KDE-PhononBackendInfo-Website=http://www.xinehq.de/ + Icon=phonon-xine +-InitialPreference=15 ++InitialPreference=9 + + Name=Xine + Name[x-test]=xxXinexx diff --git a/phonon.spec b/phonon.spec index 822a7be..5f8fc06 100644 --- a/phonon.spec +++ b/phonon.spec @@ -4,7 +4,7 @@ Summary: Multimedia framework api Name: phonon Version: 4.3.1 -Release: 9%{?dist} +Release: 10%{?dist} Group: Applications/Multimedia License: LGPLv2+ URL: http://phonon.kde.org/ @@ -15,6 +15,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: phonon-4.3.1-xineonly.patch # bump PulseAudio's priority in the xine backend Patch1: phonon-4.2.96-xine-pulseaudio.patch +# make InitialPreference=9 +Patch2: phonon-4.3.1-xine-InitialPreference.patch ## Upstream patches # fix for non-ascii filenames in xine backend @@ -95,6 +97,9 @@ fi %changelog +* Tue Jun 09 2009 Than Ngo - 4.3.1-10 +- make InitialPreference=9 + * Sun Jun 07 2009 Rex Dieter - 4.3.1-9 - optimize scriptlets - Req: phonon >= %%phonon_version_major