rpms/xine-lib/devel xine-lib-1.1.17-flac_priority.patch, NONE, 1.1 xine-lib.spec, 1.80, 1.81

Rex Dieter rdieter at fedoraproject.org
Mon Dec 14 16:06:33 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/xine-lib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13391

Modified Files:
	xine-lib.spec 
Added Files:
	xine-lib-1.1.17-flac_priority.patch 
Log Message:
* Sat Dec 12 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.1.17-3
- bump flac_decoder priority (rh#301861,xine#225)


xine-lib-1.1.17-flac_priority.patch:
 decoder_flac.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE xine-lib-1.1.17-flac_priority.patch ---
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 = {


Index: xine-lib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xine-lib/devel/xine-lib.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -p -r1.80 -r1.81
--- xine-lib.spec	7 Dec 2009 13:55:57 -0000	1.80
+++ xine-lib.spec	14 Dec 2009 16:06:33 -0000	1.81
@@ -56,6 +56,9 @@ Patch8:         xine-lib-1.1.17-avsync_h
 # 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/op
 #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 at fedoraproject.org> - 1.1.17-3
+- bump flac_decoder priority (rh#301861,xine#225)
+
 * Mon Dec 07 2009 Bastien Nocera <bnocera at redhat.com> 1.1.17-2
 - Remove gnome-vfs2 plugin, it's mostly useless
 




More information about the scm-commits mailing list