summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-22 14:37:06 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-22 14:37:06 +0000
commit2b21bc5e60bfbdcda2e2e171a3109da4d2905f1f (patch)
tree581474cf26a837595c43021bc503fc295434e865 /media-libs/gdk-pixbuf
parentadded 3dfx's GPL (diff)
downloadgentoo-2-2b21bc5e60bfbdcda2e2e171a3109da4d2905f1f.tar.gz
gentoo-2-2b21bc5e60bfbdcda2e2e171a3109da4d2905f1f.tar.bz2
gentoo-2-2b21bc5e60bfbdcda2e2e171a3109da4d2905f1f.zip
repoman'd
Diffstat (limited to 'media-libs/gdk-pixbuf')
-rw-r--r--media-libs/gdk-pixbuf/gdk-pixbuf-0.18.0-r1.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/media-libs/gdk-pixbuf/gdk-pixbuf-0.18.0-r1.ebuild b/media-libs/gdk-pixbuf/gdk-pixbuf-0.18.0-r1.ebuild
index 2b05e9b33b23..fb7b9fc3aeb5 100644
--- a/media-libs/gdk-pixbuf/gdk-pixbuf-0.18.0-r1.ebuild
+++ b/media-libs/gdk-pixbuf/gdk-pixbuf-0.18.0-r1.ebuild
@@ -1,24 +1,25 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gdk-pixbuf/gdk-pixbuf-0.18.0-r1.ebuild,v 1.2 2002/07/16 11:36:46 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gdk-pixbuf/gdk-pixbuf-0.18.0-r1.ebuild,v 1.3 2002/07/22 14:37:06 seemant Exp $
inherit virtualx libtool
S=${WORKDIR}/${P}
DESCRIPTION="GNOME Image Library"
+HOMEPAGE="http://www.gtk.org/"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${P}.tar.gz"
-DEPEND=">=media-libs/imlib-1.9.14-r1
- media-libs/jpeg
+DEPEND="media-libs/jpeg
media-libs/tiff
=x11-libs/gtk+-1.2*
+ >=media-libs/imlib-1.9.14-r1
>=media-libs/libpng-1.2.1
>=gnome-base/gnome-libs-1.4.1.2-r1"
# We need gnome-libs here, else gnome support do not get compiled into
# gdk-pixbuf (the GnomeCanvasPixbuf library )
SLOT="0"
-LICENSE="GPL"
+LICENSE="GPL-2 LGPL-2"
KEYWORDS="x86 ppc"
src_unpack() {
@@ -35,9 +36,7 @@ src_compile() {
#update libtool, else we get the "relink bug"
elibtoolize
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc/X11/gdk-pixbuf || die
+ econf --sysconfdir=/etc/X11/gdk-pixbuf || die
#build needs to be able to
#connect to an X display.