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: Fri, 01 Oct 2010 01:46:56
Message-Id: 20101001014648.5AEBD20051@flycatcher.gentoo.org
1 aballier 10/10/01 01:46:48
2
3 Modified: ffmpeg-9999.ebuild ChangeLog
4 Log:
5 disable mmx and other asm if pic is requested on x86 only
6
7 (Portage version: 2.2_rc88/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.22 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.22&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?r1=1.21&r2=1.22
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.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ffmpeg-9999.ebuild 1 Oct 2010 00:56:44 -0000 1.21
23 +++ ffmpeg-9999.ebuild 1 Oct 2010 01:46:48 -0000 1.22
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 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.21 2010/10/01 00:56:44 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.22 2010/10/01 01:46:48 aballier Exp $
29
30 EAPI="2"
31
32 @@ -158,8 +158,8 @@
33 use 3dnow || myconf="${myconf} --disable-amd3dnow"
34 use 3dnowext || myconf="${myconf} --disable-amd3dnowext"
35 # disable mmx accelerated code if PIC is required
36 - # as the provided asm decidedly is not PIC.
37 - if gcc-specs-pie ; then
38 + # as the provided asm decidedly is not PIC for x86.
39 + if use pic && use x86 ; then
40 myconf="${myconf} --disable-mmx --disable-mmx2"
41 fi
42
43
44
45
46 1.373 media-video/ffmpeg/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.373&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.373&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.372&r2=1.373
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
55 retrieving revision 1.372
56 retrieving revision 1.373
57 diff -u -r1.372 -r1.373
58 --- ChangeLog 1 Oct 2010 00:56:44 -0000 1.372
59 +++ ChangeLog 1 Oct 2010 01:46:48 -0000 1.373
60 @@ -1,6 +1,9 @@
61 # ChangeLog for media-video/ffmpeg
62 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.372 2010/10/01 00:56:44 aballier Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.373 2010/10/01 01:46:48 aballier Exp $
65 +
66 + 01 Oct 2010; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
67 + disable mmx and other asm if pic is requested on x86 only
68
69 01 Oct 2010; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild,
70 metadata.xml: