diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-01 04:44:24 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-01 04:44:24 +0000 |
commit | d370bbdf8efe665c3eafdd1df5429da9e37e14a3 (patch) | |
tree | 33997f8723b4de49a988f7b48b50f8a998589284 /media-libs | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-d370bbdf8efe665c3eafdd1df5429da9e37e14a3.tar.gz gentoo-2-d370bbdf8efe665c3eafdd1df5429da9e37e14a3.tar.bz2 gentoo-2-d370bbdf8efe665c3eafdd1df5429da9e37e14a3.zip |
Added dependencies
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/aalib/aalib-1.2.ebuild | 7 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-0.5.9.ebuild | 5 | ||||
-rw-r--r-- | media-libs/audiofile/audiofile-0.1.9.ebuild | 5 | ||||
-rw-r--r-- | media-libs/freetype/freetype-1.3.1-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/giflib/giflib-4.1.0-r1.ebuild | 6 | ||||
-rw-r--r-- | media-libs/glut/glut-3.7.ebuild | 6 | ||||
-rw-r--r-- | media-libs/jpeg/jpeg-6b-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libgd/libgd-1.8.3-r1.ebuild | 8 | ||||
-rw-r--r-- | media-libs/libmikmod/libmikmod-3.1.9-r1.ebuild | 7 | ||||
-rw-r--r-- | media-libs/libmng/libmng-0.9.3.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libpng/libpng-1.0.8-r1.ebuild | 5 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.1.5.ebuild | 10 | ||||
-rw-r--r-- | media-libs/mesa/mesa-glu-3.2.1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/mpeg-lib/mpeg-lib-1.3.1.ebuild | 3 | ||||
-rw-r--r-- | media-libs/mpeg2vidcodec/mpeg2vidcodec-12.ebuild | 3 | ||||
-rw-r--r-- | media-libs/t1lib/t1lib-1.0.1-r1.ebuild | 5 | ||||
-rw-r--r-- | media-libs/tiff/tiff-3.5.5-r1.ebuild | 5 |
17 files changed, 73 insertions, 18 deletions
diff --git a/media-libs/aalib/aalib-1.2.ebuild b/media-libs/aalib/aalib-1.2.ebuild index 9451104b55c0..54090c58baea 100644 --- a/media-libs/aalib/aalib-1.2.ebuild +++ b/media-libs/aalib/aalib-1.2.ebuild @@ -1,7 +1,7 @@ # 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/aalib/aalib-1.2.ebuild,v 1.2 2000/10/23 11:27:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/aalib/aalib-1.2.ebuild,v 1.3 2000/11/01 04:44:16 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,11 @@ DESCRIPTION="A ASCI-Graphics Library" SRC_URI="ftp://ftp.ta.jcu.cz/pub/aa/${A}" HOMEPAGE="http://www.ta.jcu.cz/aa/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/gpm-1.19.3 + >=sys-libs/ncurses-5.1 + >=sys-libs/slang-1.4.2 + >=x11-base/xfree-4.0.1" src_compile() { diff --git a/media-libs/alsa-lib/alsa-lib-0.5.9.ebuild b/media-libs/alsa-lib/alsa-lib-0.5.9.ebuild index 99f60d083730..447cb49c0625 100644 --- a/media-libs/alsa-lib/alsa-lib-0.5.9.ebuild +++ b/media-libs/alsa-lib/alsa-lib-0.5.9.ebuild @@ -1,7 +1,7 @@ # 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/alsa-lib/alsa-lib-0.5.9.ebuild,v 1.2 2000/09/15 20:09:01 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.5.9.ebuild,v 1.3 2000/11/01 04:44:16 achim Exp $ P=alsa-lib-0.5.9 A=${P}.tar.bz2 @@ -10,6 +10,9 @@ DESCRIPTION="Advanced Linux Sound Architecture / Library" SRC_URI="ftp://ftp.alsa-project.org/pub/lib/"${A} HOMEPAGE="http://www.alsa-project.org/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=media-sound/alsa-driver-0.5.9c" + src_unpack() { unpack ${A} } diff --git a/media-libs/audiofile/audiofile-0.1.9.ebuild b/media-libs/audiofile/audiofile-0.1.9.ebuild index 3b3d6316ed45..42206ead20da 100644 --- a/media-libs/audiofile/audiofile-0.1.9.ebuild +++ b/media-libs/audiofile/audiofile-0.1.9.ebuild @@ -1,7 +1,7 @@ # 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/audiofile/audiofile-0.1.9.ebuild,v 1.3 2000/09/15 16:18:48 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.1.9.ebuild,v 1.4 2000/11/01 04:44:16 achim Exp $ P=audiofile-0.1.9 A=${P}.tar.gz @@ -10,6 +10,9 @@ DESCRIPTION="An elegant API for accessing audio files" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/audiofile/"${A} HOMEPAGE="http://www.68k.org./~michael/audiofile/" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3" + src_compile() { cd ${S} try ./configure --host=${CHOST} --prefix=/usr diff --git a/media-libs/freetype/freetype-1.3.1-r1.ebuild b/media-libs/freetype/freetype-1.3.1-r1.ebuild index 2b29c1f32b5a..9ed34d00f13c 100644 --- a/media-libs/freetype/freetype-1.3.1-r1.ebuild +++ b/media-libs/freetype/freetype-1.3.1-r1.ebuild @@ -1,7 +1,7 @@ # 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/freetype/freetype-1.3.1-r1.ebuild,v 1.3 2000/09/15 20:09:01 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-1.3.1-r1.ebuild,v 1.4 2000/11/01 04:44:16 achim Exp $ P=freetype-1.3.1 A=${P}.tar.gz @@ -10,6 +10,8 @@ DESCRIPTION="TTF-Library" SRC_URI="ftp://ftp.freetype.org/pub/freetype1/"${A} HOMEPAGE="http://www.freetype.org/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=x11-base/xfree-4.0.1" src_compile() { cd ${S} diff --git a/media-libs/giflib/giflib-4.1.0-r1.ebuild b/media-libs/giflib/giflib-4.1.0-r1.ebuild index 6ca80eef121c..3190050dc9b5 100644 --- a/media-libs/giflib/giflib-4.1.0-r1.ebuild +++ b/media-libs/giflib/giflib-4.1.0-r1.ebuild @@ -1,7 +1,7 @@ ## 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/giflib/giflib-4.1.0-r1.ebuild,v 1.4 2000/10/04 16:04:34 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/giflib/giflib-4.1.0-r1.ebuild,v 1.5 2000/11/01 04:44:17 achim Exp $ P=giflib-4.1.0 A=${P}.tar.gz @@ -11,6 +11,10 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/libs/giflib/${A} ftp://prtr-13.ucsc.edu/pub/libungif/${A}" HOMEPAGE="http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=x11-base/xfree-4.0.1" + src_compile() { cd ${S} try ./configure --host=${CHOST} --prefix=/usr diff --git a/media-libs/glut/glut-3.7.ebuild b/media-libs/glut/glut-3.7.ebuild index 0465600ab60a..15516c586e28 100644 --- a/media-libs/glut/glut-3.7.ebuild +++ b/media-libs/glut/glut-3.7.ebuild @@ -1,7 +1,7 @@ # 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/glut/glut-3.7.ebuild,v 1.1 2000/10/09 16:02:49 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7.ebuild,v 1.2 2000/11/01 04:44:17 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,6 +9,10 @@ DESCRIPTION="GLUT API for Linux" SRC_URI="http://reality.sgi.com/opengl/glut3/${A}" HOMEPAGE="http://reality.sgi.com/opengl/glut3/glut3.html" +DEPEND=">=sys-libs/glibc-2.1.3 + >=x11-base/xfree-4.0.1 + >=media-libs/mesa-glu-3.2.1" + src_unpack() { unpack ${A} cd ${WORKDIR} diff --git a/media-libs/jpeg/jpeg-6b-r1.ebuild b/media-libs/jpeg/jpeg-6b-r1.ebuild index 5418fb18c869..0abd87653fc7 100644 --- a/media-libs/jpeg/jpeg-6b-r1.ebuild +++ b/media-libs/jpeg/jpeg-6b-r1.ebuild @@ -1,7 +1,7 @@ # 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/jpeg/jpeg-6b-r1.ebuild,v 1.3 2000/09/15 20:09:02 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-6b-r1.ebuild,v 1.4 2000/11/01 04:44:17 achim Exp $ P=jpeg-6b A=jpegsrc.v6b.tar.gz @@ -9,6 +9,8 @@ S=${WORKDIR}/${P} DESCRIPTION="libjpeg" SRC_URI="ftp://ftp.uu.net/graphics/jpeg/"${A} HOMEPAGE="http://www.ijg.org/" +DEPEND=">=sys-libs/glibc-2.1.3" + src_compile() { try ./configure --prefix=/usr --enable-shared --enable-static try make diff --git a/media-libs/libgd/libgd-1.8.3-r1.ebuild b/media-libs/libgd/libgd-1.8.3-r1.ebuild index 9734db3a8d49..36b21051261c 100644 --- a/media-libs/libgd/libgd-1.8.3-r1.ebuild +++ b/media-libs/libgd/libgd-1.8.3-r1.ebuild @@ -1,7 +1,7 @@ # 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/libgd/libgd-1.8.3-r1.ebuild,v 1.4 2000/10/30 20:08:25 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgd/libgd-1.8.3-r1.ebuild,v 1.5 2000/11/01 04:44:17 achim Exp $ P=libgd-1.8.3 A=gd-1.8.3.tar.gz @@ -10,6 +10,12 @@ DESCRIPTION="A graphics library for fast image creation" SRC_URI="http://www.boutell.com/gd/http/"${A} HOMEPAGE="http://www.boutell.com/gd/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=media-libs/jpeg-6b + >=media-libs/libpng-1.0.7 + >=media-libs/freetype-1.3.1 + >=x11-base/xfree-4.0.1" + src_unpack() { unpack ${A} cd ${S} diff --git a/media-libs/libmikmod/libmikmod-3.1.9-r1.ebuild b/media-libs/libmikmod/libmikmod-3.1.9-r1.ebuild index 9d1d6b527a30..20e3c8f5acd8 100644 --- a/media-libs/libmikmod/libmikmod-3.1.9-r1.ebuild +++ b/media-libs/libmikmod/libmikmod-3.1.9-r1.ebuild @@ -1,7 +1,7 @@ # 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/libmikmod/libmikmod-3.1.9-r1.ebuild,v 1.4 2000/10/23 11:27:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmikmod/libmikmod-3.1.9-r1.ebuild,v 1.5 2000/11/01 04:44:17 achim Exp $ P=libmikmod-3.1.9 A=${P}.tar.gz @@ -9,6 +9,11 @@ S=${WORKDIR}/${P} DESCRIPTION="The boldest sound on the planet" SRC_URI="http://mikmod.darkorb.net/libmikmod/"${A} +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=media-libs/alsa-lib-0.5.9 + >=media-sound/esound-0.2.19" + src_unpack() { unpack ${A} } diff --git a/media-libs/libmng/libmng-0.9.3.ebuild b/media-libs/libmng/libmng-0.9.3.ebuild index e8990a2c3184..6baef5c1a0fa 100644 --- a/media-libs/libmng/libmng-0.9.3.ebuild +++ b/media-libs/libmng/libmng-0.9.3.ebuild @@ -1,7 +1,7 @@ # 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/libmng/libmng-0.9.3.ebuild,v 1.1 2000/10/31 18:01:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmng/libmng-0.9.3.ebuild,v 1.2 2000/11/01 04:44:17 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${PN} @@ -9,6 +9,8 @@ DESCRIPTION="Multiple Image Networkgraphics lib (animated png's)" SRC_URI="http://download.sourceforge.net/libmng/${A}" HOMEPAGE="http://www.libmng.com/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=media-libs/jpeg-6b" src_compile() { diff --git a/media-libs/libpng/libpng-1.0.8-r1.ebuild b/media-libs/libpng/libpng-1.0.8-r1.ebuild index fc8d7c1848bc..4865cf0d8234 100644 --- a/media-libs/libpng/libpng-1.0.8-r1.ebuild +++ b/media-libs/libpng/libpng-1.0.8-r1.ebuild @@ -1,7 +1,7 @@ # 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/libpng/libpng-1.0.8-r1.ebuild,v 1.3 2000/09/15 20:09:02 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.0.8-r1.ebuild,v 1.4 2000/11/01 04:44:17 achim Exp $ P=libpng-1.0.8 A="${P}.tar.gz" @@ -10,6 +10,9 @@ DESCRIPTION="libpng" SRC_URI="http://www.libpng.org/pub/png/src/${P}.tar.gz" HOMEPAGE="http://www.libpng.org/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/zlib-1.1.3" + src_unpack() { unpack ${P}.tar.gz cd ${S} diff --git a/media-libs/libsdl/libsdl-1.1.5.ebuild b/media-libs/libsdl/libsdl-1.1.5.ebuild index 743029dd17cc..2c9acc8813f1 100644 --- a/media-libs/libsdl/libsdl-1.1.5.ebuild +++ b/media-libs/libsdl/libsdl-1.1.5.ebuild @@ -1,7 +1,7 @@ # 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/libsdl/libsdl-1.1.5.ebuild,v 1.3 2000/10/23 11:27:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.1.5.ebuild,v 1.4 2000/11/01 04:44:17 achim Exp $ A=SDL-${PV}.tar.gz S=${WORKDIR}/SDL-${PV} @@ -9,6 +9,14 @@ DESCRIPTION="Simple Direct Media Layer" SRC_URI="http://www.libsdl.org/release/"${A} HOMEPAGE="http://www.libsdl.org/" +DEPEND=">=sys-apps/bash-2.04 + >=sys-libs/glibc-2.1.3 + >=dev-lang/nasm-0.98 + >=media-libs/alsa-lib-0.5.9 + >=media-libs/audiofile-0.1.9 + >=media-sound/esound-0.2.19 + >=x11-base/xfree-4.0.1" + src_unpack() { unpack ${A} } diff --git a/media-libs/mesa/mesa-glu-3.2.1.ebuild b/media-libs/mesa/mesa-glu-3.2.1.ebuild index 6dfec649885d..8e968b1e8d90 100644 --- a/media-libs/mesa/mesa-glu-3.2.1.ebuild +++ b/media-libs/mesa/mesa-glu-3.2.1.ebuild @@ -1,7 +1,7 @@ # 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/mesa/mesa-glu-3.2.1.ebuild,v 1.2 2000/10/29 20:36:59 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-glu-3.2.1.ebuild,v 1.3 2000/11/01 04:44:18 achim Exp $ P=MesaLib-${PV} A=${P}.tar.gz @@ -10,6 +10,8 @@ DESCRIPTION="OpenGL like graphic library for Linux" SRC_URI="ftp://gd.tuwien.ac.at/graphics/libs/Mesa/${A}" HOMEPAGE="http://mesa3d.sourceforge.net/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=x11-base/xfree-4.0.1" src_compile() { diff --git a/media-libs/mpeg-lib/mpeg-lib-1.3.1.ebuild b/media-libs/mpeg-lib/mpeg-lib-1.3.1.ebuild index b0c6bf419d43..246c668bbf0c 100644 --- a/media-libs/mpeg-lib/mpeg-lib-1.3.1.ebuild +++ b/media-libs/mpeg-lib/mpeg-lib-1.3.1.ebuild @@ -1,7 +1,7 @@ # 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/mpeg-lib/mpeg-lib-1.3.1.ebuild,v 1.1 2000/10/18 06:07:54 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mpeg-lib/mpeg-lib-1.3.1.ebuild,v 1.2 2000/11/01 04:44:18 achim Exp $ P=mpeg_lib-${PV} A=${P}.tar.gz @@ -10,6 +10,7 @@ DESCRIPTION="A lib for MPEG-1 video" SRC_URI="ftp://ftp.mni.mcgill.ca/pub/mpeg/${A}" HOMEPAGE="http://" +DEPEND=">=sys-libs/glibc-2.1.3" src_compile() { diff --git a/media-libs/mpeg2vidcodec/mpeg2vidcodec-12.ebuild b/media-libs/mpeg2vidcodec/mpeg2vidcodec-12.ebuild index 635932677b92..c24387169e8b 100644 --- a/media-libs/mpeg2vidcodec/mpeg2vidcodec-12.ebuild +++ b/media-libs/mpeg2vidcodec/mpeg2vidcodec-12.ebuild @@ -1,7 +1,7 @@ # 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/mpeg2vidcodec/mpeg2vidcodec-12.ebuild,v 1.1 2000/09/18 19:31:59 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mpeg2vidcodec/mpeg2vidcodec-12.ebuild,v 1.2 2000/11/01 04:44:18 achim Exp $ P=mpeg2vidcodec_v12 A=${P}.tar.gz @@ -10,6 +10,7 @@ DESCRIPTION="MPEG Library" SRC_URI="ftp://ftp.mpeg.org/pub/mpeg/mssg/${A}" HOMEPAGE="http://www.mpeg.org" +DEPEND=">=sys-libs/glibc-2.1.3" src_unpack () { diff --git a/media-libs/t1lib/t1lib-1.0.1-r1.ebuild b/media-libs/t1lib/t1lib-1.0.1-r1.ebuild index 5a5419deff6b..b1fb14c6316c 100644 --- a/media-libs/t1lib/t1lib-1.0.1-r1.ebuild +++ b/media-libs/t1lib/t1lib-1.0.1-r1.ebuild @@ -1,7 +1,7 @@ # 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/t1lib/t1lib-1.0.1-r1.ebuild,v 1.3 2000/09/15 20:09:03 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-1.0.1-r1.ebuild,v 1.4 2000/11/01 04:44:18 achim Exp $ P=t1lib-1.0.1 A=${P}.tar.gz @@ -17,7 +17,8 @@ src_unpack() { src_compile() { cd ${S} try ./configure --host=${CHOST} --prefix=/usr - try make without_doc + try make +# try make without_doc } src_install() { diff --git a/media-libs/tiff/tiff-3.5.5-r1.ebuild b/media-libs/tiff/tiff-3.5.5-r1.ebuild index a5716c37e2ad..e4a4a1060cbf 100644 --- a/media-libs/tiff/tiff-3.5.5-r1.ebuild +++ b/media-libs/tiff/tiff-3.5.5-r1.ebuild @@ -1,7 +1,7 @@ # 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/tiff/tiff-3.5.5-r1.ebuild,v 1.3 2000/10/30 20:08:25 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.5.5-r1.ebuild,v 1.4 2000/11/01 04:44:18 achim Exp $ P=tiff-v3.5.5 A=${P}.tar.gz @@ -10,6 +10,9 @@ DESCRIPTION="libtiff" SRC_URI="http://www.libtiff.org/"${A} HOMEPAGE="http://www.libtiff.org/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=media-libs/jpeg-6b" + src_compile() { cd ${S} try ./configure --noninteractive |