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-libs/mlt: ChangeLog mlt-0.7.6.ebuild
Date: Sat, 25 Feb 2012 21:40:11
Message-Id: 20120225214001.450EE2004B@flycatcher.gentoo.org
1 aballier 12/02/25 21:40:01
2
3 Modified: ChangeLog mlt-0.7.6.ebuild
4 Log:
5 make the gtk2 module depend on exif as its automagic and there is no configure option to disable it, part of bug #385395
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.78 media-libs/mlt/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mlt/ChangeLog?rev=1.78&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mlt/ChangeLog?rev=1.78&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mlt/ChangeLog?r1=1.77&r2=1.78
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/mlt/ChangeLog,v
19 retrieving revision 1.77
20 retrieving revision 1.78
21 diff -u -r1.77 -r1.78
22 --- ChangeLog 25 Feb 2012 21:31:23 -0000 1.77
23 +++ ChangeLog 25 Feb 2012 21:40:01 -0000 1.78
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-libs/mlt
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/ChangeLog,v 1.77 2012/02/25 21:31:23 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/ChangeLog,v 1.78 2012/02/25 21:40:01 aballier Exp $
29 +
30 + 25 Feb 2012; Alexis Ballier <aballier@g.o> mlt-0.7.6.ebuild:
31 + make the gtk2 module depend on exif as its automagic and there is no
32 + configure option to disable it, part of bug #385395
33
34 25 Feb 2012; Alexis Ballier <aballier@g.o> mlt-0.7.6.ebuild:
35 add dies to sed calls
36
37
38
39 1.4 media-libs/mlt/mlt-0.7.6.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mlt/mlt-0.7.6.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mlt/mlt-0.7.6.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mlt/mlt-0.7.6.ebuild?r1=1.3&r2=1.4
44
45 Index: mlt-0.7.6.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-libs/mlt/mlt-0.7.6.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- mlt-0.7.6.ebuild 25 Feb 2012 21:31:23 -0000 1.3
52 +++ mlt-0.7.6.ebuild 25 Feb 2012 21:40:01 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/mlt-0.7.6.ebuild,v 1.3 2012/02/25 21:31:23 aballier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/mlt-0.7.6.ebuild,v 1.4 2012/02/25 21:40:01 aballier Exp $
58
59 EAPI=4
60 PYTHON_DEPEND="python? 2:2.6"
61 @@ -28,6 +28,7 @@
62 >=dev-libs/libxml2-2.5 )
63 frei0r? ( media-plugins/frei0r-plugins )
64 gtk? ( x11-libs/gtk+:2
65 + media-libs/libexif
66 x11-libs/pango )
67 quicktime? ( media-libs/libquicktime )
68 xine? ( >=media-libs/xine-lib-1.1.2_pre20060328-r7 )