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: ChangeLog vdr-graphtft-0.3.7-r1.ebuild
Date: Mon, 29 Sep 2014 20:12:08
Message-Id: 20140929201205.0484F5B6@oystercatcher.gentoo.org
1 hd_brummy 14/09/29 20:12:05
2
3 Modified: ChangeLog vdr-graphtft-0.3.7-r1.ebuild
4 Log:
5 fixed deprecated warnings
6
7 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
8
9 Revision Changes Path
10 1.39 media-plugins/vdr-graphtft/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?rev=1.39&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?rev=1.39&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?r1=1.38&r2=1.39
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v
19 retrieving revision 1.38
20 retrieving revision 1.39
21 diff -u -r1.38 -r1.39
22 --- ChangeLog 28 Sep 2014 17:21:03 -0000 1.38
23 +++ ChangeLog 29 Sep 2014 20:12:04 -0000 1.39
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-plugins/vdr-graphtft
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.38 2014/09/28 17:21:03 hd_brummy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.39 2014/09/29 20:12:04 hd_brummy Exp $
29 +
30 + 29 Sep 2014; Joerg Bornkessel <hd_brummy@g.o>
31 + vdr-graphtft-0.3.7-r1.ebuild:
32 + fixed deprecated warnings
33
34 *vdr-graphtft-0.3.7-r1 (28 Sep 2014)
35
36
37
38
39 1.2 media-plugins/vdr-graphtft/vdr-graphtft-0.3.7-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.7-r1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.7-r1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.7-r1.ebuild?r1=1.1&r2=1.2
44
45 Index: vdr-graphtft-0.3.7-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.7-r1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- vdr-graphtft-0.3.7-r1.ebuild 28 Sep 2014 17:21:03 -0000 1.1
52 +++ vdr-graphtft-0.3.7-r1.ebuild 29 Sep 2014 20:12:04 -0000 1.2
53 @@ -1,8 +1,8 @@
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.7-r1.ebuild,v 1.1 2014/09/28 17:21:03 hd_brummy Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.7-r1.ebuild,v 1.2 2014/09/29 20:12:04 hd_brummy Exp $
58
59 -EAPI="5"
60 +EAPI=5
61
62 inherit vdr-plugin-2 flag-o-matic
63
64 @@ -59,6 +59,7 @@
65 # libav10 support, wrt bug 519448
66 sed -i \
67 -e "s:CODEC_ID_MPEG1VIDEO:AV_CODEC_ID_MPEG1VIDEO:" \
68 + -e "s:avcodec_alloc_frame:av_frame_alloc:" \
69 imlibrenderer/dvbrenderer/mpeg2encoder.c || die
70
71 vdr-plugin-2_src_prepare