# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 inherit base MY_P=musicmanager-${PV} DESCRIPTION="Goggles Music Manager" HOMEPAGE="http://gogglesmm.googlecode.com/" SRC_URI="http://${P}.googlecode.com/files/${MY_P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="dbus" RDEPEND="dbus? ( sys-apps/dbus ) x11-libs/fox media-libs/xine-lib dev-db/sqlite media-libs/taglib[mp4]" DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} src_configure() { einfo "QA: You may safely ignore the following 'Unknown Option' messages." einfo "This has been reported upstream." econf $(use_with dbus) }