# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfmedia/xfmedia-0.8.0.ebuild,v 1.1 2005/08/14 19:41:20 bcowan Exp $ DESCRIPTION="Xfce4 media player" HOMEPAGE="http://spuriousinterrupt.org/projects/xfmedia" SRC_URI="http://spuriousinterrupt.org/projects/xfmedia/files/${P}.tar.bz2" KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" RDEPEND=">=xfce-base/libxfcegui4-4.2.0 xfce-extra/exo media-libs/xine-lib dbus? ( sys-apps/dbus ) media-libs/taglib" inherit xfce4 IUSE="${IUSE} dbus" src_compile() { XFCE_CONFIG="${XFCE_CONFIG} \ `use_enable dbus`" xfce4_src_compile }