summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-07-13 14:51:03 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-07-13 14:51:03 +0000
commit68ae715ee1d108a5bde50fb5be9412302b2bfdb1 (patch)
treeb72180efa3b64b07677670bcc0b486b2f3ca841b /www-plugins/gnash
parentstable x86, bug 324269 (diff)
downloadgentoo-2-68ae715ee1d108a5bde50fb5be9412302b2bfdb1.tar.gz
gentoo-2-68ae715ee1d108a5bde50fb5be9412302b2bfdb1.tar.bz2
gentoo-2-68ae715ee1d108a5bde50fb5be9412302b2bfdb1.zip
Require USE=opengl for xv support
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins/gnash')
-rw-r--r--www-plugins/gnash/ChangeLog6
-rw-r--r--www-plugins/gnash/gnash-0.8.7_p20100706.ebuild7
2 files changed, 11 insertions, 2 deletions
diff --git a/www-plugins/gnash/ChangeLog b/www-plugins/gnash/ChangeLog
index f20c04eff9a8..5faa93b7d1c8 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.31 2010/07/13 00:09:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.32 2010/07/13 14:51:03 chithanh Exp $
+
+ 13 Jul 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ gnash-0.8.7_p20100706.ebuild:
+ Require USE=opengl for xv support
13 Jul 2010; Jeroen Roovers <jer@gentoo.org> gnash-0.8.7_p20100706.ebuild:
Remove extra slash.
diff --git a/www-plugins/gnash/gnash-0.8.7_p20100706.ebuild b/www-plugins/gnash/gnash-0.8.7_p20100706.ebuild
index 851a20db5ee4..b136a31a7be1 100644
--- a/www-plugins/gnash/gnash-0.8.7_p20100706.ebuild
+++ b/www-plugins/gnash/gnash-0.8.7_p20100706.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.7_p20100706.ebuild,v 1.2 2010/07/13 00:09:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.7_p20100706.ebuild,v 1.3 2010/07/13 14:51:03 chithanh Exp $
EAPI=3
CMAKE_REQUIRED="never"
@@ -74,6 +74,11 @@ DEPEND="${RDEPEND}
gnome? ( app-text/rarian )"
pkg_setup() {
+ if use xv && use !opengl; then
+ eerror "Support for xvideo currently requires the opengl renderer."
+ die "xv requires the opengl USE flag."
+ fi
+
if use vaapi && use !ffmpeg; then
eerror "Support for VAAPI currently requires the ffmpeg media handler."
die "vaapi requires the ffmpeg USE flag."