Gentoo Archives: gentoo-commits

From: "Luca Barbato (lu_zero)" <lu_zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-1.0.0.ebuild
Date: Sun, 04 Mar 2012 17:22:29
Message-Id: 20120304172219.602932004B@flycatcher.gentoo.org
1 lu_zero 12/03/04 17:22:19
2
3 Modified: ChangeLog libvpx-1.0.0.ebuild
4 Log:
5 Remove overzealous assumption regarding arm, unbreak compilation
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.43 media-libs/libvpx/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.43&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.43&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.42&r2=1.43
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
19 retrieving revision 1.42
20 retrieving revision 1.43
21 diff -u -r1.42 -r1.43
22 --- ChangeLog 2 Mar 2012 16:39:04 -0000 1.42
23 +++ ChangeLog 4 Mar 2012 17:22:19 -0000 1.43
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-libs/libvpx
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.42 2012/03/02 16:39:04 tommy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.43 2012/03/04 17:22:19 lu_zero Exp $
29 +
30 + 04 Mar 2012; Luca Barbato <lu_zero@g.o> libvpx-1.0.0.ebuild,
31 + +files/libvpx-1.0.0-support-arm.patch:
32 + Remove overzealous assumption regarding arm, unbreak compilation
33
34 02 Mar 2012; Thomas Sachau (Tommy[D]) <tommy@g.o> libvpx-1.0.0.ebuild,
35 libvpx-9999.ebuild:
36
37
38
39 1.5 media-libs/libvpx/libvpx-1.0.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.0.0.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.0.0.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.0.0.ebuild?r1=1.4&r2=1.5
44
45 Index: libvpx-1.0.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.0.0.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- libvpx-1.0.0.ebuild 2 Mar 2012 16:39:04 -0000 1.4
52 +++ libvpx-1.0.0.ebuild 4 Mar 2012 17:22:19 -0000 1.5
53 @@ -1,9 +1,9 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.0.0.ebuild,v 1.4 2012/03/02 16:39:04 tommy Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.0.0.ebuild,v 1.5 2012/03/04 17:22:19 lu_zero Exp $
58
59 EAPI=4
60 -inherit multilib toolchain-funcs
61 +inherit multilib toolchain-funcs eutils
62
63 if [[ ${PV} == *9999* ]]; then
64 inherit git-2
65 @@ -38,7 +38,9 @@
66 REQUIRED_USE="
67 sse2? ( mmx )
68 "
69 -
70 +src_prepare() {
71 + epatch "${FILESDIR}"/${P}-support-arm.patch
72 +}
73 src_configure() {
74 #let the build system decide which AS to use (it honours $AS but
75 #then feeds it with yasm flags without checking...) bug 345161