Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/cinelerra: cinelerra-20100320.ebuild ChangeLog cinelerra-20090210-r1.ebuild
Date: Sat, 01 May 2010 16:04:12
Message-Id: 20100501160408.08B512C116@corvid.gentoo.org
1 ssuominen 10/05/01 16:04:07
2
3 Modified: cinelerra-20100320.ebuild ChangeLog
4 Removed: cinelerra-20090210-r1.ebuild
5 Log:
6 Fix building with GCC 4.5+ wrt #317991 by Kacper Kowalik.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 media-video/cinelerra/cinelerra-20100320.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/cinelerra-20100320.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/cinelerra-20100320.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/cinelerra-20100320.ebuild?r1=1.3&r2=1.4
15
16 Index: cinelerra-20100320.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20100320.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- cinelerra-20100320.ebuild 27 Mar 2010 16:16:43 -0000 1.3
23 +++ cinelerra-20100320.ebuild 1 May 2010 16:04:07 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20100320.ebuild,v 1.3 2010/03/27 16:16:43 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20100320.ebuild,v 1.4 2010/05/01 16:04:07 ssuominen Exp $
29
30 EAPI=2
31 inherit autotools eutils multilib
32 @@ -52,7 +52,8 @@
33 "${FILESDIR}"/${P}-pkgconfig-x264.patch \
34 "${FILESDIR}"/${PN}-x264.patch \
35 "${FILESDIR}"/${PN}-jpeg-7.patch \
36 - "${FILESDIR}"/${P}-libpng14.patch
37 + "${FILESDIR}"/${P}-libpng14.patch \
38 + "${FILESDIR}"/${P}-gcc45.patch
39 AT_M4DIR="m4" eautoreconf
40 }
41
42
43
44
45 1.41 media-video/cinelerra/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.41&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.41&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/ChangeLog?r1=1.40&r2=1.41
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v
54 retrieving revision 1.40
55 retrieving revision 1.41
56 diff -u -r1.40 -r1.41
57 --- ChangeLog 20 Mar 2010 15:00:49 -0000 1.40
58 +++ ChangeLog 1 May 2010 16:04:07 -0000 1.41
59 @@ -1,6 +1,10 @@
60 # ChangeLog for media-video/cinelerra
61 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.40 2010/03/20 15:00:49 ssuominen Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.41 2010/05/01 16:04:07 ssuominen Exp $
64 +
65 + 01 May 2010; Samuli Suominen <ssuominen@g.o>
66 + cinelerra-20100320.ebuild, +files/cinelerra-20100320-gcc45.patch:
67 + Fix building with GCC 4.5+ wrt #317991 by Kacper Kowalik.
68
69 *cinelerra-20100320 (20 Mar 2010)