Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/dvbcut/files: dvbcut-0.6.0-gcc-4.4.patch
Date: Wed, 24 Jun 2009 10:15:57
Message-Id: E1MJPWF-00061n-ME@stork.gentoo.org
1 zzam 09/06/24 10:15:55
2
3 Modified: dvbcut-0.6.0-gcc-4.4.patch
4 Log:
5 Update patch to match the one upstream applied.
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 media-video/dvbcut/files/dvbcut-0.6.0-gcc-4.4.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/files/dvbcut-0.6.0-gcc-4.4.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/files/dvbcut-0.6.0-gcc-4.4.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/files/dvbcut-0.6.0-gcc-4.4.patch?r1=1.1&r2=1.2
14
15 Index: dvbcut-0.6.0-gcc-4.4.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/dvbcut/files/dvbcut-0.6.0-gcc-4.4.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- dvbcut-0.6.0-gcc-4.4.patch 23 Jun 2009 15:43:16 -0000 1.1
22 +++ dvbcut-0.6.0-gcc-4.4.patch 24 Jun 2009 10:15:55 -0000 1.2
23 @@ -1,10 +1,21 @@
24 ---- dvbcut-0.6.0.orig/src/buffer.cpp
25 -+++ dvbcut-0.6.0/src/buffer.cpp
26 -@@ -27,6 +27,7 @@
27 +--- trunk/src/buffer.cpp 2009/06/19 16:32:00 160
28 ++++ trunk/src/buffer.cpp 2009/06/23 21:07:15 161
29 +@@ -26,7 +26,7 @@
30 + #include <unistd.h>
31 #include <cstring>
32 #include <cstdlib>
33 - // #include <cstdio>
34 -+#include <stdio.h>
35 +-// #include <cstdio>
36 ++#include <cstdio>
37 #include <stdint.h>
38 #include <cassert>
39 +
40 +--- trunk/src/mpegmuxer.cpp 2009/06/19 16:32:00 160
41 ++++ trunk/src/mpegmuxer.cpp 2009/06/23 21:07:15 161
42 +@@ -20,6 +20,7 @@
43
44 + #include <cstdlib>
45 + #include <cstring>
46 ++#include <cstdio>
47 + #include <strings.h>
48 + #include <unistd.h>
49 + #include <fcntl.h>