Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/ivtv/files: ivtv-1.1.0-headers.patch
Date: Thu, 03 Jul 2008 16:22:35
Message-Id: E1KERZi-0006Ns-1b@stork.gentoo.org
1 cardoe 08/07/03 16:22:26
2
3 Added: ivtv-1.1.0-headers.patch
4 Log:
5 fix the includes for the linux/ivtv.h header
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r5 x86_64)
7
8 Revision Changes Path
9 1.1 media-tv/ivtv/files/ivtv-1.1.0-headers.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/files/ivtv-1.1.0-headers.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/files/ivtv-1.1.0-headers.patch?rev=1.1&content-type=text/plain
13
14 Index: ivtv-1.1.0-headers.patch
15 ===================================================================
16 diff -Nur ivtv-1.1.0/utils/ivtvctl.c ivtv-1.1.0-headers/utils/ivtvctl.c
17 --- ivtv-1.1.0/utils/ivtvctl.c 2008-05-24 08:21:16.000000000 -0400
18 +++ ivtv-1.1.0-headers/utils/ivtvctl.c 2008-07-03 12:11:38.000000000 -0400
19 @@ -63,7 +63,7 @@
20
21 #define VIDIOC_INT_RESET _IOW ('d', 102, __u32)
22
23 -#include <linux/ivtv.h>
24 +#include "linux/ivtv.h"
25
26 #define __stringify_1(x) #x
27 #define __stringify(x) __stringify_1(x)
28 diff -Nur ivtv-1.1.0/utils/ivtvplay.cc ivtv-1.1.0-headers/utils/ivtvplay.cc
29 --- ivtv-1.1.0/utils/ivtvplay.cc 2008-05-24 08:21:16.000000000 -0400
30 +++ ivtv-1.1.0-headers/utils/ivtvplay.cc 2008-07-03 12:10:43.000000000 -0400
31 @@ -41,7 +41,7 @@
32 #include <linux/types.h>
33 #include <linux/videodev2.h>
34 #include <linux/dvb/video.h>
35 -#include <linux/ivtv.h>
36 +#include "linux/ivtv.h"
37
38 typedef unsigned long W32;
39 typedef unsigned long long W64;
40 diff -Nur ivtv-1.1.0/utils/ivtv-radio.c ivtv-1.1.0-headers/utils/ivtv-radio.c
41 --- ivtv-1.1.0/utils/ivtv-radio.c 2008-05-24 08:21:16.000000000 -0400
42 +++ ivtv-1.1.0-headers/utils/ivtv-radio.c 2008-07-03 12:10:08.000000000 -0400
43 @@ -39,7 +39,7 @@
44
45 #include <linux/videodev2.h>
46 #include <linux/dvb/video.h>
47 -#include <linux/ivtv.h>
48 +#include "linux/ivtv.h"
49
50 #define RADIO_DEV "/dev/radio0"
51 #define AUDIO_IN_DEV "/dev/video24"
52
53
54
55 --
56 gentoo-commits@l.g.o mailing list