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/cinelerra: ChangeLog cinelerra-20090210.ebuild
Date: Mon, 26 Oct 2009 13:30:56
Message-Id: E1N2Pew-0001u1-6n@stork.gentoo.org
1 aballier 09/10/26 13:30:54
2
3 Modified: ChangeLog cinelerra-20090210.ebuild
4 Log:
5 add a patch to fix exporting in h264 with latest x264
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.38 media-video/cinelerra/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.38&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.38&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/ChangeLog?r1=1.37&r2=1.38
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v
18 retrieving revision 1.37
19 retrieving revision 1.38
20 diff -u -r1.37 -r1.38
21 --- ChangeLog 22 Sep 2009 06:02:40 -0000 1.37
22 +++ ChangeLog 26 Oct 2009 13:30:53 -0000 1.38
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-video/cinelerra
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.37 2009/09/22 06:02:40 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.38 2009/10/26 13:30:53 aballier Exp $
28 +
29 + 26 Oct 2009; Alexis Ballier <aballier@g.o>
30 + +files/cinelerra-x264.patch, cinelerra-20090210.ebuild:
31 + add a patch to fix exporting in h264 with latest x264
32
33 22 Sep 2009; Alexis Ballier <aballier@g.o>
34 -cinelerra-20080717.ebuild, -files/cinelerra-ffmpeg.patch:
35
36
37
38 1.4 media-video/cinelerra/cinelerra-20090210.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/cinelerra-20090210.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/cinelerra-20090210.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/cinelerra-20090210.ebuild?r1=1.3&r2=1.4
43
44 Index: cinelerra-20090210.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20090210.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- cinelerra-20090210.ebuild 9 Sep 2009 10:04:48 -0000 1.3
51 +++ cinelerra-20090210.ebuild 26 Oct 2009 13:30:53 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20090210.ebuild,v 1.3 2009/09/09 10:04:48 aballier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20090210.ebuild,v 1.4 2009/10/26 13:30:53 aballier Exp $
57
58 inherit autotools multilib eutils
59
60 @@ -59,6 +59,7 @@
61 cd "${S}"
62 epatch "${FILESDIR}/${PN}-libavutil50.patch"
63 epatch "${FILESDIR}/${PN}-pkgconfig-x264.patch"
64 + epatch "${FILESDIR}/${PN}-x264.patch"
65 AT_M4DIR="m4" eautoreconf
66 }