diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-03-27 12:03:45 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-03-27 12:03:45 +0000 |
commit | 0f0294ecd5f5634dfc84fe9d2a0afa6022e0aa0b (patch) | |
tree | 3b8f0799b98d63551a0cf76a8b45b7c0ac14fdfc /www-plugins | |
parent | Fix slot-deps on gnome libs (diff) | |
download | gentoo-2-0f0294ecd5f5634dfc84fe9d2a0afa6022e0aa0b.tar.gz gentoo-2-0f0294ecd5f5634dfc84fe9d2a0afa6022e0aa0b.tar.bz2 gentoo-2-0f0294ecd5f5634dfc84fe9d2a0afa6022e0aa0b.zip |
Tweak ffmpeg dependency and default USE flags
(Portage version: 2.2.0_alpha27/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.8.ebuild | 4 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.9.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/www-plugins/gnash/ChangeLog b/www-plugins/gnash/ChangeLog index 614c750716b4..2d1ace0e29fc 100644 --- a/www-plugins/gnash/ChangeLog +++ b/www-plugins/gnash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/gnash # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.56 2011/03/21 01:30:13 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.57 2011/03/27 12:03:45 chithanh Exp $ + + 27 Mar 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + gnash-0.8.8.ebuild, gnash-0.8.9.ebuild: + Tweak ffmpeg dependency and default USE flags *gnash-0.8.9 (21 Mar 2011) diff --git a/www-plugins/gnash/gnash-0.8.8.ebuild b/www-plugins/gnash/gnash-0.8.8.ebuild index c0c224750699..7ab6f730a653 100644 --- a/www-plugins/gnash/gnash-0.8.8.ebuild +++ b/www-plugins/gnash/gnash-0.8.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.17 2011/03/05 06:25:02 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.18 2011/03/27 12:03:45 chithanh Exp $ EAPI=3 CMAKE_REQUIRED="never" @@ -47,7 +47,7 @@ RDEPEND=">=dev-libs/boost-1.41.0 app-text/docbook-sgml-utils ) ffmpeg? ( - media-video/ffmpeg[vaapi?] + virtual/ffmpeg[vaapi?] ) gstreamer? ( media-plugins/gst-plugins-ffmpeg diff --git a/www-plugins/gnash/gnash-0.8.9.ebuild b/www-plugins/gnash/gnash-0.8.9.ebuild index e0026902fb37..94dc3bde3063 100644 --- a/www-plugins/gnash/gnash-0.8.9.ebuild +++ b/www-plugins/gnash/gnash-0.8.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.9.ebuild,v 1.1 2011/03/21 01:30:13 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.9.ebuild,v 1.2 2011/03/27 12:03:45 chithanh Exp $ EAPI=3 CMAKE_REQUIRED="never" @@ -23,7 +23,7 @@ fi LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="+agg cairo cygnal dbus doc fbcon +ffmpeg gnome gstreamer gtk kde lirc mysql +nls nsplugin opengl openvg python +sdl sdl-sound ssh ssl test vaapi video_cards_intel" +IUSE="+agg cairo cygnal dbus doc fbcon +ffmpeg gnome gstreamer gtk kde lirc mysql +nls nsplugin opengl openvg python sdl +sdl-sound ssh ssl test vaapi video_cards_intel" # gnash fails if obsolete boost is installed, bug #334259 RDEPEND=">=dev-libs/boost-1.41.0 @@ -46,7 +46,7 @@ RDEPEND=">=dev-libs/boost-1.41.0 app-text/docbook-sgml-utils ) ffmpeg? ( - media-video/ffmpeg[vaapi?] + virtual/ffmpeg[vaapi?] ) gstreamer? ( media-plugins/gst-plugins-ffmpeg |