From 89bd664627d9e93a165b42dc22ebd6fe0bdd775e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 14 Dec 2009 16:06:33 +0000 Subject: [PATCH] * Sat Dec 12 2009 Rex Dieter - 1.1.17-3 - bump flac_decoder priority (rh#301861,xine#225) --- xine-lib-1.1.17-flac_priority.patch | 12 ++++++++++++ xine-lib.spec | 7 +++++++ 2 files changed, 19 insertions(+) create mode 100644 xine-lib-1.1.17-flac_priority.patch diff --git a/xine-lib-1.1.17-flac_priority.patch b/xine-lib-1.1.17-flac_priority.patch new file mode 100644 index 0000000..68aae11 --- /dev/null +++ b/xine-lib-1.1.17-flac_priority.patch @@ -0,0 +1,12 @@ +diff -up xine-lib-1.1.17/src/combined/decoder_flac.c.flac_priority xine-lib-1.1.17/src/combined/decoder_flac.c +--- xine-lib-1.1.17/src/combined/decoder_flac.c.flac_priority 2009-11-30 14:55:46.000000000 -0600 ++++ xine-lib-1.1.17/src/combined/decoder_flac.c 2009-12-12 21:34:19.095500951 -0600 +@@ -426,7 +426,7 @@ static uint32_t audio_types[] = { + + static const decoder_info_t dec_info_audio = { + audio_types, /* supported types */ +- 5 /* priority */ ++ 8 /* priority */ + }; + + const plugin_info_t xine_plugin_info[] EXPORTED = { diff --git a/xine-lib.spec b/xine-lib.spec index d0c27db..a5fa05c 100644 --- a/xine-lib.spec +++ b/xine-lib.spec @@ -56,6 +56,9 @@ Patch8: xine-lib-1.1.17-avsync_hack.patch # http://bugzilla.redhat.com/477226 Patch9: xine-lib-1.1.16.2-multilib.patch ## upstreamable patches +# https://bugzilla.redhat.com/show_bug.cgi?id=301861 +# http://bugs.xine-project.org/show_bug.cgi?id=225 +Patch50: xine-lib-1.1.17-flac_priority.patch ## upstream patches Provides: xine-lib(plugin-abi) = %{plugin_abi} @@ -190,6 +193,7 @@ touch -r m4/optimizations.m4.stamp m4/optimizations.m4 #patch6 -p1 -b .deepbind %patch8 -p1 -b .avsync_hack %patch9 -p1 -b .multilib +%patch50 -p1 -b .flac_priority # autotools patch + touch'ing above seems to miss something, aclocal # runs on make anyway, let's use the ./autogen.sh hammer for now. @@ -429,6 +433,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Dec 12 2009 Rex Dieter - 1.1.17-3 +- bump flac_decoder priority (rh#301861,xine#225) + * Mon Dec 07 2009 Bastien Nocera 1.1.17-2 - Remove gnome-vfs2 plugin, it's mostly useless