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.16_alpha.ebuild ChangeLog
Date: Sat, 29 Mar 2008 13:46:15
Message-Id: E1JfbNs-0003cm-Cb@stork.gentoo.org
1 hd_brummy 08/03/29 13:46:12
2
3 Modified: vdr-graphtft-0.1.16_alpha.ebuild ChangeLog
4 Log:
5 patch to fix new ffmpeg header structur added; bug #214740
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 media-plugins/vdr-graphtft/vdr-graphtft-0.1.16_alpha.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.16_alpha.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.16_alpha.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.16_alpha.ebuild?r1=1.1&r2=1.2
14
15 Index: vdr-graphtft-0.1.16_alpha.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.16_alpha.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- vdr-graphtft-0.1.16_alpha.ebuild 23 Dec 2007 22:05:09 -0000 1.1
22 +++ vdr-graphtft-0.1.16_alpha.ebuild 29 Mar 2008 13:46:11 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.16_alpha.ebuild,v 1.1 2007/12/23 22:05:09 hd_brummy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.16_alpha.ebuild,v 1.2 2008/03/29 13:46:11 hd_brummy Exp $
29
30 MY_PV="${PV/_alpha/.alpha}"
31 MY_P="${PN}-${MY_PV}"
32 @@ -53,6 +53,10 @@
33 sed -i Makefile -e "s:#HAVE_SWSCALE:HAVE_SWSCALE:"
34 fi
35
36 + if has_version ">=media-video/ffmpeg-0.4.9_p20080326" ; then
37 + epatch "${FILESDIR}/ffmpeg-0.4.9_p20080326-new_header.diff"
38 + fi
39 +
40 use directfb && sed -i Makefile \
41 -e "s:#HAVE_DFB = 1:HAVE_DFB = 1:"
42
43
44
45
46 1.2 media-plugins/vdr-graphtft/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?r1=1.1&r2=1.2
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- ChangeLog 23 Dec 2007 22:05:09 -0000 1.1
59 +++ ChangeLog 29 Mar 2008 13:46:11 -0000 1.2
60 @@ -1,6 +1,11 @@
61 # ChangeLog for media-plugins/vdr-graphtft
62 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.1 2007/12/23 22:05:09 hd_brummy Exp $
64 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.2 2008/03/29 13:46:11 hd_brummy Exp $
66 +
67 + 29 Mar 2008; Joerg Bornkessel <hd_brummy@g.o>
68 + +files/ffmpeg-0.4.9_p20080326-new_header.diff,
69 + vdr-graphtft-0.1.16_alpha.ebuild:
70 + patch to fix new ffmpeg header structur added; bug #214740
71
72 *vdr-graphtft-0.1.16_alpha (23 Dec 2007)
73
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list