summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Reisch <doctomoe@gentoo.org>2002-06-05 14:07:30 +0000
committerOlivier Reisch <doctomoe@gentoo.org>2002-06-05 14:07:30 +0000
commitcb3008ba92089cb6620cd3c2e69903222025951f (patch)
tree281ba01b43dfb76d762bf9210b54d5376f2df4a3 /media-libs/gdk-pixbuf
parentactivated "use build" stuff (diff)
downloadgentoo-2-cb3008ba92089cb6620cd3c2e69903222025951f.tar.gz
gentoo-2-cb3008ba92089cb6620cd3c2e69903222025951f.tar.bz2
gentoo-2-cb3008ba92089cb6620cd3c2e69903222025951f.zip
Added media-libs/imlib as dependency, as it is needed to compile properly.
Diffstat (limited to 'media-libs/gdk-pixbuf')
-rw-r--r--media-libs/gdk-pixbuf/ChangeLog8
-rw-r--r--media-libs/gdk-pixbuf/gdk-pixbuf-0.17.0.ebuild5
2 files changed, 10 insertions, 3 deletions
diff --git a/media-libs/gdk-pixbuf/ChangeLog b/media-libs/gdk-pixbuf/ChangeLog
index a19307fe94dd..edc160bf70a7 100644
--- a/media-libs/gdk-pixbuf/ChangeLog
+++ b/media-libs/gdk-pixbuf/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/gdk-pixbuf
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gdk-pixbuf/ChangeLog,v 1.9 2002/04/21 00:39:39 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gdk-pixbuf/ChangeLog,v 1.10 2002/06/05 14:07:30 doctomoe Exp $
+
+*gdk-pixbuf-0.17.0 (05 Jun 2002)
+
+ 05 Jun 2002; Olivier R. <doctomoe@gentoo.org> gdk-pixbuf-0.17.0.ebuild:
+
+ Added media-libs/imlib as dependency, as it is needed to compile properly.
*gdk-pixbuf-0.17.0 (20 Apr 2002)
diff --git a/media-libs/gdk-pixbuf/gdk-pixbuf-0.17.0.ebuild b/media-libs/gdk-pixbuf/gdk-pixbuf-0.17.0.ebuild
index ab7169ee2661..c8608cfc43a2 100644
--- a/media-libs/gdk-pixbuf/gdk-pixbuf-0.17.0.ebuild
+++ b/media-libs/gdk-pixbuf/gdk-pixbuf-0.17.0.ebuild
@@ -1,7 +1,7 @@
# 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/gdk-pixbuf/gdk-pixbuf-0.17.0.ebuild,v 1.3 2002/05/23 06:50:13 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gdk-pixbuf/gdk-pixbuf-0.17.0.ebuild,v 1.4 2002/06/05 14:07:30 doctomoe Exp $
#provide Xmake and Xemake
@@ -11,7 +11,8 @@ S=${WORKDIR}/${P}
DESCRIPTION="GNOME Image Library"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${P}.tar.gz"
-DEPEND="media-libs/jpeg
+DEPEND=">=media-libs/imlib-1.9.14-r1
+ media-libs/jpeg
media-libs/tiff
=x11-libs/gtk+-1.2*
>=media-libs/libpng-1.2.1