# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 autotools DESCRIPTION="a 'two-pane' graphical file manager for the GNOME desktop" HOMEPAGE="http://www.nongnu.org/gcmd/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="chm exiv2 gsf python taglib" RDEPEND=">=dev-libs/glib-2.6.0 >=x11-libs/gtk+-2.8.0 >=gnome-base/libgnome-2.0.0 >=gnome-base/libgnomeui-2.4.0 >=gnome-base/gnome-vfs-2.0.0 python? ( >=dev-lang/python-2.4 ) exiv2? ( >=media-gfx/exiv2-0.14 ) taglib? ( >=media-libs/taglib-1.4 ) gsf? ( >=gnome-extra/libgsf-1.12.0 ) chm? ( dev-libs/chmlib )" DEPEND="${RDEPEND} >=dev-util/intltool-0.31" G2CONF="${G2CONF} $(use_with exiv2) $(use_with taglib) $(use_with chm) $(use_with gsf)"