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.ebuild ChangeLog
Date: Sat, 29 Sep 2012 02:09:10
Message-Id: 20120929020858.9493E21601@flycatcher.gentoo.org
1 aballier 12/09/29 02:08:58
2
3 Modified: ffmpeg-9999.ebuild ChangeLog
4 Log:
5 cpudetection is now enabled by default, disable it if the useflag is not enabled
6
7 (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.105 media-video/ffmpeg/ffmpeg-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.105&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.105&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?r1=1.104&r2=1.105
15
16 Index: ffmpeg-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v
19 retrieving revision 1.104
20 retrieving revision 1.105
21 diff -u -r1.104 -r1.105
22 --- ffmpeg-9999.ebuild 21 Sep 2012 11:49:42 -0000 1.104
23 +++ ffmpeg-9999.ebuild 29 Sep 2012 02:08:58 -0000 1.105
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.104 2012/09/21 11:49:42 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.105 2012/09/29 02:08:58 aballier Exp $
29
30 EAPI="4"
31
32 @@ -140,7 +140,7 @@
33 use bzip2 || myconf="${myconf} --disable-bzlib"
34 use sdl || myconf="${myconf} --disable-ffplay"
35
36 - use cpudetection && myconf="${myconf} --enable-runtime-cpudetect"
37 + use cpudetection || myconf="${myconf} --disable-runtime-cpudetect"
38 use openssl && myconf="${myconf} --enable-openssl --enable-nonfree"
39 for i in gnutls ; do
40 use $i && myconf="${myconf} --enable-$i"
41
42
43
44 1.581 media-video/ffmpeg/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.581&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.581&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.580&r2=1.581
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
53 retrieving revision 1.580
54 retrieving revision 1.581
55 diff -u -r1.580 -r1.581
56 --- ChangeLog 25 Sep 2012 03:50:07 -0000 1.580
57 +++ ChangeLog 29 Sep 2012 02:08:58 -0000 1.581
58 @@ -1,6 +1,10 @@
59 # ChangeLog for media-video/ffmpeg
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.580 2012/09/25 03:50:07 vapier Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.581 2012/09/29 02:08:58 aballier Exp $
63 +
64 + 29 Sep 2012; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
65 + cpudetection is now enabled by default, disable it if the useflag is not
66 + enabled
67
68 25 Sep 2012; Mike Frysinger <vapier@g.o> ffmpeg-0.10.2.ebuild,
69 ffmpeg-0.10.3.ebuild, ffmpeg-0.10.4.ebuild, ffmpeg-0.10.5.ebuild,