Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: ChangeLog gnash-0.8.8.ebuild
Date: Tue, 24 Aug 2010 14:01:23
Message-Id: 20100824140119.9A2642004E@flycatcher.gentoo.org
1 chithanh 10/08/24 14:01:19
2
3 Modified: ChangeLog gnash-0.8.8.ebuild
4 Log:
5 Block compilation against older boost, bug #334259.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.43 www-plugins/gnash/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.43&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.43&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.42&r2=1.43
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
18 retrieving revision 1.42
19 retrieving revision 1.43
20 diff -u -r1.42 -r1.43
21 --- ChangeLog 23 Aug 2010 22:50:14 -0000 1.42
22 +++ ChangeLog 24 Aug 2010 14:01:19 -0000 1.43
23 @@ -1,6 +1,10 @@
24 # ChangeLog for www-plugins/gnash
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.42 2010/08/23 22:50:14 chithanh Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.43 2010/08/24 14:01:19 chithanh Exp $
28 +
29 + 24 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
30 + gnash-0.8.8.ebuild:
31 + Block compilation against older boost, bug #334259
32
33 23 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 gnash-0.8.8.ebuild:
35
36
37
38 1.3 www-plugins/gnash/gnash-0.8.8.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?r1=1.2&r2=1.3
43
44 Index: gnash-0.8.8.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- gnash-0.8.8.ebuild 23 Aug 2010 22:50:14 -0000 1.2
51 +++ gnash-0.8.8.ebuild 24 Aug 2010 14:01:19 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.2 2010/08/23 22:50:14 chithanh Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.3 2010/08/24 14:01:19 chithanh Exp $
57
58 EAPI=3
59 CMAKE_REQUIRED="never"
60 @@ -25,7 +25,8 @@
61 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
62 IUSE="+agg cairo cygnal dbus doc fbcon +ffmpeg gnome gstreamer gtk kde lirc mysql +nls nsplugin opengl openssl python +sdl sdl-sound ssh test vaapi video_cards_intel xv"
63
64 -RDEPEND=">=dev-libs/boost-1.35.0
65 +RDEPEND=">=dev-libs/boost-1.41.0
66 + !!dev-libs/boost:0
67 dev-libs/expat
68 dev-libs/libxml2
69 media-libs/jpeg