summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-04-26 08:44:39 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-04-26 08:44:39 +0000
commit092f4144ff6f6b303fb850fc6c75add0426d1db3 (patch)
tree97468d6b5ac8b2cdd1864a94ed9495463d868860 /media-libs/imlib2
parentinstalling header files in correct location (diff)
downloadgentoo-2-092f4144ff6f6b303fb850fc6c75add0426d1db3.tar.gz
gentoo-2-092f4144ff6f6b303fb850fc6c75add0426d1db3.tar.bz2
gentoo-2-092f4144ff6f6b303fb850fc6c75add0426d1db3.zip
version bump
Diffstat (limited to 'media-libs/imlib2')
-rw-r--r--media-libs/imlib2/ChangeLog9
-rw-r--r--media-libs/imlib2/files/digest-imlib2-1.0.61
-rw-r--r--media-libs/imlib2/imlib2-1.0.6.ebuild32
3 files changed, 41 insertions, 1 deletions
diff --git a/media-libs/imlib2/ChangeLog b/media-libs/imlib2/ChangeLog
index 5f2c98ba300d..c376194bf909 100644
--- a/media-libs/imlib2/ChangeLog
+++ b/media-libs/imlib2/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-libs/imlib2
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/ChangeLog,v 1.3 2002/04/12 18:53:03 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/ChangeLog,v 1.4 2002/04/26 08:44:39 seemant Exp $
+
+*imlib2-1.0.6 (26 Apr 2002)
+
+ 26 Apr 2002; Seemant Kulleen <seemant@gentoo.org> imlib2-1.0.6.ebuild
+ files/digest-imlib2-1.0.6 :
+
+ Version bump
*imlib2-1.0.5 (12 Apr 2002)
diff --git a/media-libs/imlib2/files/digest-imlib2-1.0.6 b/media-libs/imlib2/files/digest-imlib2-1.0.6
new file mode 100644
index 000000000000..f7ba28f3c2aa
--- /dev/null
+++ b/media-libs/imlib2/files/digest-imlib2-1.0.6
@@ -0,0 +1 @@
+MD5 e3475376bf27347c47c7a9ffb49bdb96 imlib2-1.0.6.tar.gz 688521
diff --git a/media-libs/imlib2/imlib2-1.0.6.ebuild b/media-libs/imlib2/imlib2-1.0.6.ebuild
new file mode 100644
index 000000000000..f29a05b0b207
--- /dev/null
+++ b/media-libs/imlib2/imlib2-1.0.6.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Achim Gottinger <achim@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.0.6.ebuild,v 1.1 2002/04/26 08:44:39 seemant Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="imlib"
+SRC_URI="http://prdownloads.sourceforge.net/enlightenment/${P}.tar.gz"
+HOMEPAGE="http://enlightenment.org/"
+
+DEPEND="virtual/glibc
+ >=media-libs/giflib-4.1.0
+ >=media-libs/libpng-1.2.1
+ >=media-libs/tiff-3.5.5
+ <=media-libs/freetype-1.4
+ >=x11-libs/gtk+-1.2.10-r4
+ dev-db/edb
+ virtual/x11"
+
+src_compile() {
+ # always turn off mmx because binutils 2.11.92+ seems to be broken for this package
+ myconf="--disable-mmx"
+ ./configure "${myconf} " --host=${CHOST} --prefix=/usr --sysconfdir=/etc/X11/imlib || 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
+}