summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-libs/aalib/aalib-1.2-r1.ebuild5
-rw-r--r--media-libs/gle/gle-3.0.1-r1.ebuild6
-rw-r--r--media-libs/lcms/lcms-1.06.build36
-rw-r--r--media-libs/mesa/mesa-3.4-r1.ebuild6
-rw-r--r--media-libs/tiff/files/config.site-3.5.5-r32
5 files changed, 13 insertions, 42 deletions
diff --git a/media-libs/aalib/aalib-1.2-r1.ebuild b/media-libs/aalib/aalib-1.2-r1.ebuild
index 4a79b24e4cb9..efa6231f6218 100644
--- a/media-libs/aalib/aalib-1.2-r1.ebuild
+++ b/media-libs/aalib/aalib-1.2-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/aalib/aalib-1.2-r1.ebuild,v 1.2 2001/02/22 13:25:02 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/aalib/aalib-1.2-r1.ebuild,v 1.3 2001/02/22 16:38:38 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -23,8 +23,9 @@ src_unpack() {
unpack ${A}
cd ${S}
patch -p0 < ${FILESDIR}/configure-gpm.diff
+ rm configure
autoconf
-
+ touch *
}
src_compile() {
diff --git a/media-libs/gle/gle-3.0.1-r1.ebuild b/media-libs/gle/gle-3.0.1-r1.ebuild
index 12ffcfb1a5fc..410a22dedac6 100644
--- a/media-libs/gle/gle-3.0.1-r1.ebuild
+++ b/media-libs/gle/gle-3.0.1-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gle/gle-3.0.1-r1.ebuild,v 1.3 2001/02/15 18:16:54 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gle/gle-3.0.1-r1.ebuild,v 1.4 2001/02/22 16:38:38 achim Exp $
S=${WORKDIR}/${P}
DESCRIPTION="GL extrusion library"
@@ -19,7 +19,11 @@ src_compile() {
}
src_install () {
+
try make prefix=${D}/usr mandir=${D}/usr/share/man install
+ dodoc AUTHORS COPYING ChangeLog NEWS README
+ docinto html
+ dodoc public_html/*.{gif,jpg,html}
}
diff --git a/media-libs/lcms/lcms-1.06.build b/media-libs/lcms/lcms-1.06.build
deleted file mode 100644
index c1ba754c5d6d..000000000000
--- a/media-libs/lcms/lcms-1.06.build
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Your Name <your email>
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-1.06.build,v 1.1 2001/02/13 14:29:40 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="lcms deals with color management stuff"
-SRC_URI="http://www.littlecms.com/${A}"
-HOMEPAGE="http://www.littlecms.com/index.htm"
-
-DEPEND=""
-
-src_compile() {
-
- try ./configure --prefix=/usr --host=${CHOST}
- try make
-
-}
-
-src_install () {
-
- try make DESTDIR=${D} install
- cd ${D}/usr/include/lcms
- cp lcms.h lcms.orig
- sed -e "s:#define VERSION.*::" \
- -e "s:#define PACKAGE.*::" \
- lcms.orig > lcms.h
- rm lcms.orig
- cd ${S}
- dodoc AUTHORS COPYING ChangeLog README*
- docinto txt
- dodoc doc/*.txt
-
-}
-
diff --git a/media-libs/mesa/mesa-3.4-r1.ebuild b/media-libs/mesa/mesa-3.4-r1.ebuild
index 24936d3ffdd1..ace0e7d6cc4b 100644
--- a/media-libs/mesa/mesa-3.4-r1.ebuild
+++ b/media-libs/mesa/mesa-3.4-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/mesa/mesa-3.4-r1.ebuild,v 1.2 2001/02/15 18:16:54 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-3.4-r1.ebuild,v 1.3 2001/02/22 16:38:38 achim Exp $
P=MesaLib-${PV}
A0=${P}.tar.bz2
@@ -45,7 +45,9 @@ src_compile() {
if [ "`use X`" ]
then
- myconf="${myconf} --with-x"
+ myconf="${myconf} --with-x --without-glut"
+ # --without-glut means that mesa is forced to use and install
+ # his own version of glut.
else
myconf="${myconf} --without-x"
rm -rf src-glut
diff --git a/media-libs/tiff/files/config.site-3.5.5-r3 b/media-libs/tiff/files/config.site-3.5.5-r3
index 586ab6ee6757..ec0c3bc24f43 100644
--- a/media-libs/tiff/files/config.site-3.5.5-r3
+++ b/media-libs/tiff/files/config.site-3.5.5-r3
@@ -4,7 +4,7 @@ HTML="yes"
DIR_BIN=${D}/usr/bin
DIR_LIB=${D}/usr/lib
DIR_INC=${D}/usr/include
-DIR_MAN=${D}/usr/man
+DIR_MAN=${D}/usr/share/man
DIRS_LIBINC="/usr/include"
DIR_JPEGLIB="/usr/lib"
DIR_GZLIB="/usr/lib"