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