summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2007-06-04 11:06:00 +0000
committerChristoph Mende <angelos@gentoo.org>2007-06-04 11:06:00 +0000
commitbbd98840ee740b4182144b8aa67f4aee321cc892 (patch)
tree7c427b5ec5381926c02a810210f433fe9590c368 /media-video
parentFixed wrong path in the sample.conf (diff)
downloadgentoo-2-bbd98840ee740b4182144b8aa67f4aee321cc892.tar.gz
gentoo-2-bbd98840ee740b4182144b8aa67f4aee321cc892.tar.bz2
gentoo-2-bbd98840ee740b4182144b8aa67f4aee321cc892.zip
Added check for the opengl use flag on emul-linux-x86-xlibs
(Portage version: 2.1.2.9)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/mplayer-bin/ChangeLog6
-rw-r--r--media-video/mplayer-bin/mplayer-bin-1.0_rc1-r3.ebuild7
2 files changed, 11 insertions, 2 deletions
diff --git a/media-video/mplayer-bin/ChangeLog b/media-video/mplayer-bin/ChangeLog
index 182232f5c539..b1a6d700435e 100644
--- a/media-video/mplayer-bin/ChangeLog
+++ b/media-video/mplayer-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/mplayer-bin
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer-bin/ChangeLog,v 1.22 2007/02/20 14:06:02 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer-bin/ChangeLog,v 1.23 2007/06/04 11:06:00 angelos Exp $
+
+ 04 Jun 2007; Christoph Mende <angelos@gentoo.org>
+ mplayer-bin-1.0_rc1-r3.ebuild:
+ Added check for the opengl use flag on emul-linux-x86-xlibs
*mplayer-bin-1.0_rc1-r2 (20 Feb 2007)
diff --git a/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r3.ebuild b/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r3.ebuild
index 890cd75bbbc8..c1cea476e094 100644
--- a/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r3.ebuild
+++ b/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r3.ebuild,v 1.1 2007/02/24 16:56:46 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer-bin/mplayer-bin-1.0_rc1-r3.ebuild,v 1.2 2007/06/04 11:06:00 angelos Exp $
inherit multilib
@@ -28,6 +28,11 @@ pkg_setup() {
# Daniel Gryniewicz <dang@gentoo.org>
has_multilib_profile || die
ABI="x86"
+
+ if ! built_with_use app-emulation/emul-linux-x86-xlibs opengl; then
+ eerror "Please rebuild emul-linux-x86-xlibs with the opengl USE flag"
+ die "emul-linux-x86-xlibs needs support for opengl"
+ fi
}
src_install() {