Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/stk: stk-4.3.1.ebuild ChangeLog
Date: Thu, 30 Jul 2009 11:28:33
Message-Id: E1MWToF-0007KV-Nx@stork.gentoo.org
1 ssuominen 09/07/30 11:28:31
2
3 Modified: stk-4.3.1.ebuild ChangeLog
4 Log:
5 Fix building with GCC 4.4 wrt #277668.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 media-libs/stk/stk-4.3.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild?r1=1.3&r2=1.4
14
15 Index: stk-4.3.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- stk-4.3.1.ebuild 9 Mar 2009 14:10:26 -0000 1.3
22 +++ stk-4.3.1.ebuild 30 Jul 2009 11:28:31 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild,v 1.3 2009/03/09 14:10:26 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/stk/stk-4.3.1.ebuild,v 1.4 2009/07/30 11:28:31 ssuominen Exp $
28
29 inherit eutils autotools
30
31 @@ -27,6 +27,7 @@
32 epatch "${FILESDIR}/${P}-fpic.patch"
33 epatch "${FILESDIR}/${P}-missing.patch"
34 epatch "${FILESDIR}/${P}-ldflags.patch"
35 + epatch "${FILESDIR}/${P}-gcc44.patch"
36 eautoreconf
37 }
38
39
40
41
42 1.4 media-libs/stk/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/ChangeLog?rev=1.4&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/ChangeLog?rev=1.4&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/stk/ChangeLog?r1=1.3&r2=1.4
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-libs/stk/ChangeLog,v
51 retrieving revision 1.3
52 retrieving revision 1.4
53 diff -u -r1.3 -r1.4
54 --- ChangeLog 9 Mar 2009 14:10:26 -0000 1.3
55 +++ ChangeLog 30 Jul 2009 11:28:31 -0000 1.4
56 @@ -1,6 +1,10 @@
57 # ChangeLog for media-libs/stk
58 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-libs/stk/ChangeLog,v 1.3 2009/03/09 14:10:26 armin76 Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-libs/stk/ChangeLog,v 1.4 2009/07/30 11:28:31 ssuominen Exp $
61 +
62 + 30 Jul 2009; Samuli Suominen <ssuominen@g.o> stk-4.3.1.ebuild,
63 + +files/stk-4.3.1-gcc44.patch:
64 + Fix building with GCC 4.4 wrt #277668.
65
66 09 Mar 2009; Raúl Porcel <armin76@g.o> stk-4.3.1.ebuild:
67 Add ~x86 wrt #260735