Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 40453 | Differences between
and this patch

Collapse All | Expand All

(-)imlib-1.9.14-r1.ebuild.old (-2 / +5 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /home/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.14-r1.ebuild,v 1.19 2003/11/15 02:39:23 agriffis Exp $
3
# $Header: /home/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.14-r1.ebuild,v 1.19 2003/11/15 02:39:23 agriffis Exp $
4
4
5
IUSE="gtk"
6
5
inherit libtool
7
inherit libtool
6
8
7
DESCRIPTION="general image loading and rendering library"
9
DESCRIPTION="general image loading and rendering library"
Lines 14-20 Link Here
14
LICENSE="GPL-2"
16
LICENSE="GPL-2"
15
KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64"
17
KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64"
16
18
17
DEPEND="=x11-libs/gtk+-1.2*
19
DEPEND="gtk? (=x11-libs/gtk+-1.2*)
18
	>=media-libs/tiff-3.5.5
20
	>=media-libs/tiff-3.5.5
19
	>=media-libs/giflib-4.1.0
21
	>=media-libs/giflib-4.1.0
20
	>=media-libs/libpng-1.2.1
22
	>=media-libs/libpng-1.2.1
Lines 30-37 Link Here
30
}
32
}
31
33
32
src_compile() {
34
src_compile() {
35
	[ `use gtk` ] || econf_args="--with-gtk-prefix=/dev/null"
33
	elibtoolize
36
	elibtoolize
34
	econf --sysconfdir=/etc/imlib || die
37
	econf --sysconfdir=/etc/imlib ${econf_args} || die
35
	emake || die
38
	emake || die
36
}
39
}
37
40

Return to bug 40453