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/ffmpeg: ffmpeg-9999-r1.ebuild
Date: Fri, 18 Jun 2010 06:57:02
Message-Id: 20100618065700.700592CE14@corvid.gentoo.org
1 aballier 10/06/18 06:57:00
2
3 Modified: ffmpeg-9999-r1.ebuild
4 Log:
5 cosmetics patch by Nikoli <nikoli@×××××××.com>, bug #324453
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.42 media-video/ffmpeg/ffmpeg-9999-r1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999-r1.ebuild?rev=1.42&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999-r1.ebuild?rev=1.42&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999-r1.ebuild?r1=1.41&r2=1.42
14
15 Index: ffmpeg-9999-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999-r1.ebuild,v
18 retrieving revision 1.41
19 retrieving revision 1.42
20 diff -u -r1.41 -r1.42
21 --- ffmpeg-9999-r1.ebuild 18 Jun 2010 06:50:47 -0000 1.41
22 +++ ffmpeg-9999-r1.ebuild 18 Jun 2010 06:57:00 -0000 1.42
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/ffmpeg/ffmpeg-9999-r1.ebuild,v 1.41 2010/06/18 06:50:47 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999-r1.ebuild,v 1.42 2010/06/18 06:57:00 aballier Exp $
28
29 EAPI="2"
30
31 @@ -138,8 +138,7 @@
32 use threads && myconf="${myconf} --enable-pthreads"
33
34 # Decoders
35 - use amr && myconf="${myconf} --enable-libopencore-amrwb
36 - --enable-libopencore-amrnb"
37 + use amr && myconf="${myconf} --enable-libopencore-amrwb --enable-libopencore-amrnb"
38 for i in gsm faad dirac rtmp schroedinger speex vpx; do
39 use ${i} && myconf="${myconf} --enable-lib${i}"
40 done