summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-12-21 08:22:29 +0000
committerAchim Gottinger <achim@gentoo.org>2000-12-21 08:22:29 +0000
commite3773dc1dae0f03ed96cda47600a842fb4592753 (patch)
tree3e461cbc4e14154468ce3e6261426ab069a5d1cb
parent*** empty log message *** (diff)
downloadhistorical-e3773dc1dae0f03ed96cda47600a842fb4592753.tar.gz
historical-e3773dc1dae0f03ed96cda47600a842fb4592753.tar.bz2
historical-e3773dc1dae0f03ed96cda47600a842fb4592753.zip
*** empty log message ***
-rw-r--r--media-gfx/blender-static/files/digest-blender-static-2.042
-rw-r--r--media-gfx/gimp/files/digest-gimp-1.1.311
-rw-r--r--media-gfx/gimp/gimp-1.1.31.ebuild44
-rw-r--r--media-libs/freetype/files/digest-freetype-2.0.11
-rw-r--r--media-libs/freetype/freetype-2.0.1.ebuild40
-rw-r--r--media-libs/freetype/freetype-2.0.ebuild20
-rw-r--r--media-libs/mesa-glu/mesa-glu-3.4.ebuild14
-rw-r--r--media-sound/alsa-driver/alsa-driver-0.5.9d.ebuild10
-rw-r--r--net-libs/libwww/libwww-5.3.1-r1.ebuild6
-rw-r--r--x11-base/xfree/files/4.0.2/site.def2
-rw-r--r--x11-base/xfree/xfree-4.0.1-r1.ebuild4
-rw-r--r--x11-base/xfree/xfree-4.0.2.ebuild4
-rw-r--r--x11-libs/qt-x11/files/digest-qt-x11-2.2.31
-rw-r--r--x11-libs/qt-x11/files/qt-2.2.3.diff.gzbin0 -> 8284 bytes
-rw-r--r--x11-libs/qt-x11/qt-x11-2.2.3.ebuild76
15 files changed, 195 insertions, 30 deletions
diff --git a/media-gfx/blender-static/files/digest-blender-static-2.04 b/media-gfx/blender-static/files/digest-blender-static-2.04
new file mode 100644
index 000000000000..de22e4e1b776
--- /dev/null
+++ b/media-gfx/blender-static/files/digest-blender-static-2.04
@@ -0,0 +1,2 @@
+MD5 d9ed02c74bccfeecb77f48afa40e33b6 blender2.04-linux-glibc2.1.2-i386-static.tar.gz
+MD5 489f4b961370f0bc1b4d8e7737157fbd manual_1.5.zip
diff --git a/media-gfx/gimp/files/digest-gimp-1.1.31 b/media-gfx/gimp/files/digest-gimp-1.1.31
new file mode 100644
index 000000000000..d8b7fc02c027
--- /dev/null
+++ b/media-gfx/gimp/files/digest-gimp-1.1.31
@@ -0,0 +1 @@
+MD5 4f8ad8502b58f898b6ea63e42098b2d4 gimp-1.1.31.tar.bz2
diff --git a/media-gfx/gimp/gimp-1.1.31.ebuild b/media-gfx/gimp/gimp-1.1.31.ebuild
new file mode 100644
index 000000000000..adda339ec603
--- /dev/null
+++ b/media-gfx/gimp/gimp-1.1.31.ebuild
@@ -0,0 +1,44 @@
+# 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-gfx/gimp/gimp-1.1.31.ebuild,v 1.1 2000/12/21 08:22:29 achim Exp $
+
+A=${P}.tar.bz2
+S=${WORKDIR}/${P}
+DESCRIPTION="GIMP"
+SRC_URI="ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/v1.1/v${PV}/"${A}
+HOMEPAGE="http://www.gimp.org"
+
+DEPEND=">=sys-libs/slang-1.4.2
+ >=gnome-base/gnome-libs-1.2.4
+ >=media-libs/mpeg-lib-1.3.1
+ >=media-libs/aalib-1.2
+ || ( net-print/LPRng net-print/cups )"
+RDEPEND=">=sys-libs/slang-1.4.2
+ >=gnome-base/gnome-libs-1.2.4
+ >=media-libs/aalib-1.2"
+
+
+src_compile() {
+ cd ${S}
+ try ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etc
+ try make
+}
+
+src_install() {
+ dodir /usr/X11R6/lib/gimp/1.1/plug-ins
+ cd ${S}
+ try make prefix=${D}/usr/X11R6 gimpsysconfdir=${D}/etc/gimp/1.1 PREFIX=${D}/usr install
+ preplib /usr/X11R6
+ dodoc AUTHORS COPYING ChangeLog* *MAINTAINERS README* TODO
+ dodoc docs/*.txt docs/*.ps docs/Wilber* docs/quick_reference.tar.gz
+ docinto html/libgimp
+ dodoc devel-docs/libgimp/html/*.html
+ docinto devel
+ dodoc devel-docs/*.txt
+}
+
+
+
+
+
diff --git a/media-libs/freetype/files/digest-freetype-2.0.1 b/media-libs/freetype/files/digest-freetype-2.0.1
new file mode 100644
index 000000000000..06e174223713
--- /dev/null
+++ b/media-libs/freetype/files/digest-freetype-2.0.1
@@ -0,0 +1 @@
+MD5 85c5d77ae4056583c6c92eecb7a8ef82 freetype-2.0.1.tar.bz2
diff --git a/media-libs/freetype/freetype-2.0.1.ebuild b/media-libs/freetype/freetype-2.0.1.ebuild
new file mode 100644
index 000000000000..b8affdbaba7e
--- /dev/null
+++ b/media-libs/freetype/freetype-2.0.1.ebuild
@@ -0,0 +1,40 @@
+# 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-2.0.1.ebuild,v 1.1 2000/12/21 08:22:29 achim Exp $
+
+A=${P}.tar.bz2
+S=${WORKDIR}/${P}
+DESCRIPTION="TTF-Library"
+SRC_URI="ftp://ftp.freetype.org/pub/freetype2/"${A}
+HOMEPAGE="http://www.freetype.org/"
+
+DEPEND=">=sys-libs/glibc-2.1.3
+ >=x11-base/xfree-4.0.1"
+
+src_compile() {
+ cd ${S}
+ export CFG="--host=${CHOST} --prefix=/usr/lib/freetype2"
+ try make
+ try make
+}
+
+src_install() {
+ cd ${S}
+ try make prefix=${D}/usr/lib/freetype2 install
+ dodoc CHANGES LICENSE.TXT
+ dodoc docs/*.txt
+ docinto html
+ dodoc docs/*.html
+ for i in design glyphs image tutorial
+ do
+ docinto html/${i}
+ dodoc docs/${i}/*
+ done
+
+}
+
+
+
+
+
diff --git a/media-libs/freetype/freetype-2.0.ebuild b/media-libs/freetype/freetype-2.0.ebuild
index cb5b18797aa2..733028642ded 100644
--- a/media-libs/freetype/freetype-2.0.ebuild
+++ b/media-libs/freetype/freetype-2.0.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-2.0.ebuild,v 1.2 2000/11/26 20:54:18 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.0.ebuild,v 1.3 2000/12/21 08:22:29 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -14,20 +14,24 @@ DEPEND=">=sys-libs/glibc-2.1.3
src_compile() {
cd ${S}
- export CFG="--host=${CHOST} --prefix=/usr/lib/freetype2 --includedir=/usr/include"
+ export CFG="--host=${CHOST} --prefix=/usr/lib/freetype2"
try make
try make
}
src_install() {
cd ${S}
- try make prefix=${D}/usr/lib/freetype2 includedir=${D}/usr/include install
- dodoc announce PATENTS README readme.1st
- dodoc docs/*.txt docs/FAQ docs/TODO
+ try make prefix=${D}/usr/lib/freetype2 install
+ dodoc CHANGES LICENSE.TXT
+ dodoc docs/*.txt
docinto html
- dodoc docs/*.htm
- docinto html/image
- dodoc docs/image/*.gif docs/image/*.png
+ dodoc docs/*.html
+ for i in design glyphs image tutorial
+ do
+ docinto html/${i}
+ dodoc docs/${i}/*
+ done
+
}
diff --git a/media-libs/mesa-glu/mesa-glu-3.4.ebuild b/media-libs/mesa-glu/mesa-glu-3.4.ebuild
index 950d49ceba61..39b81e048c40 100644
--- a/media-libs/mesa-glu/mesa-glu-3.4.ebuild
+++ b/media-libs/mesa-glu/mesa-glu-3.4.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-glu/mesa-glu-3.4.ebuild,v 1.1 2000/12/05 23:27:55 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa-glu/mesa-glu-3.4.ebuild,v 1.2 2000/12/21 08:22:29 achim Exp $
P=MesaLib-${PV}
A=${P}.tar.gz
@@ -25,14 +25,14 @@ src_install () {
cd ${S}
try make DESTDIR=${D} install
-# rm -f ${D}/usr/X11R6/lib/libGL.*
+ rm -f ${D}/usr/X11R6/lib/libGL.*
-# rm -f ${D}/usr/X11R6/include/GL/gl.h
-# rm -f ${D}/usr/X11R6/include/GL/glx.h
-# rm -f ${D}/usr/X11R6/include/GL/osmesa.h
+ rm -f ${D}/usr/X11R6/include/GL/gl.h
+ rm -f ${D}/usr/X11R6/include/GL/glx.h
+ rm -f ${D}/usr/X11R6/include/GL/osmesa.h
cd ${D}/usr/X11R6/lib
- ln -s libGLU.so.1.1.030400 libMesaGLU.so.3
- ln -s libGL.so.2.1.030400 libMesaGL.so.3
+# ln -s libGLU.so.1.1.030400 libMesaGLU.so.3
+# ln -s libGL.so.2.1.030400 libMesaGL.so.3
cd ${S}
dodoc docs/*
diff --git a/media-sound/alsa-driver/alsa-driver-0.5.9d.ebuild b/media-sound/alsa-driver/alsa-driver-0.5.9d.ebuild
index 1ff85ca93bae..8bc3f883a977 100644
--- a/media-sound/alsa-driver/alsa-driver-0.5.9d.ebuild
+++ b/media-sound/alsa-driver/alsa-driver-0.5.9d.ebuild
@@ -1,18 +1,16 @@
# 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-sound/alsa-driver/alsa-driver-0.5.9d.ebuild,v 1.2 2000/12/08 17:21:49 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.5.9d.ebuild,v 1.3 2000/12/21 08:22:29 achim Exp $
A=${P}.tar.bz2
S=${WORKDIR}/${P}
DESCRIPTION="Advanced Linux Sound Architecture / Drivers"
SRC_URI="ftp://ftp.alsa-project.org/pub/driver/"${A}
HOMEPAGE="http://www.alsa-project.org/"
-KERNEL="linux-2.4.0_rc11"
-MODULES=2.4.0-test11/kernel/drivers/alsa/
-#KERNEL="linux-UP-2.2.17-r3"
-#MODULES="2.2.17-RAID/misc/"
-DEPEND=">=sys-kernel/linux-2.4.0_rc11"
+KERNEL="linux-2.4.0_rc10-r6"
+MODULES=2.4.0-test10/kernel/drivers/alsa/
+DEPEND=">=sys-kernel/linux-2.4.0_rc10"
src_unpack() {
unpack ${A}
diff --git a/net-libs/libwww/libwww-5.3.1-r1.ebuild b/net-libs/libwww/libwww-5.3.1-r1.ebuild
index fe3c308aa9e0..f0be5ad99ed5 100644
--- a/net-libs/libwww/libwww-5.3.1-r1.ebuild
+++ b/net-libs/libwww/libwww-5.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/net-libs/libwww/libwww-5.3.1-r1.ebuild,v 1.1 2000/11/25 13:13:30 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libwww/libwww-5.3.1-r1.ebuild,v 1.2 2000/12/21 08:22:29 achim Exp $
A=w3c-${P}.tar.gz
S=${WORKDIR}/w3c-${P}
@@ -26,9 +26,7 @@ src_compile() {
src_install () {
cd ${S}
- try make DESTDIR=${D} install
- insinto /usr/include/w3c-libwww
- doins wwwconf.h
+ try make prefix=${D}/usr install
dodoc COPYRIGHT
docinto html
dodoc *.html
diff --git a/x11-base/xfree/files/4.0.2/site.def b/x11-base/xfree/files/4.0.2/site.def
index c516e927e29e..53f15f80fa3d 100644
--- a/x11-base/xfree/files/4.0.2/site.def
+++ b/x11-base/xfree/files/4.0.2/site.def
@@ -4,4 +4,4 @@
#define ForceNormalLib YES
#define BuildXinerama YES
#define SharedLibXau YES
-
+#define Freetype2Dir /usr/lib/freetype2
diff --git a/x11-base/xfree/xfree-4.0.1-r1.ebuild b/x11-base/xfree/xfree-4.0.1-r1.ebuild
index 4d836e523c72..85497dcd297b 100644
--- a/x11-base/xfree/xfree-4.0.1-r1.ebuild
+++ b/x11-base/xfree/xfree-4.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/x11-base/xfree/xfree-4.0.1-r1.ebuild,v 1.6 2000/11/01 04:44:23 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/xfree-4.0.1-r1.ebuild,v 1.7 2000/12/21 08:22:29 achim Exp $
P=xfree-4.0.1
A="X401src-1.tgz X401src-2.tgz X401src-3.tgz"
@@ -19,7 +19,7 @@ DEPEND=">=sys-apps/bash-2.04
src_unpack () {
unpack ${A}
- cp ${FILESDIR}/site.def ${S}/config/cf/host.def
+ cp ${FILESDIR}/${PV}/site.def ${S}/config/cf/host.def
}
src_compile() {
diff --git a/x11-base/xfree/xfree-4.0.2.ebuild b/x11-base/xfree/xfree-4.0.2.ebuild
index af2b0eb6d3d4..82c083bc4156 100644
--- a/x11-base/xfree/xfree-4.0.2.ebuild
+++ b/x11-base/xfree/xfree-4.0.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/x11-base/xfree/xfree-4.0.2.ebuild,v 1.1 2000/12/21 02:10:13 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/xfree-4.0.2.ebuild,v 1.2 2000/12/21 08:22:29 achim Exp $
A="X402src-1.tgz X402src-2.tgz X402src-3.tgz"
S=${WORKDIR}/xc
@@ -19,7 +19,7 @@ DEPEND=">=sys-apps/bash-2.04
src_unpack () {
unpack ${A}
- cp ${FILESDIR}/site.def ${S}/config/cf/host.def
+ cp ${FILESDIR}/${PV}/site.def ${S}/config/cf/host.def
}
src_compile() {
diff --git a/x11-libs/qt-x11/files/digest-qt-x11-2.2.3 b/x11-libs/qt-x11/files/digest-qt-x11-2.2.3
new file mode 100644
index 000000000000..87ccecf82ae7
--- /dev/null
+++ b/x11-libs/qt-x11/files/digest-qt-x11-2.2.3
@@ -0,0 +1 @@
+MD5 964ca0e7e641271a2f5706a0e4383fcf qt-x11-2.2.3.tar.gz
diff --git a/x11-libs/qt-x11/files/qt-2.2.3.diff.gz b/x11-libs/qt-x11/files/qt-2.2.3.diff.gz
new file mode 100644
index 000000000000..7b1fa1597faf
--- /dev/null
+++ b/x11-libs/qt-x11/files/qt-2.2.3.diff.gz
Binary files differ
diff --git a/x11-libs/qt-x11/qt-x11-2.2.3.ebuild b/x11-libs/qt-x11/qt-x11-2.2.3.ebuild
new file mode 100644
index 000000000000..d91e03779044
--- /dev/null
+++ b/x11-libs/qt-x11/qt-x11-2.2.3.ebuild
@@ -0,0 +1,76 @@
+# 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/x11-libs/qt-x11/qt-x11-2.2.3.ebuild,v 1.1 2000/12/21 08:22:29 achim Exp $
+
+A=${P}.tar.gz
+S=${WORKDIR}/qt-${PV}
+DESCRIPTION="QT 2.2"
+SRC_PATH="kde/stable/2.0/distribution/tar/generic/src/${A}"
+SRC_URI="ftp://ftp.trolltech.com/pub/qt/source/${A}"
+HOMEPAGE="http://www.kde.org/"
+
+DEPEND=">=media-libs/libpng-1.0.7
+ >=media-libs/libmng-0.9.3
+ >=media-libs/mesa-3.4
+ >=media-sound/nas-1.4.1
+ >=x11-base/xfree-4.0.2"
+
+export QTDIR=${S}
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ gzip -dc ${FILESDIR}/qt-2.2.3.diff.gz | patch -p0
+ cp configure configure.orig
+ sed -e "s:read acceptance:acceptance=yes:" configure.orig > configure
+}
+
+src_compile() {
+ cd ${S}
+ export LDFLAGS="-ldl"
+ ./configure -sm -thread -system-zlib -system-jpeg -system-nas-sound \
+ -system-libmng -system-libpng -gif -platform linux-g++ -ldl -lpthread
+ cd ${S}/src
+ cp Makefile Makefile.orig
+ sed -e "s/-O2/${CFLAGS}/" Makefile.orig > Makefile
+ cd ${S}/tools
+ cp Makefile Makefile.orig
+ sed -e "s/-O2/${CFLAGS}/" Makefile.orig > Makefile
+ cd ${S}/src/moc
+ cp Makefile Makefile.orig
+ sed -e "s/-pipe -O2/${CFLAGS}/" Makefile.orig > Makefile
+ cd ${S}
+ try make symlinks src-moc src-mt sub-src sub-tools
+}
+
+src_install() {
+
+ QTBASE=/usr/X11R6/lib
+ cd ${S}
+ dodir $QTBASE/${P}
+ into $QTBASE/${P}
+ dobin bin/*
+ dolib.so lib/libqt.so.${PV}
+ dolib.so lib/libqt-mt.so.${PV}
+ dolib.so lib/libqutil.so.1.0.0
+ preplib $QTBASE/lib/${P}
+ dosym libqt.so.${PV} $QTBASE/${P}/lib/libqt.so
+ dosym libqt-mt.so.${PV} $QTBASE/${P}/lib/libqt-mt.so
+ dosym libqutil.so.1.0.0 $QTBASE/${P}/lib/libqutil.so
+ cd ${D}${QTBASE}
+ ln -sf qt-x11-${PV} qt
+ cd ${S}
+ dodir ${QTBASE}/${P}/include
+ cp include/* ${D}${QTBASE}/${P}/include/
+ doman doc/man/man3/*
+
+ dodoc ANNOUNCE FAQ LICENSE.QPL MANIFEST PLATFORMS
+ dodoc PORTING README*
+ cp -af ${S}/doc/html ${D}/usr/doc/${P}
+
+}
+
+
+
+