diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-22 01:05:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-22 01:05:26 +0000 |
commit | 676609929dce8b21909f3346adb29269f438bf60 (patch) | |
tree | 79111e398cfc8183669e980231d7099d476e6a50 /media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20040221.ebuild | |
parent | amd64 (Manifest recommit) (diff) | |
download | gentoo-2-676609929dce8b21909f3346adb29269f438bf60.tar.gz gentoo-2-676609929dce8b21909f3346adb29269f438bf60.tar.bz2 gentoo-2-676609929dce8b21909f3346adb29269f438bf60.zip |
ver bump
Diffstat (limited to 'media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20040221.ebuild')
-rw-r--r-- | media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20040221.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20040221.ebuild b/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20040221.ebuild new file mode 100644 index 000000000000..4bb73f2a0d57 --- /dev/null +++ b/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20040221.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2_loaders/imlib2_loaders-1.0.4.20040221.ebuild,v 1.1 2004/02/22 01:03:04 vapier Exp $ + +EHACKAUTOGEN=YES +EHACKLIBLTDL=YES +inherit enlightenment + +DESCRIPTION="image loader plugins for Imlib 2" +HOMEPAGE="http://www.enlightenment.org/pages/imlib2.html" + +IUSE="${IUSE} X" + +RDEPEND=">=media-libs/imlib2-1.1.0 + >=dev-db/edb-1.0.4.20031013 + >=dev-libs/eet-0.9.0.20031013" + +src_compile() { + export MY_ECONF=" + --enable-eet + --enable-edb + " + enlightenment_src_compile +} |