# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.0.6-r1.ebuild,v 1.11 2003/02/13 12:45:51 vapier Exp $ # flag-o-matic for filter-flags, add-flags, replace-flags, is-flag. inherit libtool flag-o-matic S=${WORKDIR}/${P} DESCRIPTION="Version 2 of an advanced replacement library for libraries like libXpm" SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.gz" HOMEPAGE="http://enlightenment.org/" SLOT="0" LICENSE="as-is" KEYWORDS="x86 ppc sparc " DEPEND="=x11-libs/gtk+-1.2* >=media-libs/giflib-4.1.0 >=media-libs/libpng-1.2.1 >=media-libs/tiff-3.5.5 <=media-libs/freetype-1.4 dev-db/edb" # The omit-frame-pointer optimization seems to fail. filter-flags "-fomit-frame-pointer" src_compile() { elibtoolize local myconf # always turn off mmx because binutils 2.11.92+ # seems to be broken for this package myconf="--disable-mmx `use_enable static static`" econf \ --sysconfdir=/etc/X11/imlib \ ${myconf} || die emake || die } src_install() { make prefix=${D}/usr sysconfdir=${D}/etc/X11/imlib install || die preplib /usr dodoc AUTHORS COPYING* ChangeLog README dohtml -r doc }