Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/cinelerra-cvs: ChangeLog cinelerra-cvs-20080602.ebuild
Date: Mon, 23 Jun 2008 23:43:22
Message-Id: E1KAvgq-0004aQ-Hh@stork.gentoo.org
1 hanno 08/06/23 23:43:16
2
3 Modified: ChangeLog cinelerra-cvs-20080602.ebuild
4 Log:
5 cinelerra: fix libtool 2.2 build
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.47 media-video/cinelerra-cvs/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra-cvs/ChangeLog?rev=1.47&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra-cvs/ChangeLog?rev=1.47&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra-cvs/ChangeLog?r1=1.46&r2=1.47
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra-cvs/ChangeLog,v
18 retrieving revision 1.46
19 retrieving revision 1.47
20 diff -u -r1.46 -r1.47
21 --- ChangeLog 21 Jun 2008 13:11:16 -0000 1.46
22 +++ ChangeLog 23 Jun 2008 23:43:15 -0000 1.47
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-video/cinelerra-cvs
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra-cvs/ChangeLog,v 1.46 2008/06/21 13:11:16 hanno Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra-cvs/ChangeLog,v 1.47 2008/06/23 23:43:15 hanno Exp $
28 +
29 + 23 Jun 2008; Hanno Boeck <hanno@g.o>
30 + +files/cinelerra-libtool22.diff, cinelerra-cvs-20080602.ebuild:
31 + Fix build with libtool 2.2.
32
33 21 Jun 2008; Hanno Boeck <hanno@g.o>
34 -files/cinelerra-cvs-gcc-4.3.patch, -files/cinelerra-compilewarnings.diff,
35
36
37
38 1.2 media-video/cinelerra-cvs/cinelerra-cvs-20080602.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra-cvs/cinelerra-cvs-20080602.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra-cvs/cinelerra-cvs-20080602.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra-cvs/cinelerra-cvs-20080602.ebuild?r1=1.1&r2=1.2
43
44 Index: cinelerra-cvs-20080602.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra-cvs/cinelerra-cvs-20080602.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- cinelerra-cvs-20080602.ebuild 3 Jun 2008 13:31:17 -0000 1.1
51 +++ cinelerra-cvs-20080602.ebuild 23 Jun 2008 23:43:16 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra-cvs/cinelerra-cvs-20080602.ebuild,v 1.1 2008/06/03 13:31:17 hanno Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra-cvs/cinelerra-cvs-20080602.ebuild,v 1.2 2008/06/23 23:43:16 hanno Exp $
57
58 WANT_AUTOMAKE=1.9
59 WANT_AUTOCONF=2.5
60 @@ -65,6 +65,7 @@
61 unpack ${A}
62 cd "${S}"
63 epatch "${FILESDIR}/${PN}-defaultx264tocqp.patch"
64 + epatch "${FILESDIR}/cinelerra-libtool22.diff"
65 AT_M4DIR="m4" eautoreconf
66 }
67
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list