Gentoo Archives: gentoo-commits

From: "Joerg Bornkessel (hd_brummy)" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-graphtft/files: vdr-graphtft-0.1.18_alpha-imagemagick-6.4-new_header.diff gcc-4.3-missing_includes.diff
Date: Sun, 22 Jun 2008 17:43:41
Message-Id: E1KATbD-0007KZ-P9@stork.gentoo.org
1 hd_brummy 08/06/22 17:43:35
2
3 Added:
4 vdr-graphtft-0.1.18_alpha-imagemagick-6.4-new_header.diff
5 gcc-4.3-missing_includes.diff
6 Log:
7 add patches to compile with new header structur of imagemagick-6.4.x and gcc-4.3.x
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.1 media-plugins/vdr-graphtft/files/vdr-graphtft-0.1.18_alpha-imagemagick-6.4-new_header.diff
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/files/vdr-graphtft-0.1.18_alpha-imagemagick-6.4-new_header.diff?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/files/vdr-graphtft-0.1.18_alpha-imagemagick-6.4-new_header.diff?rev=1.1&content-type=text/plain
15
16 Index: vdr-graphtft-0.1.18_alpha-imagemagick-6.4-new_header.diff
17 ===================================================================
18 diff -Naur graphtft-0.1.18.alpha.orig/Makefile graphtft-0.1.18.alpha/Makefile
19 --- graphtft-0.1.18.alpha.orig/Makefile 2008-06-22 19:12:45.000000000 +0200
20 +++ graphtft-0.1.18.alpha/Makefile 2008-06-22 19:16:56.000000000 +0200
21 @@ -122,6 +122,10 @@
22 HAVE_FFMPEG = 1
23 endif
24
25 +ifdef HAVE_IMAGE_MAGICK
26 + INCLUDES += -I/usr/include/ImageMagick
27 +endif
28 +
29 ifdef HAVE_GTOP
30 GTOP_INC = `pkg-config libgtop-2.0 --cflags`
31 GTOP_LIB = `pkg-config libgtop-2.0 --libs`
32
33
34
35 1.1 media-plugins/vdr-graphtft/files/gcc-4.3-missing_includes.diff
36
37 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/files/gcc-4.3-missing_includes.diff?rev=1.1&view=markup
38 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/files/gcc-4.3-missing_includes.diff?rev=1.1&content-type=text/plain
39
40 Index: gcc-4.3-missing_includes.diff
41 ===================================================================
42 diff -Naur graphtft-0.1.18.alpha.orig/tcpchannel.c graphtft-0.1.18.alpha/tcpchannel.c
43 --- graphtft-0.1.18.alpha.orig/tcpchannel.c 2008-06-22 19:32:19.000000000 +0200
44 +++ graphtft-0.1.18.alpha/tcpchannel.c 2008-06-22 19:32:59.000000000 +0200
45 @@ -15,6 +15,7 @@
46 #include <fcntl.h>
47 #include <netdb.h>
48 #include <errno.h>
49 +#include <string.h>
50
51 #include "tcpchannel.h"
52 #include "common.h"
53
54
55
56 --
57 gentoo-commits@l.g.o mailing list