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:54:02
Message-Id: 20120225215352.622FD2004B@flycatcher.gentoo.org
1 aballier 12/02/25 21:53:52
2
3 Modified: ChangeLog mlt-0.7.6.ebuild
4 Log:
5 fix enabling of vdpau, by gionnico in bug #396113
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.81 media-libs/mlt/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mlt/ChangeLog?rev=1.81&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mlt/ChangeLog?rev=1.81&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mlt/ChangeLog?r1=1.80&r2=1.81
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/mlt/ChangeLog,v
19 retrieving revision 1.80
20 retrieving revision 1.81
21 diff -u -r1.80 -r1.81
22 --- ChangeLog 25 Feb 2012 21:44:35 -0000 1.80
23 +++ ChangeLog 25 Feb 2012 21:53:52 -0000 1.81
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.80 2012/02/25 21:44:35 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/ChangeLog,v 1.81 2012/02/25 21:53:52 aballier Exp $
29 +
30 + 25 Feb 2012; Alexis Ballier <aballier@g.o> mlt-0.7.6.ebuild:
31 + fix enabling of vdpau, by gionnico in bug #396113
32
33 25 Feb 2012; Alexis Ballier <aballier@g.o> mlt-0.7.6.ebuild:
34 depend on libexif with qt4 too as, again, there is no way to disable it, this
35
36
37
38 1.7 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.7&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mlt/mlt-0.7.6.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mlt/mlt-0.7.6.ebuild?r1=1.6&r2=1.7
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.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- mlt-0.7.6.ebuild 25 Feb 2012 21:44:35 -0000 1.6
51 +++ mlt-0.7.6.ebuild 25 Feb 2012 21:53:52 -0000 1.7
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.6 2012/02/25 21:44:35 aballier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt/mlt-0.7.6.ebuild,v 1.7 2012/02/25 21:53:52 aballier Exp $
57
58 EAPI=4
59 PYTHON_DEPEND="python? 2:2.6"
60 @@ -71,8 +71,6 @@
61 }
62
63 src_configure() {
64 - use vdpau || export MLT_NO_VDPAU=1
65 -
66 tc-export CC CXX
67
68 local myconf="--enable-gpl
69 @@ -89,6 +87,7 @@
70 $(use_enable frei0r)
71 $(use_enable melt)
72 $(use_enable libsamplerate resample)
73 + $(use vdpau && echo ' --avformat-vdpau')
74 $(use_enable xml)
75 $(use_enable xine)
76 $(use_enable kde kdenlive)