diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-07-16 05:20:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-07-16 05:20:44 +0000 |
commit | 872dfae841c0ea46bd3af56de9367a1e35cd5ca1 (patch) | |
tree | c0668bb1d705b4cdd54b3d2474b35c2c390684b0 /media-libs/imlib2 | |
parent | debug (diff) | |
download | historical-872dfae841c0ea46bd3af56de9367a1e35cd5ca1.tar.gz historical-872dfae841c0ea46bd3af56de9367a1e35cd5ca1.tar.bz2 historical-872dfae841c0ea46bd3af56de9367a1e35cd5ca1.zip |
debug
Diffstat (limited to 'media-libs/imlib2')
-rw-r--r-- | media-libs/imlib2/imlib2-1.2.2.002.ebuild | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/media-libs/imlib2/imlib2-1.2.2.002.ebuild b/media-libs/imlib2/imlib2-1.2.2.002.ebuild deleted file mode 100644 index f6cbc82c9d8d..000000000000 --- a/media-libs/imlib2/imlib2-1.2.2.002.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.2.2.002.ebuild,v 1.1 2006/07/16 05:19:38 vapier Exp $ - -inherit enlightenment toolchain-funcs libtool - -MY_P=${P/_/-} -DESCRIPTION="Version 2 of an advanced replacement library for libraries like libXpm" -HOMEPAGE="http://www.enlightenment.org/Libraries/Imlib2/" - -IUSE="X bzip2 gif jpeg mmx mp3 png tiff zlib" - -DEPEND="=media-libs/freetype-2* - bzip2? ( app-arch/bzip2 ) - zlib? ( sys-libs/zlib ) - gif? ( >=media-libs/giflib-4.1.0 ) - png? ( >=media-libs/libpng-1.2.1 ) - jpeg? ( media-libs/jpeg ) - tiff? ( >=media-libs/tiff-3.5.5 ) - X? ( || ( ( x11-libs/libXext x11-proto/xextproto ) virtual/x11 ) ) - mp3? ( media-libs/libid3tag )" - -src_compile() { - local mymmx="" -# if [[ $(tc-arch) == "amd64" ]] ; then -# mymmx="--enable-amd64 --disable-mmx" -# else - mymmx="--disable-amd64 $(use_enable mmx)" -# fi - - elibtoolize - - export MY_ECONF=" - $(use_with X x) \ - $(use_with jpeg) \ - $(use_with png) \ - $(use_with tiff) \ - $(use_with gif) \ - $(use_with zlib) \ - $(use_with bzip2) \ - $(use_with mp3 id3) \ - ${mymmx} \ - " - enlightenment_src_compile -} - -src_install() { - enlightenment_src_install - docinto samples - dodoc demo/*.c -} |