Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/cinepaint: ChangeLog cinepaint-0.22.1.ebuild
Date: Tue, 25 Mar 2008 22:54:56
Message-Id: E1JeI2f-0006cF-FJ@stork.gentoo.org
1 aballier 08/03/25 22:54:53
2
3 Modified: ChangeLog cinepaint-0.22.1.ebuild
4 Log:
5 Add a check for fltk built with opengl useflag, bug #190814
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.20 media-video/cinepaint/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinepaint/ChangeLog?rev=1.20&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinepaint/ChangeLog?rev=1.20&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinepaint/ChangeLog?r1=1.19&r2=1.20
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/cinepaint/ChangeLog,v
18 retrieving revision 1.19
19 retrieving revision 1.20
20 diff -u -r1.19 -r1.20
21 --- ChangeLog 25 Mar 2008 22:12:48 -0000 1.19
22 +++ ChangeLog 25 Mar 2008 22:54:52 -0000 1.20
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-video/cinepaint
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/ChangeLog,v 1.19 2008/03/25 22:12:48 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/ChangeLog,v 1.20 2008/03/25 22:54:52 aballier Exp $
28 +
29 + 25 Mar 2008; Alexis Ballier <aballier@g.o> cinepaint-0.22.1.ebuild:
30 + Add a check for fltk built with opengl useflag, bug #190814
31
32 *cinepaint-0.22.1 (25 Mar 2008)
33
34
35
36
37 1.2 media-video/cinepaint/cinepaint-0.22.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinepaint/cinepaint-0.22.1.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinepaint/cinepaint-0.22.1.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinepaint/cinepaint-0.22.1.ebuild?r1=1.1&r2=1.2
42
43 Index: cinepaint-0.22.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-video/cinepaint/cinepaint-0.22.1.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- cinepaint-0.22.1.ebuild 25 Mar 2008 22:12:48 -0000 1.1
50 +++ cinepaint-0.22.1.ebuild 25 Mar 2008 22:54:52 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/cinepaint-0.22.1.ebuild,v 1.1 2008/03/25 22:12:48 aballier Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinepaint/cinepaint-0.22.1.ebuild,v 1.2 2008/03/25 22:54:52 aballier Exp $
56
57 inherit eutils versionator flag-o-matic
58
59 @@ -30,6 +30,13 @@
60 dev-util/pkgconfig
61 x11-proto/xineramaproto"
62
63 +pkg_setup() {
64 + if ! built_with_use x11-libs/fltk opengl ; then
65 + eerror "${PN} requires x11-libs/fltk to be built with opengl"
66 + die "Please install x11-libs/fltk with opengl useflag enabled"
67 + fi
68 +}
69 +
70 src_compile(){
71 econf $(use_enable gimpprint print) --enable-gtk2 || die "econf failed"
72 emake || die "emake failed"
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list