Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/enblend: enblend-3.2.ebuild ChangeLog
Date: Fri, 28 Nov 2008 18:41:58
Message-Id: E1L68Hs-0003BY-7F@stork.gentoo.org
1 maekke 08/11/28 18:41:56
2
3 Modified: enblend-3.2.ebuild ChangeLog
4 Log:
5 force -j1 as this package needs about 1 GB RAM for every parallel compile instance, bug #249033
6 (Portage version: 2.1.6_rc2/cvs/Linux 2.6.28-rc6 i686)
7
8 Revision Changes Path
9 1.5 media-gfx/enblend/enblend-3.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/enblend-3.2.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/enblend-3.2.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/enblend-3.2.ebuild?r1=1.4&r2=1.5
14
15 Index: enblend-3.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/enblend/enblend-3.2.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- enblend-3.2.ebuild 22 Nov 2008 23:40:12 -0000 1.4
22 +++ enblend-3.2.ebuild 28 Nov 2008 18:41:56 -0000 1.5
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-gfx/enblend/enblend-3.2.ebuild,v 1.4 2008/11/22 23:40:12 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/enblend-3.2.ebuild,v 1.5 2008/11/28 18:41:56 maekke Exp $
28
29 inherit eutils
30
31 @@ -32,8 +32,7 @@
32 fi
33
34 ewarn
35 - ewarn "The compilation of enblend needs a lot of RAM. If you have less"
36 - ewarn "than 1GB RAM (and swap) you probably won't be able to compile it."
37 + ewarn "Please note: the compilation of enblend needs about 1 GB RAM (and swap)."
38 ewarn
39 }
40
41 @@ -43,6 +42,12 @@
42 sed -i -e 's:-O3::' configure || die
43 }
44
45 +src_compile() {
46 + econf
47 + # forcing -j1 as every parallel compilation process needs about 1 GB RAM.
48 + emake -j1 || die
49 +}
50 +
51 src_install() {
52 emake DESTDIR="${D}" install || die
53 dodoc AUTHORS ChangeLog NEWS README TODO
54
55
56
57 1.29 media-gfx/enblend/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/ChangeLog?rev=1.29&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/ChangeLog?rev=1.29&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/ChangeLog?r1=1.28&r2=1.29
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/media-gfx/enblend/ChangeLog,v
66 retrieving revision 1.28
67 retrieving revision 1.29
68 diff -u -r1.28 -r1.29
69 --- ChangeLog 22 Nov 2008 23:40:12 -0000 1.28
70 +++ ChangeLog 28 Nov 2008 18:41:56 -0000 1.29
71 @@ -1,6 +1,10 @@
72 # ChangeLog for media-gfx/enblend
73 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/ChangeLog,v 1.28 2008/11/22 23:40:12 maekke Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/ChangeLog,v 1.29 2008/11/28 18:41:56 maekke Exp $
76 +
77 + 28 Nov 2008; Markus Meier <maekke@g.o> enblend-3.2.ebuild:
78 + force -j1 as this package needs about 1 GB RAM for every parallel compile
79 + instance, bug #249033
80
81 22 Nov 2008; Markus Meier <maekke@g.o> enblend-3.2.ebuild:
82 amd64/x86 stable, bug #246827