Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/lame: ChangeLog lame-3.98.2-r1.ebuild lame-3.98.4.ebuild
Date: Mon, 04 Oct 2010 15:22:04
Message-Id: 20101004152156.64B8120051@flycatcher.gentoo.org
1 mr_bones_ 10/10/04 15:21:56
2
3 Modified: ChangeLog lame-3.98.2-r1.ebuild lame-3.98.4.ebuild
4 Log:
5 make the mmx asm work with newer versions of nasm (bug #339150)
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.123 media-sound/lame/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.123&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?rev=1.123&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/ChangeLog?r1=1.122&r2=1.123
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v
18 retrieving revision 1.122
19 retrieving revision 1.123
20 diff -u -r1.122 -r1.123
21 --- ChangeLog 23 Aug 2010 20:10:27 -0000 1.122
22 +++ ChangeLog 4 Oct 2010 15:21:56 -0000 1.123
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-sound/lame
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.122 2010/08/23 20:10:27 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.123 2010/10/04 15:21:56 mr_bones_ Exp $
28 +
29 + 04 Oct 2010; Michael Sterrett <mr_bones_@g.o>
30 + lame-3.98.2-r1.ebuild, lame-3.98.4.ebuild:
31 + make the mmx asm work with newer versions of nasm (bug #339150)
32
33 23 Aug 2010; Samuli Suominen <ssuominen@g.o> lame-3.98.4.ebuild:
34 USE="static-libs", punt .la files, convert to EAPI=\"3\" and add prefix keywords in.
35
36
37
38 1.9 media-sound/lame/lame-3.98.2-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.98.2-r1.ebuild?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.98.2-r1.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.98.2-r1.ebuild?r1=1.8&r2=1.9
43
44 Index: lame-3.98.2-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.98.2-r1.ebuild,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- lame-3.98.2-r1.ebuild 25 Jun 2009 17:30:18 -0000 1.8
51 +++ lame-3.98.2-r1.ebuild 4 Oct 2010 15:21:56 -0000 1.9
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.98.2-r1.ebuild,v 1.8 2009/06/25 17:30:18 armin76 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.98.2-r1.ebuild,v 1.9 2010/10/04 15:21:56 mr_bones_ Exp $
58
59 inherit flag-o-matic toolchain-funcs eutils autotools versionator
60
61 @@ -45,6 +45,8 @@
62 # It fails parallel make otherwise when enabling nasm...
63 mkdir "${S}/libmp3lame/i386/.libs" || die
64
65 + sed -i -e '/define sp/s/+/ + /g' libmp3lame/i386/nasm.h || die
66 +
67 AT_M4DIR="${S}" eautoreconf
68 epunt_cxx # embedded bug #74498
69 }
70
71
72
73 1.5 media-sound/lame/lame-3.98.4.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.98.4.ebuild?rev=1.5&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.98.4.ebuild?rev=1.5&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lame/lame-3.98.4.ebuild?r1=1.4&r2=1.5
78
79 Index: lame-3.98.4.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.98.4.ebuild,v
82 retrieving revision 1.4
83 retrieving revision 1.5
84 diff -u -r1.4 -r1.5
85 --- lame-3.98.4.ebuild 23 Aug 2010 20:10:27 -0000 1.4
86 +++ lame-3.98.4.ebuild 4 Oct 2010 15:21:56 -0000 1.5
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2010 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.98.4.ebuild,v 1.4 2010/08/23 20:10:27 ssuominen Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.98.4.ebuild,v 1.5 2010/10/04 15:21:56 mr_bones_ Exp $
92
93 EAPI=3
94 inherit autotools eutils
95 @@ -29,6 +29,8 @@
96
97 mkdir libmp3lame/i386/.libs || die #workaround parallel build with nasm
98
99 + sed -i -e '/define sp/s/+/ + /g' libmp3lame/i386/nasm.h || die
100 +
101 AT_M4DIR="${S}" eautoreconf
102 epunt_cxx #74498
103 }