rpms/vdr-dxr3/F-8 vdr-dxr3-0.2.7-new-ffmpeg.patch, 1.1, 1.2 vdr-dxr3.spec, 1.1, 1.2

Felix Kaechele felix at rpmfusion.org
Sun Aug 17 20:02:07 CEST 2008


Author: felix

Update of /cvs/free/rpms/vdr-dxr3/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14001

Modified Files:
	vdr-dxr3-0.2.7-new-ffmpeg.patch vdr-dxr3.spec 
Log Message:
* Mon Aug 11 2008 Felix Kaechele <felix at fetzig dot org> - 0.2.7-4
- updated patch to new ffmpeg


vdr-dxr3-0.2.7-new-ffmpeg.patch:

Index: vdr-dxr3-0.2.7-new-ffmpeg.patch
===================================================================
RCS file: /cvs/free/rpms/vdr-dxr3/F-8/vdr-dxr3-0.2.7-new-ffmpeg.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vdr-dxr3-0.2.7-new-ffmpeg.patch	4 Aug 2008 19:50:00 -0000	1.1
+++ vdr-dxr3-0.2.7-new-ffmpeg.patch	17 Aug 2008 18:02:06 -0000	1.2
@@ -1,11 +1,6 @@
-Index: dxr3ffmpeg.c
-===================================================================
-RCS file: /cvsroot/dxr3plugin/dxr3/dxr3ffmpeg.c,v
-retrieving revision 1.2.2.10
-retrieving revision 1.2.2.12
-diff -u -r1.2.2.10 -r1.2.2.12
---- dxr3ffmpeg.c	7 Jan 2007 21:59:01 -0000	1.2.2.10
-+++ dxr3ffmpeg.c	13 Aug 2007 08:10:04 -0000	1.2.2.12
+diff -ruN dxr3-0.2.7.orig/dxr3ffmpeg.c dxr3-0.2.7/dxr3ffmpeg.c
+--- dxr3-0.2.7.orig/dxr3ffmpeg.c	2007-01-07 22:57:12.000000000 +0100
++++ dxr3-0.2.7/dxr3ffmpeg.c	2008-08-11 18:40:28.000000000 +0200
 @@ -28,8 +28,10 @@
  cDxr3Ffmpeg::cDxr3Ffmpeg()
  {
@@ -19,3 +14,15 @@
  }
  
  // ==================================
+diff -ruN dxr3-0.2.7.orig/dxr3ffmpeg.h dxr3-0.2.7/dxr3ffmpeg.h
+--- dxr3-0.2.7.orig/dxr3ffmpeg.h	2007-01-07 22:57:14.000000000 +0100
++++ dxr3-0.2.7/dxr3ffmpeg.h	2008-08-11 18:54:50.000000000 +0200
+@@ -24,7 +24,7 @@
+ 
+ extern "C"
+ {
+-#include <avcodec.h>
++#include <libavcodec/avcodec.h>
+ }
+ 
+ #include <string.h>


Index: vdr-dxr3.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-dxr3/F-8/vdr-dxr3.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vdr-dxr3.spec	4 Aug 2008 19:50:00 -0000	1.1
+++ vdr-dxr3.spec	17 Aug 2008 18:02:06 -0000	1.2
@@ -4,7 +4,7 @@
 
 Name:           vdr-%{pname}
 Version:        0.2.7
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Hollywood+/DXR3 output plugin for VDR
 
 Group:          Applications/Multimedia
@@ -29,7 +29,7 @@
 
 %prep
 %setup -q -n %{pname}-%{version}
-%patch0
+%patch0 -p1
 for f in CONTRIBUTORS HISTORY TROUBLESHOOTING ; do
   iconv -f iso-8859-1 -t utf-8 $f > $f.utf-8 ; mv $f.utf-8 $f
 done
@@ -63,6 +63,9 @@
 
 
 %changelog
+* Mon Aug 11 2008 Felix Kaechele <felix at fetzig dot org> - 0.2.7-4
+- updated patch to new ffmpeg
+
 * Mon Aug 04 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.2.7-3
 - rebuild
 



More information about the rpmfusion-commits mailing list