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: vdr-graphtft-0.1.18_alpha.ebuild ChangeLog
Date: Sun, 22 Jun 2008 17:43:41
Message-Id: E1KATbD-0007KM-5i@stork.gentoo.org
1 hd_brummy 08/06/22 17:43:35
2
3 Modified: vdr-graphtft-0.1.18_alpha.ebuild ChangeLog
4 Log:
5 add patches to compile with new header structur of imagemagick-6.4.x and gcc-4.3.x
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.3 media-plugins/vdr-graphtft/vdr-graphtft-0.1.18_alpha.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.18_alpha.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.18_alpha.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.18_alpha.ebuild?r1=1.2&r2=1.3
14
15 Index: vdr-graphtft-0.1.18_alpha.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.18_alpha.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- vdr-graphtft-0.1.18_alpha.ebuild 15 May 2008 12:22:21 -0000 1.2
22 +++ vdr-graphtft-0.1.18_alpha.ebuild 22 Jun 2008 17:43:34 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.18_alpha.ebuild,v 1.2 2008/05/15 12:22:21 zzam Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.18_alpha.ebuild,v 1.3 2008/06/22 17:43:34 hd_brummy Exp $
28
29 MY_PV="${PV/_alpha/.alpha}"
30 MY_P="${PN}-${MY_PV}"
31 @@ -26,7 +26,8 @@
32 directfb? ( dev-libs/DirectFB )
33 graphtft-fe? ( $(qt4_min_version 4.0.0) )"
34
35 -PATCHES=("${FILESDIR}/${P}-gentoo.diff")
36 +PATCHES=("${FILESDIR}/${P}-gentoo.diff"
37 + "${FILESDIR}/gcc-4.3-missing_includes.diff")
38
39 S="${WORKDIR}/graphtft-${MY_PV}"
40
41 @@ -58,6 +59,10 @@
42 epatch "${FILESDIR}/${P}-ffmpeg-0.4.9_p20080326-new_header.diff"
43 fi
44
45 + if has_version ">=media-gfx/imagemagick-6.4" ; then
46 + epatch "${FILESDIR}/${P}-imagemagick-6.4-new_header.diff"
47 + fi
48 +
49 use directfb && sed -i Makefile \
50 -e "s:#HAVE_DFB = 1:HAVE_DFB = 1:"
51
52
53
54
55 1.6 media-plugins/vdr-graphtft/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?rev=1.6&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?rev=1.6&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?r1=1.5&r2=1.6
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v
64 retrieving revision 1.5
65 retrieving revision 1.6
66 diff -u -r1.5 -r1.6
67 --- ChangeLog 22 Jun 2008 11:56:51 -0000 1.5
68 +++ ChangeLog 22 Jun 2008 17:43:34 -0000 1.6
69 @@ -1,6 +1,12 @@
70 # ChangeLog for media-plugins/vdr-graphtft
71 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.5 2008/06/22 11:56:51 hd_brummy Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.6 2008/06/22 17:43:34 hd_brummy Exp $
74 +
75 + 22 Jun 2008; Joerg Bornkessel <hd_brummy@g.o>
76 + +files/vdr-graphtft-0.1.18_alpha-imagemagick-6.4-new_header.diff,
77 + +files/gcc-4.3-missing_includes.diff, vdr-graphtft-0.1.18_alpha.ebuild:
78 + add patches to compile with new header structur of imagemagick-6.4.x and
79 + gcc-4.3.x
80
81 22 Jun 2008; Joerg Bornkessel <hd_brummy@g.o>
82 -files/vdr-graphtft-0.1.16_alpha-gentoo.diff,
83
84
85
86 --
87 gentoo-commits@l.g.o mailing list