rpms/xine-lib-extras-freeworld/devel xine-lib-1.1.18-dxr3_no_compat_c.patch, 1.1, 1.2 xine-lib-extras-freeworld.spec, 1.30, 1.31

Rex Dieter rdieter at rpmfusion.org
Mon Mar 1 15:57:03 CET 2010


Author: rdieter

Update of /cvs/free/rpms/xine-lib-extras-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30411

Modified Files:
	xine-lib-1.1.18-dxr3_no_compat_c.patch 
	xine-lib-extras-freeworld.spec 
Log Message:
* Mon Mar 01 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.1.18-2
- better dxr3_no_compat_c.patch (s/compat.c/compat.h/)


xine-lib-1.1.18-dxr3_no_compat_c.patch:
 dxr3_decode_spu.c   |    2 +-
 dxr3_decode_video.c |    2 +-
 video_out_dxr3.c    |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Index: xine-lib-1.1.18-dxr3_no_compat_c.patch
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/devel/xine-lib-1.1.18-dxr3_no_compat_c.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xine-lib-1.1.18-dxr3_no_compat_c.patch	25 Feb 2010 03:53:44 -0000	1.1
+++ xine-lib-1.1.18-dxr3_no_compat_c.patch	1 Mar 2010 14:57:02 -0000	1.2
@@ -6,7 +6,7 @@
  #include "dxr3.h"
  
 -#include "compat.c"
-+/* #include "compat.c" */
++#include "compat.h"
  
  #define MAX_SPU_STREAMS 32
  
@@ -18,7 +18,7 @@
  #include "dxr3.h"
  
 -#include "compat.c"
-+/* #include "compat.c" */
++#include "compat.h"
  
  /* once activated, we wait for this amount of missing pan&scan info
   * before disabling it again */
@@ -30,7 +30,7 @@
  #include "video_out_dxr3.h"
  
 -#include "compat.c"
-+/* #include "compat.c" */
++#include "compat.h"
  
  /* the amount of extra time we give the card for decoding */
  #define DECODE_PIPE_PREBUFFER 10000


Index: xine-lib-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/devel/xine-lib-extras-freeworld.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- xine-lib-extras-freeworld.spec	25 Feb 2010 03:36:55 -0000	1.30
+++ xine-lib-extras-freeworld.spec	1 Mar 2010 14:57:02 -0000	1.31
@@ -11,7 +11,7 @@
 Name:           xine-lib-extras-freeworld
 Summary:        Extra codecs for the Xine multimedia library
 Version:        1.1.18
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        GPLv2+
 Group:          System Environment/Libraries
 URL:            http://xinehq.de/
@@ -190,6 +190,9 @@
 
 
 %changelog
+* Mon Mar 01 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.1.18-2
+- better dxr3_no_compat_c.patch (s/compat.c/compat.h/)
+
 * Wed Feb 24 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.1.18-1
 - xine-lib-1.1.18, plugin-abi 1.28
 



More information about the rpmfusion-commits mailing list