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: gnash-0.8.10.ebuild ChangeLog
Date: Mon, 27 Feb 2012 01:23:40
Message-Id: 20120227012322.1886C2004B@flycatcher.gentoo.org
1 chithanh 12/02/27 01:23:22
2
3 Modified: gnash-0.8.10.ebuild ChangeLog
4 Log:
5 Fix dependencies and REQUIRED_USE for building openvg, bug #405799.
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 www-plugins/gnash/gnash-0.8.10.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild?r1=1.3&r2=1.4
15
16 Index: gnash-0.8.10.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- gnash-0.8.10.ebuild 24 Feb 2012 02:53:52 -0000 1.3
23 +++ gnash-0.8.10.ebuild 27 Feb 2012 01:23:22 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild,v 1.3 2012/02/24 02:53:52 chithanh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild,v 1.4 2012/02/27 01:23:22 chithanh Exp $
29
30 EAPI=4
31 CMAKE_REQUIRED="never"
32 @@ -30,6 +30,7 @@
33 IUSE="X +agg cairo cygnal dbus directfb doc egl fbcon +ffmpeg gconf gnome gstreamer gtk kde lirc mysql +nls nsplugin opengl openvg python sdl +sdl-sound ssh ssl test vaapi"
34 REQUIRED_USE="fbcon? ( agg )
35 nsplugin? ( gtk )
36 + openvg? ( egl )
37 python? ( gtk )
38 vaapi? ( agg ffmpeg )
39 || ( agg cairo opengl openvg )
40 @@ -87,7 +88,7 @@
41 gtk? ( x11-libs/gtkglext )
42 )
43 openvg? (
44 - virtual/opengl
45 + media-libs/mesa[openvg]
46 )
47 nsplugin? ( >=net-libs/xulrunner-1.9.2:1.9 )
48 sdl? ( media-libs/libsdl[X] )
49
50
51
52 1.77 www-plugins/gnash/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.77&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.77&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.76&r2=1.77
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
61 retrieving revision 1.76
62 retrieving revision 1.77
63 diff -u -r1.76 -r1.77
64 --- ChangeLog 24 Feb 2012 02:53:52 -0000 1.76
65 +++ ChangeLog 27 Feb 2012 01:23:22 -0000 1.77
66 @@ -1,6 +1,10 @@
67 # ChangeLog for www-plugins/gnash
68 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.76 2012/02/24 02:53:52 chithanh Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.77 2012/02/27 01:23:22 chithanh Exp $
71 +
72 + 27 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
73 + gnash-0.8.10.ebuild:
74 + Fix dependencies and REQUIRED_USE for building openvg, bug #405799.
75
76 24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
77 gnash-0.8.10.ebuild, metadata.xml: