diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2002-02-13 17:03:37 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2002-02-13 17:03:37 +0000 |
commit | ab9dcd1e2119e376ed7d772755b421b7445174c3 (patch) | |
tree | 2691f424b1db3455a86809a18c38031cea22565e /media-libs/gdk-pixbuf | |
parent | Removed gnome-libs dependency. (diff) | |
download | gentoo-2-ab9dcd1e2119e376ed7d772755b421b7445174c3.tar.gz gentoo-2-ab9dcd1e2119e376ed7d772755b421b7445174c3.tar.bz2 gentoo-2-ab9dcd1e2119e376ed7d772755b421b7445174c3.zip |
Restored older version to be in line w/ stable gnome packages listed on the gnome web site. Note: this version also has gnome-libs removed as a dep.
Diffstat (limited to 'media-libs/gdk-pixbuf')
-rw-r--r-- | media-libs/gdk-pixbuf/files/digest-gdk-pixbuf-0.11.0 | 1 | ||||
-rw-r--r-- | media-libs/gdk-pixbuf/gdk-pixbuf-0.11.0.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/media-libs/gdk-pixbuf/files/digest-gdk-pixbuf-0.11.0 b/media-libs/gdk-pixbuf/files/digest-gdk-pixbuf-0.11.0 new file mode 100644 index 000000000000..858abdc09b80 --- /dev/null +++ b/media-libs/gdk-pixbuf/files/digest-gdk-pixbuf-0.11.0 @@ -0,0 +1 @@ +MD5 a4a61cadff79b27c0b1e1ab6e93baf79 gdk-pixbuf-0.11.0.tar.gz 459728 diff --git a/media-libs/gdk-pixbuf/gdk-pixbuf-0.11.0.ebuild b/media-libs/gdk-pixbuf/gdk-pixbuf-0.11.0.ebuild new file mode 100644 index 000000000000..dd8f482d12b6 --- /dev/null +++ b/media-libs/gdk-pixbuf/gdk-pixbuf-0.11.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2000 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.11.0.ebuild,v 1.6 2002/02/13 17:03:37 g2boojum Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="GNOME Image Library" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${P}.tar.gz" + +DEPEND=">=x11-libs/gtk+-1.2.10-r4 + media-libs/libpng + media-libs/tiff + media-libs/jpeg" + + +src_compile() { + + ./configure --host=${CHOST} \ + --prefix=/usr \ + --sysconfdir=/etc/X11/gdk-pixbuf || die + + emake || die +} + +src_install() { + + make prefix=${D}/usr \ + sysconfdir=${D}/etc/X11/gdk-pixbuf \ + install || die + + dodoc AUTHORS COPYING* ChangeLog INSTALL README NEWS TODO +} |