diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-02-17 03:38:25 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-02-17 03:38:25 +0000 |
commit | 6a89bfa1f29c486c5f11bcec9ea29af8c794ea89 (patch) | |
tree | cd5072ec4a14e2cb43d3fb8bcab00e328c1ea9c6 /media-tv/mythtv | |
parent | Forgot to add MythTV user to video and audio groups because I left out a vari... (diff) | |
download | gentoo-2-6a89bfa1f29c486c5f11bcec9ea29af8c794ea89.tar.gz gentoo-2-6a89bfa1f29c486c5f11bcec9ea29af8c794ea89.tar.bz2 gentoo-2-6a89bfa1f29c486c5f11bcec9ea29af8c794ea89.zip |
MythTV needs Qt with OpenGL supports always.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-tv/mythtv')
-rw-r--r-- | media-tv/mythtv/ChangeLog | 5 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.19.ebuild | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog index 80ccf26431b3..5accc575f18c 100644 --- a/media-tv/mythtv/ChangeLog +++ b/media-tv/mythtv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-tv/mythtv # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.85 2006/02/17 03:34:03 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.86 2006/02/17 03:38:25 cardoe Exp $ + + 17 Feb 2006; Doug Goldstein <cardoe@gentoo.org> mythtv-0.19.ebuild: + MythTV needs Qt with OpenGL support always. 17 Feb 2006; Doug Goldstein <cardoe@gentoo.org> mythtv-0.19.ebuild: Forgot to add MythTV user to video and audio groups because I left out a diff --git a/media-tv/mythtv/mythtv-0.19.ebuild b/media-tv/mythtv/mythtv-0.19.ebuild index 98863d9961b7..a5d671162ab8 100644 --- a/media-tv/mythtv/mythtv-0.19.ebuild +++ b/media-tv/mythtv/mythtv-0.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.19.ebuild,v 1.3 2006/02/17 03:34:03 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.19.ebuild,v 1.4 2006/02/17 03:38:25 cardoe Exp $ inherit flag-o-matic eutils debug qt3 @@ -58,6 +58,12 @@ pkg_setup() { die "Qt needs MySQL support" fi + if ! built_with_use x11-libs/qt opengl ; then + eerror "Qt requires OpenGL support. Please add" + eerror "'opengl' to your USE flags, and re-emerge Qt." + die "Qt needs OpenGL support." + fi + if ! has_version x11-libs/libXv && ! built_with_use x11-base/xorg-x11 xv; then eerror "xorg-x11 is missing XV support. Please add" eerror "'xv' to your USE flags, and re-emerge xorg-x11." |