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/mplayer: mplayer-9999.ebuild
Date: Sat, 24 Apr 2010 14:30:11
Message-Id: 20100424143004.C66B72C04C@corvid.gentoo.org
1 aballier 10/04/24 14:30:04
2
3 Modified: mplayer-9999.ebuild
4 Log:
5 cosmetics
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.48 media-video/mplayer/mplayer-9999.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild?rev=1.48&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild?rev=1.48&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild?r1=1.47&r2=1.48
14
15 Index: mplayer-9999.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v
18 retrieving revision 1.47
19 retrieving revision 1.48
20 diff -u -r1.47 -r1.48
21 --- mplayer-9999.ebuild 24 Apr 2010 14:13:36 -0000 1.47
22 +++ mplayer-9999.ebuild 24 Apr 2010 14:30:04 -0000 1.48
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.47 2010/04/24 14:13:36 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.48 2010/04/24 14:30:04 aballier Exp $
28
29 EAPI="2"
30
31 @@ -407,7 +407,6 @@
32 use dirac || myconf+=" --disable-libdirac-lavc"
33 use dts || myconf+=" --disable-libdca"
34 use dv || myconf+=" --disable-libdv"
35 - use faad || myconf+=" --disable-faad"
36 use lzo || myconf+=" --disable-liblzo"
37 if ! use mp3; then
38 myconf+="
39 @@ -425,7 +424,7 @@
40 myconf+=" --disable-png"
41 fi
42
43 - uses="gif jpeg live mad mng pnm speex tga theora xanim"
44 + uses="faad gif jpeg live mad mng pnm speex tga theora xanim"
45 for i in ${uses}; do
46 use ${i} || myconf+=" --disable-${i}"
47 done