diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-03-15 15:46:33 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-03-15 15:46:33 +0000 |
commit | 6a7ae519d7b6be7a54593de02674bd7b1e1138a3 (patch) | |
tree | 14605840aa365e2e4add797acf7e1cad8929478b /www-plugins | |
parent | Patch to fix empty directory listing (gcc-4.4). Fixes bug #284524 (diff) | |
download | gentoo-2-6a7ae519d7b6be7a54593de02674bd7b1e1138a3.tar.gz gentoo-2-6a7ae519d7b6be7a54593de02674bd7b1e1138a3.tar.bz2 gentoo-2-6a7ae519d7b6be7a54593de02674bd7b1e1138a3.zip |
www-plugins/gnash: make agg the default renderer
(Portage version: 2.2_rc65/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/gnash/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-plugins/gnash/ChangeLog b/www-plugins/gnash/ChangeLog index 94582fc8de12..d860875185ba 100644 --- a/www-plugins/gnash/ChangeLog +++ b/www-plugins/gnash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/gnash # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.20 2010/03/07 19:42:38 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.21 2010/03/15 15:46:33 chithanh Exp $ + + 15 Mar 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + gnash-0.8.6.ebuild: + make agg the default renderer as requested by upstream 07 Mar 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> metadata.xml: diff --git a/www-plugins/gnash/gnash-0.8.6.ebuild b/www-plugins/gnash/gnash-0.8.6.ebuild index 3560e01ed7cd..529cd0c73ae9 100644 --- a/www-plugins/gnash/gnash-0.8.6.ebuild +++ b/www-plugins/gnash/gnash-0.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild,v 1.8 2010/01/10 15:46:07 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.6.ebuild,v 1.9 2010/03/15 15:46:33 chithanh Exp $ EAPI="2" CMAKE_REQUIRED="false" @@ -17,7 +17,7 @@ SRC_URI="mirror://gnu/${PN}/${PV}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" -IUSE="agg cairo cygnal dbus doc +ffmpeg gnome gstreamer gtk kde lirc mysql +nls nsplugin +opengl python +sdl ssh ssl test video_cards_intel" +IUSE="+agg cairo cygnal dbus doc +ffmpeg gnome gstreamer gtk kde lirc mysql +nls nsplugin opengl python +sdl ssh ssl test video_cards_intel" RDEPEND=">=dev-libs/boost-1.35.0 dev-libs/expat |