Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/x264: x264-0.0.20101029.ebuild ChangeLog
Date: Wed, 26 Jan 2011 15:50:36
Message-Id: 20110126155027.3F7E920054@flycatcher.gentoo.org
1 xarthisius 11/01/26 15:50:27
2
3 Modified: x264-0.0.20101029.ebuild ChangeLog
4 Log:
5 Fix compilation on PPC with some recent GCCs wrt bug 343893. Thanks to Andrew John Hughes <gnu_andrew@××××××××××.org> for salvaging patch and Alex Buell <alex.buell@××××××××××.uk> for testing.
6
7 (Portage version: 2.1.9.25/cvs/Linux ppc64)
8
9 Revision Changes Path
10 1.4 media-libs/x264/x264-0.0.20101029.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20101029.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20101029.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/x264-0.0.20101029.ebuild?r1=1.3&r2=1.4
15
16 Index: x264-0.0.20101029.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20101029.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- x264-0.0.20101029.ebuild 9 Dec 2010 16:03:49 -0000 1.3
23 +++ x264-0.0.20101029.ebuild 26 Jan 2011 15:50:27 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20101029.ebuild,v 1.3 2010/12/09 16:03:49 rich0 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20101029.ebuild,v 1.4 2011/01/26 15:50:27 xarthisius Exp $
30
31 EAPI=2
32 inherit eutils multilib toolchain-funcs versionator
33 @@ -25,7 +25,8 @@
34
35 src_prepare() {
36 epatch "${FILESDIR}"/${PN}-nostrip.patch \
37 - "${FILESDIR}"/${PN}-onlylib-20100605.patch
38 + "${FILESDIR}"/${PN}-onlylib-20100605.patch \
39 + "${FILESDIR}"/${PN}-altivec.patch
40 }
41
42 src_configure() {
43
44
45
46 1.46 media-libs/x264/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/ChangeLog?rev=1.46&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/ChangeLog?rev=1.46&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/x264/ChangeLog?r1=1.45&r2=1.46
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v
55 retrieving revision 1.45
56 retrieving revision 1.46
57 diff -u -r1.45 -r1.46
58 --- ChangeLog 22 Dec 2010 02:13:13 -0000 1.45
59 +++ ChangeLog 26 Jan 2011 15:50:27 -0000 1.46
60 @@ -1,6 +1,12 @@
61 # ChangeLog for media-libs/x264
62 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.45 2010/12/22 02:13:13 aballier Exp $
64 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.46 2011/01/26 15:50:27 xarthisius Exp $
66 +
67 + 26 Jan 2011; Kacper Kowalik <xarthisius@g.o>
68 + +files/x264-altivec.patch, x264-0.0.20101029.ebuild:
69 + Fix compilation on PPC with some recent GCCs wrt bug 343893. Thanks to
70 + Andrew John Hughes <gnu_andrew@××××××××××.org> for salvaging patch and
71 + Alex Buell <alex.buell@××××××××××.uk> for testing.
72
73 22 Dec 2010; Alexis Ballier <aballier@g.o> -x264-0.0.20081006.ebuild,
74 -x264-0.0.20090502.ebuild, -x264-0.0.20090629.ebuild,