* Sat Dec 12 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1.17-3

- bump flac_decoder priority (rh#301861,xine#225)
This commit is contained in:
Rex Dieter 2009-12-14 16:06:33 +00:00
parent 96fbf1ada3
commit 89bd664627
2 changed files with 19 additions and 0 deletions

View File

@ -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 = {

View File

@ -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 <rdieter@fedoraproject.org> - 1.1.17-3
- bump flac_decoder priority (rh#301861,xine#225)
* Mon Dec 07 2009 Bastien Nocera <bnocera@redhat.com> 1.1.17-2
- Remove gnome-vfs2 plugin, it's mostly useless