# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="1" KMNAME=kdemultimedia inherit kde4overlay-meta DESCRIPTION="Dragon Player is a simple video player for KDE 4" HOMEPAGE="http://dragonplayer.org/" LICENSE="GPL-2" KEYWORDS="" IUSE="" RDEPEND=">=media-libs/xine-lib-1.1.9 >=media-sound/phonon-4.3" DEPEND="${RDEPEND} sys-devel/gettext" pkg_setup() { if ! built_with_use media-sound/phonon xine ; then eerror "In order to build " eerror "you need media-sound/phonon built with xine USE flag" die "no xine support in phonon" fi }