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.2.24.ebuild
Date: Wed, 26 Jan 2011 16:39:38
Message-Id: 20110126163928.8487620054@flycatcher.gentoo.org
1 hd_brummy 11/01/26 16:39:28
2
3 Modified: ChangeLog vdr-graphtft-0.3.2.24.ebuild
4 Log:
5 restrict=test bug #279330; eapi=3; removed unneeded check of vdr's extpatch version
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.26 media-plugins/vdr-graphtft/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 1 Dec 2010 19:12:32 -0000 1.25
23 +++ ChangeLog 26 Jan 2011 16:39:28 -0000 1.26
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-plugins/vdr-graphtft
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.25 2010/12/01 19:12:32 hd_brummy Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.26 2011/01/26 16:39:28 hd_brummy Exp $
30 +
31 + 26 Jan 2011; Joerg Bornkessel <hd_brummy@g.o>
32 + vdr-graphtft-0.3.2.24.ebuild:
33 + restrict=test bug #279330; eapi=3; removed unneeded check of vdr's
34 + extpatch version
35
36 01 Dec 2010; Joerg Bornkessel <hd_brummy@g.o>
37 -files/vdr-graphtft-0.1.18_alpha-ffmpeg-0.4.9_p20080326-new_header.diff,
38
39
40
41 1.7 media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild?rev=1.7&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild?rev=1.7&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild?r1=1.6&r2=1.7
46
47 Index: vdr-graphtft-0.3.2.24.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild,v
50 retrieving revision 1.6
51 retrieving revision 1.7
52 diff -u -r1.6 -r1.7
53 --- vdr-graphtft-0.3.2.24.ebuild 26 Sep 2010 16:36:36 -0000 1.6
54 +++ vdr-graphtft-0.3.2.24.ebuild 26 Jan 2011 16:39:28 -0000 1.7
55 @@ -1,13 +1,12 @@
56 -# Copyright 1999-2010 Gentoo Foundation
57 +# Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild,v 1.6 2010/09/26 16:36:36 hd_brummy Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild,v 1.7 2011/01/26 16:39:28 hd_brummy Exp $
61
62 -EAPI="2"
63 +EAPI="3"
64
65 -inherit eutils vdr-plugin flag-o-matic
66 +RESTRICT="test"
67
68 -#MY_P="${PN}-${PV/_rc/-rc}"
69 -#S="${WORKDIR}/graphtft-${PV/_rc/-rc}"
70 +inherit eutils vdr-plugin flag-o-matic
71
72 S="${WORKDIR}/graphtft-24"
73
74 @@ -42,30 +41,6 @@
75 "${FILESDIR}/${P}_gcc-4.4.x.diff"
76 "${FILESDIR}/${P}_ffmpeg-0.5.diff")
77
78 -extpatch_v_check() {
79 -
80 - EXTPATCH_V="`cat /var/db/pkg/media-video/vdr-*/vdr-*.ebuild | grep EXT_V | head -n 1 | cut -c8-9`"
81 -
82 - if [ "${EXTPATCH_V}" -lt "65" ]; then
83 - echo
84 - eerror "You need an update of vdr with a newer EXTENSIONSPATCH version!"
85 - eerror "minimal version of Extensionspatch = 65!"
86 - eerror "graphtft will not work fullfilled"
87 - echo
88 - einfo "use VDR"
89 - einfo ">=media-video/vdr-1.6.0_p2-r2"
90 - einfo "or"
91 - einfo ">=media-video/vdr-1.7.0-r1 from vdr-devel Overlay"
92 - echo
93 - fi
94 -}
95 -
96 -pkg_setup() {
97 - vdr-plugin_pkg_setup
98 -
99 - extpatch_v_check
100 -}
101 -
102 src_prepare() {
103
104 sed -i Makefile -e "s: WITH_X_COMM = 1:#WITH_X_COMM = 1:"
105 @@ -80,6 +55,7 @@
106 sed -i "${S}"/imlibrenderer/fbrenderer/fbrenderer.c \
107 -i "${S}"/imlibrenderer/dvbrenderer/mpeg2encoder.c \
108 -e "s:libavutil/avcodec.h:libavcodec/avcodec.h:"
109 +
110 # UINT64_C is needed by ffmpeg headers
111 append-flags -D__STDC_CONSTANT_MACROS
112 }