# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit enlightenment DESCRIPTION="Thumbnail generation library." HOMEPAGE="http://trac.enlightenment.org/e/wiki/Ethumb" SRC_URI="http://download.enlightenment.org/snapshots/2010-12-03/${P}.tar.bz2" KEYWORDS="~amd64 ~x86" IUSE="exif static-libs" CDEPEND=">=dev-libs/eina-1.0.0 >=media-libs/evas-1.0.0 >=dev-libs/ecore-1.0.0[evas] >=media-libs/edje-1.0.0 >=dev-libs/e_dbus-1.0.0 exif? ( media-libs/libexif )" DEPEND="${CDEPEND} dev-util/pkgconfig" RDEPEND="${CDEPEND} sys-apps/dbus" src_configure() { MY_ECONF=" --disable-emotion --disable-epdf --enable-ethumbd $(use_enable exif libexif)" enlightenment_src_configure }