summaryrefslogtreecommitdiff
blob: 52bfb2a6cf5f2119a5af807f046338fac0c6d929 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2_loaders/imlib2_loaders-9999.ebuild,v 1.3 2005/04/10 03:43:09 vapier Exp $

inherit enlightenment

SRC_URI="http://download.enlightenment.org/snapshots/2007-08-26/${P}.tar.gz"

DESCRIPTION="image loader plugins for Imlib 2"
HOMEPAGE="http://www.enlightenment.org/pages/imlib2.html"

IUSE="edb"

RDEPEND=">=media-libs/imlib2-1.2.0
	>=dev-libs/eet-0.9.9
	edb? ( >=dev-db/edb-1.0.5.008 )"

# The enable-eet switch is apparently broken upstream when using disable-edb.
# Looks like some sort of error in the configure.in scripts. Probably a
# copy/paste error or something.
# For now, we'll install the dep using portage
# and let the autotools detect it. (Seems to work fine on x86 this way)
#src_compile() {
#	export MY_ECONF="
#		--enable-eet \
#		$(use_enable edb) \
#	"
#	enlightenment_src_compile
#}