diff options
author | Olivier Reisch <doctomoe@gentoo.org> | 2002-06-05 14:07:30 +0000 |
---|---|---|
committer | Olivier Reisch <doctomoe@gentoo.org> | 2002-06-05 14:07:30 +0000 |
commit | ab5ba0b3376eb3a92e761df63d9ec7eb9d98a9d1 (patch) | |
tree | e082779d1b9b30df1da1fda69d0945ed891d8c1e /media-libs/gdk-pixbuf | |
parent | activated "use build" stuff (diff) | |
download | historical-ab5ba0b3376eb3a92e761df63d9ec7eb9d98a9d1.tar.gz historical-ab5ba0b3376eb3a92e761df63d9ec7eb9d98a9d1.tar.bz2 historical-ab5ba0b3376eb3a92e761df63d9ec7eb9d98a9d1.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/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/gdk-pixbuf/gdk-pixbuf-0.17.0.ebuild | 5 |
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 |