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/libvorbis: libvorbis-1.2.0.ebuild ChangeLog
Date: Mon, 10 Mar 2008 21:38:02
Message-Id: E1JYph1-0006IK-Sq@stork.gentoo.org
1 lu_zero 08/03/10 21:37:59
2
3 Modified: libvorbis-1.2.0.ebuild ChangeLog
4 Log:
5 fix quirky choices in configure
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.12 media-libs/libvorbis/libvorbis-1.2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libvorbis/libvorbis-1.2.0.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libvorbis/libvorbis-1.2.0.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libvorbis/libvorbis-1.2.0.ebuild?r1=1.11&r2=1.12
14
15 Index: libvorbis-1.2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.2.0.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- libvorbis-1.2.0.ebuild 11 Dec 2007 23:38:03 -0000 1.11
22 +++ libvorbis-1.2.0.ebuild 10 Mar 2008 21:37:59 -0000 1.12
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.2.0.ebuild,v 1.11 2007/12/11 23:38:03 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.2.0.ebuild,v 1.12 2008/03/10 21:37:59 lu_zero Exp $
29
30 inherit libtool flag-o-matic eutils toolchain-funcs
31
32 @@ -26,7 +26,8 @@
33 epunt_cxx #74493
34
35 # Insane.
36 - sed -i -e "s:-O20::g" configure
37 + sed -i -e "s:-O20::g" -e "s:-mfused-madd::g" configure
38 + sed -i -e "s:-mcpu=750::g" configure
39 }
40
41 src_compile() {
42
43
44
45 1.92 media-libs/libvorbis/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libvorbis/ChangeLog?rev=1.92&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libvorbis/ChangeLog?rev=1.92&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libvorbis/ChangeLog?r1=1.91&r2=1.92
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v
54 retrieving revision 1.91
55 retrieving revision 1.92
56 diff -u -r1.91 -r1.92
57 --- ChangeLog 26 Sep 2007 14:00:59 -0000 1.91
58 +++ ChangeLog 10 Mar 2008 21:37:59 -0000 1.92
59 @@ -1,6 +1,9 @@
60 # ChangeLog for media-libs/libvorbis
61 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.91 2007/09/26 14:00:59 armin76 Exp $
63 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.92 2008/03/10 21:37:59 lu_zero Exp $
65 +
66 + 10 Mar 2008; Luca Barbato <lu_zero@g.o> libvorbis-1.2.0.ebuild:
67 + Remove more insanity
68
69 26 Sep 2007; Raúl Porcel <armin76@g.o> libvorbis-1.2.0.ebuild:
70 sparc stable wrt security #186716
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list