# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/gpodder/gpodder-0.10.1.ebuild,v 1.1 2007/11/10 12:53:41 hanno Exp $ inherit distutils DESCRIPTION="gPodder is a Podcast receiver/catcher written in Python, using GTK." HOMEPAGE="http://gpodder.berlios.de/" SRC_URI="mirror://berlios/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="ipod" RESTRICT="test" RDEPEND="dev-python/feedparser dev-python/pygtk sys-devel/gettext ipod? ( || ( dev-python/eyeD3 dev-python/pymad ) media-libs/libgpod )" DEPEND="${RDEPEND} dev-util/intltool media-gfx/imagemagick sys-apps/help2man" pkg_setup() { if use ipod && ! built_with_use media-libs/libgpod python ; then eerror "media-libs/libgpod has to be compiled with USE=python" die "Needed USE-flag for libgpod not found." fi } src_compile() { emake generators || die emake messages || die distutils_src_compile || die }