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: cinelerra-20080717.ebuild ChangeLog
Date: Mon, 06 Oct 2008 22:25:55
Message-Id: E1KmyWW-0001LT-LW@stork.gentoo.org
1 aballier 08/10/06 22:25:52
2
3 Modified: cinelerra-20080717.ebuild ChangeLog
4 Log:
5 add fix from upstream to build with ffmpeg trunk
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
7
8 Revision Changes Path
9 1.3 media-video/cinelerra/cinelerra-20080717.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/cinelerra-20080717.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/cinelerra-20080717.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/cinelerra-20080717.ebuild?r1=1.2&r2=1.3
14
15 Index: cinelerra-20080717.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20080717.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- cinelerra-20080717.ebuild 18 Jul 2008 10:34:24 -0000 1.2
22 +++ cinelerra-20080717.ebuild 6 Oct 2008 22:25:52 -0000 1.3
23 @@ -1,8 +1,8 @@
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-video/cinelerra/cinelerra-20080717.ebuild,v 1.2 2008/07/18 10:34:24 hanno Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20080717.ebuild,v 1.3 2008/10/06 22:25:52 aballier Exp $
28
29 -inherit autotools multilib
30 +inherit autotools multilib eutils
31
32 DESCRIPTION="Cinelerra - Professional Video Editor - Unofficial CVS-version"
33 HOMEPAGE="http://www.cinelerra.org/"
34 @@ -59,6 +59,7 @@
35 src_unpack() {
36 unpack ${A}
37 cd "${S}"
38 + epatch "${FILESDIR}/${PN}-ffmpeg.patch"
39 AT_M4DIR="m4" eautoreconf
40 }
41
42
43
44
45 1.32 media-video/cinelerra/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.32&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.32&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/ChangeLog?r1=1.31&r2=1.32
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v
54 retrieving revision 1.31
55 retrieving revision 1.32
56 diff -u -r1.31 -r1.32
57 --- ChangeLog 18 Jul 2008 10:34:24 -0000 1.31
58 +++ ChangeLog 6 Oct 2008 22:25:52 -0000 1.32
59 @@ -1,6 +1,10 @@
60 # ChangeLog for media-video/cinelerra
61 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.31 2008/07/18 10:34:24 hanno Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.32 2008/10/06 22:25:52 aballier Exp $
64 +
65 + 06 Oct 2008; Alexis Ballier <aballier@g.o>
66 + +files/cinelerra-ffmpeg.patch, cinelerra-20080717.ebuild:
67 + add fix from upstream to build with ffmpeg trunk
68
69 18 Jul 2008; Hanno Boeck <hanno@g.o> cinelerra-20080717.ebuild:
70 Activate nasm dependency on mmx use flag.