diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-02-24 02:53:52 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-02-24 02:53:52 +0000 |
commit | cf7e86cfb4fe576527f2fd1f280210b768337b8a (patch) | |
tree | 4675a89457aac5ef20df598fee30748d85f6516b /www-plugins/gnash | |
parent | Version bump and remove old. (diff) | |
download | gentoo-2-cf7e86cfb4fe576527f2fd1f280210b768337b8a.tar.gz gentoo-2-cf7e86cfb4fe576527f2fd1f280210b768337b8a.tar.bz2 gentoo-2-cf7e86cfb4fe576527f2fd1f280210b768337b8a.zip |
Make gconf support optional.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins/gnash')
-rw-r--r-- | www-plugins/gnash/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.10.ebuild | 8 | ||||
-rw-r--r-- | www-plugins/gnash/metadata.xml | 1 |
3 files changed, 12 insertions, 3 deletions
diff --git a/www-plugins/gnash/ChangeLog b/www-plugins/gnash/ChangeLog index f3fc06b7dc14..980b045137b4 100644 --- a/www-plugins/gnash/ChangeLog +++ b/www-plugins/gnash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/gnash # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.75 2012/02/24 02:17:07 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.76 2012/02/24 02:53:52 chithanh Exp $ + + 24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + gnash-0.8.10.ebuild, metadata.xml: + Make gconf support optional. 24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> gnash-0.8.10.ebuild: diff --git a/www-plugins/gnash/gnash-0.8.10.ebuild b/www-plugins/gnash/gnash-0.8.10.ebuild index 1efcf536cb8c..12116e0b54eb 100644 --- a/www-plugins/gnash/gnash-0.8.10.ebuild +++ b/www-plugins/gnash/gnash-0.8.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild,v 1.2 2012/02/24 02:17:07 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10.ebuild,v 1.3 2012/02/24 02:53:52 chithanh Exp $ EAPI=4 CMAKE_REQUIRED="never" @@ -27,7 +27,7 @@ fi LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="X +agg cairo cygnal dbus directfb doc egl fbcon +ffmpeg gnome gstreamer gtk kde lirc mysql +nls nsplugin opengl openvg python sdl +sdl-sound ssh ssl test vaapi" +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" REQUIRED_USE="fbcon? ( agg ) nsplugin? ( gtk ) python? ( gtk ) @@ -68,6 +68,9 @@ RDEPEND=">=dev-libs/boost-1.41.0 ffmpeg? ( virtual/ffmpeg[vaapi?] ) + gconf? ( + gnome-base/gconf + ) gstreamer? ( media-plugins/gst-plugins-ffmpeg media-plugins/gst-plugins-mad @@ -225,6 +228,7 @@ src_configure() { $(use_enable ssh) \ $(use_enable ssl) \ $(use_enable test testsuite) \ + $(use_with gconf) \ --enable-gui=${gui} \ --enable-device=${device} \ --enable-extensions=${myext} \ diff --git a/www-plugins/gnash/metadata.xml b/www-plugins/gnash/metadata.xml index 64a6f8b48ccc..695d39ba0003 100644 --- a/www-plugins/gnash/metadata.xml +++ b/www-plugins/gnash/metadata.xml @@ -9,6 +9,7 @@ <flag name='agg'>Rendering based on the Anti-Grain Geometry Rendering Engine library</flag> <flag name='egl'>Enable EGL support for the OpenVG, OpenGL and X11 renderers</flag> <flag name='cygnal'>Enable building of the cygnal server</flag> + <flag name='gconf'>Enable GConf configuration backend</flag> <flag name='openvg'>Rendering based on the OpenVG graphics acceleration API</flag> <flag name='sdl-sound'>Enable SDL audio output for the standalone player</flag> <flag name='ssh'>Enable using SSH for network authentication in libnet</flag> |