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: Wed, 09 Sep 2009 10:04:50
Message-Id: E1MlK2i-0003mH-Py@stork.gentoo.org
1 aballier 09/09/09 10:04:48
2
3 Modified: ChangeLog cinelerra-20090210.ebuild
4 Log:
5 use pkgconfig to detect x264 too, fixes detection with latest x264 snapshot
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.36 media-video/cinelerra/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.36&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.36&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/ChangeLog?r1=1.35&r2=1.36
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v
18 retrieving revision 1.35
19 retrieving revision 1.36
20 diff -u -r1.35 -r1.36
21 --- ChangeLog 15 Apr 2009 05:14:34 -0000 1.35
22 +++ ChangeLog 9 Sep 2009 10:04:48 -0000 1.36
23 @@ -1,6 +1,11 @@
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.35 2009/04/15 05:14:34 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.36 2009/09/09 10:04:48 aballier Exp $
28 +
29 + 09 Sep 2009; Alexis Ballier <aballier@g.o>
30 + +files/cinelerra-pkgconfig-x264.patch, cinelerra-20090210.ebuild:
31 + use pkgconfig to detect x264 too, fixes detection with latest x264
32 + snapshot
33
34 15 Apr 2009; Alexis Ballier <aballier@g.o>
35 +files/cinelerra-libavutil50.patch, cinelerra-20090210.ebuild:
36
37
38
39 1.3 media-video/cinelerra/cinelerra-20090210.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/cinelerra-20090210.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/cinelerra-20090210.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/cinelerra/cinelerra-20090210.ebuild?r1=1.2&r2=1.3
44
45 Index: cinelerra-20090210.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20090210.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- cinelerra-20090210.ebuild 15 Apr 2009 05:14:34 -0000 1.2
52 +++ cinelerra-20090210.ebuild 9 Sep 2009 10:04:48 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20090210.ebuild,v 1.2 2009/04/15 05:14:34 aballier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20090210.ebuild,v 1.3 2009/09/09 10:04:48 aballier Exp $
58
59 inherit autotools multilib eutils
60
61 @@ -58,6 +58,7 @@
62 unpack ${A}
63 cd "${S}"
64 epatch "${FILESDIR}/${PN}-libavutil50.patch"
65 + epatch "${FILESDIR}/${PN}-pkgconfig-x264.patch"
66 AT_M4DIR="m4" eautoreconf
67 }