# Copyright 2006 BreakMyGentoo.org # Distributed under the terms of the GNU General Public License v2 inherit gnome2 DESCRIPTION="Rendering, animation and widget framework for Elisa media center." HOMEPAGE="http://www.fluendo.com/elisa/pigment.php" SRC_URI="http://www.fluendo.com/elisa/downloads/${PN}/${P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="-* ~x86 ~amd64 ~ppc" IUSE="doc" RDEPEND=">=dev-libs/glib-2.8 >=dev-python/pygtk-2.8 >=x11-libs/cairo-1 >=media-libs/gstreamer-0.10 >=media-libs/gst-plugins-base-0.10 >=dev-lang/python-2.4 >=dev-python/gst-python-0.10 doc? ( dev-util/gtk-doc )" DEPEND="${DEPEND}" DOCS="AUTHORS ChangeLog COPYING INSTALL NEWS README TODO" G2CONF="${G2CONF} $(use_enable doc gtk-doc)" MAKEOPTS="-j1" src_install() { einstall || die }