diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 10:54:06 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 10:54:06 +0000 |
commit | 26ef11f855b1900e0a9eb30619d526ac83e56a8b (patch) | |
tree | 66359baa38877e14988dc2ddd7ffba6cceac95db /media-libs | |
parent | Cleanup (diff) | |
download | gentoo-2-26ef11f855b1900e0a9eb30619d526ac83e56a8b.tar.gz gentoo-2-26ef11f855b1900e0a9eb30619d526ac83e56a8b.tar.bz2 gentoo-2-26ef11f855b1900e0a9eb30619d526ac83e56a8b.zip |
Cleanup
Diffstat (limited to 'media-libs')
81 files changed, 0 insertions, 1899 deletions
diff --git a/media-libs/aalib/aalib-1.2.ebuild b/media-libs/aalib/aalib-1.2.ebuild deleted file mode 100644 index 54090c58baea..000000000000 --- a/media-libs/aalib/aalib-1.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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.3 2000/11/01 04:44:16 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -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() { - - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} \ - --with-slang-driver=yes - try make - -} - -src_install () { - - cd ${S} - try make prefix=${D}/usr install - dodoc ANNOUNCE AUTHORS ChangeLog COPYING NEWS README* - prepinfo -} - diff --git a/media-libs/aalib/files/digest-aalib-1.2 b/media-libs/aalib/files/digest-aalib-1.2 deleted file mode 100644 index 8c8f3a0fc602..000000000000 --- a/media-libs/aalib/files/digest-aalib-1.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 790434e0f2005fc95559ab3eab42e746 aalib-1.2.tar.gz diff --git a/media-libs/alsa-lib/alsa-lib-0.5.10.ebuild b/media-libs/alsa-lib/alsa-lib-0.5.10.ebuild deleted file mode 100644 index fff6a0699b22..000000000000 --- a/media-libs/alsa-lib/alsa-lib-0.5.10.ebuild +++ /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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.5.10.ebuild,v 1.3 2001/02/01 19:30:33 achim Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Advanced Linux Sound Architecture / Library" -SRC_URI="ftp://ftp.alsa-project.org/pub/lib/${P}.tar.bz2" -HOMEPAGE="http://www.alsa-project.org/" - -DEPEND=">=sys-libs/glibc-2.1.3 - virtual/kernel" - - -src_unpack() { - unpack ${A} -} - -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/usr - try make -} - -src_install() { - cd ${S} - try make DESTDIR=${D} install - dodoc ChangeLog COPYING -} - -pkg_postinst() { - /usr/sbin/env-update -} - - - diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-0.5.10 b/media-libs/alsa-lib/files/digest-alsa-lib-0.5.10 deleted file mode 100644 index 97a338136a33..000000000000 --- a/media-libs/alsa-lib/files/digest-alsa-lib-0.5.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 cd1ebd3f00985c609417cb973988fb5e alsa-lib-0.5.10.tar.bz2 diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-0.5.9-r2 b/media-libs/alsa-lib/files/digest-alsa-lib-0.5.9-r2 deleted file mode 100644 index e64ddb82e100..000000000000 --- a/media-libs/alsa-lib/files/digest-alsa-lib-0.5.9-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 7c05d056cd95c481387fcd0378aed0d8 alsa-lib-0.5.9.tar.bz2 diff --git a/media-libs/audiofile/audiofile-0.1.9-r1.ebuild b/media-libs/audiofile/audiofile-0.1.9-r1.ebuild deleted file mode 100644 index ecf8a5511bf7..000000000000 --- a/media-libs/audiofile/audiofile-0.1.9-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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-r1.ebuild,v 1.1 2001/02/13 14:29:40 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -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="virtual/glibc" - -src_compile() { - - try ./configure --host=${CHOST} --prefix=/usr - try make -} - -src_install() { - - try make prefix=${D}/usr install - dodoc ACKNOWLEDGEMENTS AUTHORS COPYING* ChangeLog README TODO - dodoc NEWS NOTES - -} - - - - - - diff --git a/media-libs/audiofile/audiofile-0.1.9.ebuild b/media-libs/audiofile/audiofile-0.1.9.ebuild deleted file mode 100644 index 42206ead20da..000000000000 --- a/media-libs/audiofile/audiofile-0.1.9.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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.4 2000/11/01 04:44:16 achim Exp $ - -P=audiofile-0.1.9 -A=${P}.tar.gz -S=${WORKDIR}/${P} -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 - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/usr install - dodoc ACKNOWLEDGEMENTS AUTHORS COPYING* ChangeLog README TODO - dodoc NEWS NOTES -} - - - - - - diff --git a/media-libs/audiofile/files/digest-audiofile-0.1.9 b/media-libs/audiofile/files/digest-audiofile-0.1.9 deleted file mode 100644 index 6d2f54d2766d..000000000000 --- a/media-libs/audiofile/files/digest-audiofile-0.1.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 d0b3c30db035fdab408ea63125068a32 audiofile-0.1.9.tar.gz diff --git a/media-libs/fnlib/fnlib-0.5.ebuild b/media-libs/fnlib/fnlib-0.5.ebuild deleted file mode 100644 index 5615727591f3..000000000000 --- a/media-libs/fnlib/fnlib-0.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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/fnlib/fnlib-0.5.ebuild,v 1.4 2000/11/05 14:42:17 achim Exp $ - -P=fnlib-0.5 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Font Library" -SRC_URI="ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/libs/"${A} - -DEPEND=">=media-libs/imlib-1.9.8.1" - -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etc/X11/fnlib - try make -} - -src_install() { - cd ${S} - - try make prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/X11/fnlib install - dodoc AUTHORS ChangeLog COPYING* HACKING NEWS README - dodoc doc/fontinfo.README - -} - - - - diff --git a/media-libs/freetype/files/digest-freetype-1.3.1-r1 b/media-libs/freetype/files/digest-freetype-1.3.1-r1 deleted file mode 100644 index b784054228f5..000000000000 --- a/media-libs/freetype/files/digest-freetype-1.3.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 9a9e7ad00c1ef6dfbf8f8e19ceefb300 freetype-1.3.1.tar.gz diff --git a/media-libs/freetype/files/digest-freetype-2.0 b/media-libs/freetype/files/digest-freetype-2.0 deleted file mode 100644 index 39020ec51f2c..000000000000 --- a/media-libs/freetype/files/digest-freetype-2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 0580eb224bb248bcff2a6d869b4a6f37 freetype-2.0.tar.gz diff --git a/media-libs/freetype/files/digest-freetype-2.0.1 b/media-libs/freetype/files/digest-freetype-2.0.1 deleted file mode 100644 index 06e174223713..000000000000 --- a/media-libs/freetype/files/digest-freetype-2.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 85c5d77ae4056583c6c92eecb7a8ef82 freetype-2.0.1.tar.bz2 diff --git a/media-libs/freetype/freetype-1.3.1-r1.ebuild b/media-libs/freetype/freetype-1.3.1-r1.ebuild deleted file mode 100644 index 9ed34d00f13c..000000000000 --- a/media-libs/freetype/freetype-1.3.1-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# 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.4 2000/11/01 04:44:16 achim Exp $ - -P=freetype-1.3.1 -A=${P}.tar.gz -S=${WORKDIR}/${P} -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} - try ./configure --host=${CHOST} --prefix=/usr - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/usr install - dodoc announce PATENTS README readme.1st - dodoc docs/*.txt docs/FAQ docs/TODO - docinto html - dodoc docs/*.htm - docinto html/image - dodoc docs/image/*.gif docs/image/*.png -} - - - - diff --git a/media-libs/freetype/freetype-2.0.1.ebuild b/media-libs/freetype/freetype-2.0.1.ebuild deleted file mode 100644 index 30fbbc936fb1..000000000000 --- a/media-libs/freetype/freetype-2.0.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# 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.3 2001/01/05 03:21:55 achim Exp $ - -A=${P}.tar.bz2 -S=${WORKDIR}/${P} -DESCRIPTION="TTF-Library" -SRC_URI="ftp://freetype.sourceforge.net/pub/freetype/freetype2/"${A} -HOMEPAGE="http://www.freetype.org/" - -DEPEND=">=sys-libs/glibc-2.1.3" - -src_compile() { - cd ${S} - export CFG="--host=${CHOST} --prefix=/usr" - try make - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/usr 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 deleted file mode 100644 index 733028642ded..000000000000 --- a/media-libs/freetype/freetype-2.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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.3 2000/12/21 08:22:29 achim Exp $ - -A=${P}.tar.gz -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/giflib/files/digest-giflib-4.1.0-r1 b/media-libs/giflib/files/digest-giflib-4.1.0-r1 deleted file mode 100644 index d88e517e0a46..000000000000 --- a/media-libs/giflib/files/digest-giflib-4.1.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 f70e8fe2dd57815bd2740aa88aa32f2c giflib-4.1.0.tar.gz diff --git a/media-libs/giflib/giflib-4.1.0-r1.ebuild b/media-libs/giflib/giflib-4.1.0-r1.ebuild deleted file mode 100644 index 4bbe1d49304b..000000000000 --- a/media-libs/giflib/giflib-4.1.0-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -## 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.6 2000/11/03 17:47:45 achim Exp $ - -P=giflib-4.1.0 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="giflib" -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=">=x11-base/xfree-4.0.1" - -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/usr - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/usr install - dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS ONEWS - dodoc PATENT_PROBLEMS README TODO - dodoc doc/*.txt - docinto html - dodoc doc/*.html doc/*.png -} - - - diff --git a/media-libs/gle/files/digest-gle-3.0.1 b/media-libs/gle/files/digest-gle-3.0.1 deleted file mode 100644 index 5e58e3477170..000000000000 --- a/media-libs/gle/files/digest-gle-3.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c335223b9c4a076426129f3ff4e9c939 gle-3.0.1.tar.gz diff --git a/media-libs/gle/gle-3.0.1.ebuild b/media-libs/gle/gle-3.0.1.ebuild deleted file mode 100644 index b0d6601b9288..000000000000 --- a/media-libs/gle/gle-3.0.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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.ebuild,v 1.1 2001/01/20 19:42:51 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="GL extrusion library" -SRC_URI="http://www.linas.org/gle/gle-3.0.1.tar.gz" -HOMEPAGE="http://www.linas.org/gle" - -DEPEND=">=sys-libs/glibc-2.1.3 >=x11-base/xfree-4.0.1 >=media-libs/glut-3.7-r1" - -src_compile() { - cd ${S} - try ./configure --with-x --prefix=/usr/X11R6 - try make -} - -src_install () { - try make prefix=${D}/usr/X11R6 install -} - -pkg_postinst() { - /usr/sbin/env-update -} - diff --git a/media-libs/glut/files/digest-glut-3.7 b/media-libs/glut/files/digest-glut-3.7 deleted file mode 100644 index 43dc115eafc1..000000000000 --- a/media-libs/glut/files/digest-glut-3.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 dc932666e2a1c8a0b148a4c32d111ef3 glut-3.7.tar.gz diff --git a/media-libs/imlib/files/digest-imlib-1.9.8.1 b/media-libs/imlib/files/digest-imlib-1.9.8.1 deleted file mode 100644 index 7300f31fe488..000000000000 --- a/media-libs/imlib/files/digest-imlib-1.9.8.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 224948ee96653990cd96daec090a5599 imlib-1.9.8.1.tar.gz diff --git a/media-libs/imlib/files/digest-imlib-1.9.9 b/media-libs/imlib/files/digest-imlib-1.9.9 deleted file mode 100644 index f65d202cadfa..000000000000 --- a/media-libs/imlib/files/digest-imlib-1.9.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 19debabef3175e36d33bc3e357ed3f9b imlib-1.9.9.tar.gz diff --git a/media-libs/imlib/imlib-1.9.8.1.ebuild b/media-libs/imlib/imlib-1.9.8.1.ebuild deleted file mode 100644 index 5fd541f9cbae..000000000000 --- a/media-libs/imlib/imlib-1.9.8.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# 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/imlib/imlib-1.9.8.1.ebuild,v 1.6 2000/11/21 19:44:58 achim Exp $ - -P=imlib-1.9.8.1 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="imlib" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/imlib/"${A} -HOMEPAGE="http://www.gnome.org/" - -DEPEND=">=sys-apps/bash-2.04 - >=sys-libs/glibc-2.1.3 - >=media-libs/giflib-4.1.0 - >=media-libs/libpng-1.0.7 - >=media-libs/tiff-3.5.5 - >=media-libs/jpeg-6b - >=dev-libs/glib-1.2.8 - >=x11-libs/gtk+-1.2.8 - >=x11-base/xfree-4.0.1" - -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etc/X11/imlib - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/X11/imlib install - preplib /usr/X11R6 - dodoc AUTHORS COPYING* ChangeLog README - dodoc NEWS - docinto html - dodoc doc/*.gif doc/index.html -} - -pkg_postinst() { - - ldconfig -r ${ROOT} - -} - - diff --git a/media-libs/imlib/imlib-1.9.9.ebuild b/media-libs/imlib/imlib-1.9.9.ebuild deleted file mode 100644 index e5e8e781d187..000000000000 --- a/media-libs/imlib/imlib-1.9.9.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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/imlib/imlib-1.9.9.ebuild,v 1.1 2001/03/06 05:27:28 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="imlib" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A} - ftp://gnome.eazel.com/pub/gnome/stable/sources/${PN}/${A}" - -HOMEPAGE="http://www.gnome.org/" - -DEPEND="virtual/glibc - >=media-libs/giflib-4.1.0 - >=media-libs/libpng-1.0.7 - >=media-libs/tiff-3.5.5 - >=media-libs/jpeg-6b - >=dev-libs/glib-1.2.8 - >=x11-libs/gtk+-1.2.8 - >=x11-base/xfree-4.0.1" - -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etc/X11/imlib - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/X11/imlib install - preplib /usr/X11R6 - dodoc AUTHORS COPYING* ChangeLog README - dodoc NEWS - docinto html - dodoc doc/*.gif doc/index.html -} - - - diff --git a/media-libs/jpeg/files/digest-jpeg-6b-r1 b/media-libs/jpeg/files/digest-jpeg-6b-r1 deleted file mode 100644 index 2062d9bbe1cc..000000000000 --- a/media-libs/jpeg/files/digest-jpeg-6b-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 dbd5f3b47ed13132f04c685d608a7547 jpegsrc.v6b.tar.gz diff --git a/media-libs/jpeg/jpeg-6b-r1.ebuild b/media-libs/jpeg/jpeg-6b-r1.ebuild deleted file mode 100644 index 0abd87653fc7..000000000000 --- a/media-libs/jpeg/jpeg-6b-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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.4 2000/11/01 04:44:17 achim Exp $ - -P=jpeg-6b -A=jpegsrc.v6b.tar.gz -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 -} - -src_install() { - cd ${S} - mkdir ${D}/usr - mkdir ${D}/usr/include - mkdir ${D}/usr/lib - mkdir ${D}/usr/bin - mkdir ${D}/usr/man - mkdir ${D}/usr/man/man1 - try make install prefix=${D}/usr - prepman - dodoc README change.log structure.doc -} - diff --git a/media-libs/libao/files/digest-libao-0.5.0 b/media-libs/libao/files/digest-libao-0.5.0 deleted file mode 100644 index 357905a02614..000000000000 --- a/media-libs/libao/files/digest-libao-0.5.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 51c4d98733686803c8089ed34e0f3daa libao-0.5.0.tar.gz diff --git a/media-libs/libao/files/digest-libao-0.5.0-r1 b/media-libs/libao/files/digest-libao-0.5.0-r1 deleted file mode 100644 index 357905a02614..000000000000 --- a/media-libs/libao/files/digest-libao-0.5.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 51c4d98733686803c8089ed34e0f3daa libao-0.5.0.tar.gz diff --git a/media-libs/libao/libao-0.5.0-r1.ebuild b/media-libs/libao/libao-0.5.0-r1.ebuild deleted file mode 100644 index 1f35cf1fd798..000000000000 --- a/media-libs/libao/libao-0.5.0-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Peter Gavin <pbg1854@garnet.acns.fsu.edu> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libao/libao-0.5.0-r1.ebuild,v 1.2 2001/02/15 20:41:25 pete Exp $ - - -A=${PN}-${PV}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="the audio output library" -SRC_URI="http://www.vorbis.com/files/beta3/${A}" -HOMEPAGE="http://www.xiph.org/ogg/vorbis/index.html" -DEPEND=">=media-sound/esound-0.2.20" - -src_compile() { - try ./configure --prefix=/usr --host=${CHOST} --enable-shared --enable-static - try make -} - -src_install () { - try make DESTDIR=${D} install - - echo "Removing docs installed by make install" - rm -rf ${D}/usr/share/doc - dodoc AUTHORS CHANGES COPYING README TODO - dodoc doc/API doc/DRIVERS doc/USAGE doc/WANTED -} diff --git a/media-libs/libao/libao-0.5.0.ebuild b/media-libs/libao/libao-0.5.0.ebuild deleted file mode 100644 index 2ebeb7fa673f..000000000000 --- a/media-libs/libao/libao-0.5.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Peter Gavin <pbg1854@garnet.acns.fsu.edu> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libao/libao-0.5.0.ebuild,v 1.1 2001/02/05 01:52:53 achim Exp $ - - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="the audio output library" -SRC_URI="http://www.vorbis.com/files/beta3/${A}" -HOMEPAGE="http://www.xiph.org/ogg/vorbis/index.html" -DEPEND=">=media-sound/esound-0.2.20" - -src_compile() { - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} --enable-shared --enable-static - try make -} - -src_install () { - cd ${S} - try make DESTDIR=${D} install - - echo "Removing docs installed by make install" - rm -rf ${D}/usr/share/doc - dodoc AUTHORS CHANGES COPYING README TODO - dodoc doc/API doc/DRIVERS doc/USAGE doc/WANTED -} diff --git a/media-libs/libart/libart-2.3.4.build b/media-libs/libart/libart-2.3.4.build deleted file mode 100644 index 93483978a385..000000000000 --- a/media-libs/libart/libart-2.3.4.build +++ /dev/null @@ -1,32 +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/libart/libart-2.3.4.build,v 1.1 2001/02/13 14:12:25 achim Exp $ - -A=libart-cvs-010211.tbz2 -S=${WORKDIR}/libart_lgpl -DESCRIPTION="Libart is a library for high-performance 2D graphics." -SRC_URI="" -HOMEPAGE="http://www.levien.com/libart/" -DEPEND="sys-devel/automake sys-devel/autoconf" - - -src_compile() { - - local myconf - if [ -z "`use X`" ] - then - myconf=--without-x - fi - try ./autogen.sh --prefix=/usr --host=${CHOST} - try make - -} - -src_install () { - - try make DESTDIR=${D} install - dodoc AUTHORS COPYING ChangeLog README - -} - diff --git a/media-libs/libgd/files/digest-libgd-1.8.3-r1 b/media-libs/libgd/files/digest-libgd-1.8.3-r1 deleted file mode 100644 index e2f92bb17afa..000000000000 --- a/media-libs/libgd/files/digest-libgd-1.8.3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 ad0e7dd1dda2812dbaeaa9706c4be536 gd-1.8.3.tar.gz diff --git a/media-libs/libgd/libgd-1.8.3-r1.ebuild b/media-libs/libgd/libgd-1.8.3-r1.ebuild deleted file mode 100644 index 36b21051261c..000000000000 --- a/media-libs/libgd/libgd-1.8.3-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# 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.5 2000/11/01 04:44:17 achim Exp $ - -P=libgd-1.8.3 -A=gd-1.8.3.tar.gz -S=${WORKDIR}/gd-1.8.3 -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} - cp Makefile Makefile.orig - sed -e "s/^CFLAGS=.*/CFLAGS=$CFLAGS -DHAVE_XPM -DHAVE_JPEG -DHAVE_LIBTTF -DHAVE_PNG /" \ - -e "s/^LIBS=.*/LIBS=-lm -lgd -lpng -lz -ljpeg -lttf -lXpm -lX11/" \ - -e "s/^INCLUDEDIRS=/INCLUDEDIRS=-I\/usr\/include\/freetype /" \ - Makefile.orig > Makefile -} - -src_compile() { - cd ${S} - try make -} - -src_install() { - cd ${S} - dodir /usr/bin - dodir /usr/lib - dodir /usr/include - try make INSTALL_LIB=${D}/usr/lib INSTALL_BIN=${D}/usr/bin \ - INSTALL_INCLUDE=${D}/usr/include install - preplib /usr - dodoc readme.txt - docinto html - dodoc index.html -} - - - - - diff --git a/media-libs/libmikmod/files/digest-libmikmod-3.1.9-r1 b/media-libs/libmikmod/files/digest-libmikmod-3.1.9-r1 deleted file mode 100644 index c878d5923c07..000000000000 --- a/media-libs/libmikmod/files/digest-libmikmod-3.1.9-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 0d50670d34653490a0c87a9fa5cc804a libmikmod-3.1.9.tar.gz diff --git a/media-libs/libmikmod/files/digest-libmikmod-3.1.9-r2 b/media-libs/libmikmod/files/digest-libmikmod-3.1.9-r2 deleted file mode 100644 index c878d5923c07..000000000000 --- a/media-libs/libmikmod/files/digest-libmikmod-3.1.9-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 0d50670d34653490a0c87a9fa5cc804a libmikmod-3.1.9.tar.gz diff --git a/media-libs/libmikmod/libmikmod-3.1.9-r1.ebuild b/media-libs/libmikmod/libmikmod-3.1.9-r1.ebuild deleted file mode 100644 index 20e3c8f5acd8..000000000000 --- a/media-libs/libmikmod/libmikmod-3.1.9-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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.5 2000/11/01 04:44:17 achim Exp $ - -P=libmikmod-3.1.9 -A=${P}.tar.gz -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} -} - -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/usr \ - --enable-alsa --enable-esd --enable-oss - try make -} - -src_install() { - cd ${S} - try make DESTDIR=${D} install - prepman - prepinfo - dodoc AUTHORS COPYING* NEWS PROBLEMS README TODO *.lsm - docinto html - dodoc docs/*.html -} - - - - diff --git a/media-libs/libmikmod/libmikmod-3.1.9-r2.ebuild b/media-libs/libmikmod/libmikmod-3.1.9-r2.ebuild deleted file mode 100644 index 193b405ed099..000000000000 --- a/media-libs/libmikmod/libmikmod-3.1.9-r2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# 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-r2.ebuild,v 1.1 2001/02/13 14:29:41 achim Exp $ - -P=libmikmod-3.1.9 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="The boldest sound on the planet" -SRC_URI="http://mikmod.darkorb.net/libmikmod/"${A} - -DEPEND="virtual/glibc - >=media-libs/alsa-lib-0.5.9 - esd? ( >=media-sound/esound-0.2.19 )" - - -src_compile() { - - local myconf - if [ "`use esd`" ] - then - myconf="--enable-eds" - else - myconf="--disable-esd" - fi - - try ./configure --host=${CHOST} --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \ - --enable-alsa --enable-oss $myconf - try make - -} - -src_install() { - - try make DESTDIR=${D} install - - dodoc AUTHORS COPYING* NEWS PROBLEMS README TODO *.lsm - docinto html - dodoc docs/*.html -} - - - - diff --git a/media-libs/libmng/files/digest-libmng-0.9.3 b/media-libs/libmng/files/digest-libmng-0.9.3 deleted file mode 100644 index 38a645b48506..000000000000 --- a/media-libs/libmng/files/digest-libmng-0.9.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 2fbb9fbfbcd1b649ca645e98d85aabf1 libmng-0.9.3.tar.gz diff --git a/media-libs/libmng/libmng-0.9.3.ebuild b/media-libs/libmng/libmng-0.9.3.ebuild deleted file mode 100644 index 6baef5c1a0fa..000000000000 --- a/media-libs/libmng/libmng-0.9.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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.2 2000/11/01 04:44:17 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${PN} -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() { - - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} - try make - -} - -src_install () { - - cd ${S} - try make prefix=${D}/usr install - dodoc CHANGES LICENSE README* - dodoc doc/doc.readme doc/libmng.txt doc/*.png -} - - diff --git a/media-libs/libogg/files/digest-libogg-1.0_beta3 b/media-libs/libogg/files/digest-libogg-1.0_beta3 deleted file mode 100644 index 6a92183b706f..000000000000 --- a/media-libs/libogg/files/digest-libogg-1.0_beta3 +++ /dev/null @@ -1 +0,0 @@ -MD5 4ac5f1524d99ddb7d0c9611883b59123 libogg-1.0beta3.tar.gz diff --git a/media-libs/libogg/files/digest-libogg-1.0_beta3-r1 b/media-libs/libogg/files/digest-libogg-1.0_beta3-r1 deleted file mode 100644 index 6a92183b706f..000000000000 --- a/media-libs/libogg/files/digest-libogg-1.0_beta3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 4ac5f1524d99ddb7d0c9611883b59123 libogg-1.0beta3.tar.gz diff --git a/media-libs/libogg/libogg-1.0_beta3-r1.ebuild b/media-libs/libogg/libogg-1.0_beta3-r1.ebuild deleted file mode 100644 index a955173de8bc..000000000000 --- a/media-libs/libogg/libogg-1.0_beta3-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Peter Gavin <pbg1854@garnet.acns.fsu.edu> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/libogg-1.0_beta3-r1.ebuild,v 1.1 2001/02/13 14:29:41 achim Exp $ - -A=libogg-1.0beta3.tar.gz -S=${WORKDIR}/libogg-1.0beta3 -DESCRIPTION="the Ogg media file format library" -SRC_URI="http://www.vorbis.com/files/beta3/${A}" -HOMEPAGE="http://www.xiph.org/ogg/vorbis/index.html" - -DEPEND="virtual/glibc" - -src_compile() { - - try ./configure --prefix=/usr --host=${CHOST} - try make -} - -src_install () { - - try make DESTDIR=${D} install - - # remove the docs installed by make install, since I'll install - # them in portage package doc directory - echo "Removing docs installed by make install" - rm -rf ${D}/usr/share/doc - dodoc AUTHORS CHANGES COPYING README - docinto html - dodoc doc/*.{html,png} -} diff --git a/media-libs/libogg/libogg-1.0_beta3.ebuild b/media-libs/libogg/libogg-1.0_beta3.ebuild deleted file mode 100644 index 0e661634051b..000000000000 --- a/media-libs/libogg/libogg-1.0_beta3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Peter Gavin <pbg1854@garnet.acns.fsu.edu> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/libogg-1.0_beta3.ebuild,v 1.1 2001/02/05 01:52:53 achim Exp $ - -A=libogg-1.0beta3.tar.gz -S=${WORKDIR}/libogg-1.0beta3 -DESCRIPTION="the Ogg media file format library" -SRC_URI="http://www.vorbis.com/files/beta3/${A}" -HOMEPAGE="http://www.xiph.org/ogg/vorbis/index.html" - -DEPEND="virtual/glibc" - -src_compile() { - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} - try make -} - -src_install () { - cd ${S} - try make DESTDIR=${D} install - - # remove the docs installed by make install, since I'll install - # them in portage package doc directory - echo "Removing docs installed by make install" - rm -rf ${D}/usr/share/doc - dodoc AUTHORS CHANGES COPYING README - docinto html - dodoc doc/*.{html,png} -} diff --git a/media-libs/libpng/files/digest-libpng-1.0.7 b/media-libs/libpng/files/digest-libpng-1.0.7 deleted file mode 100644 index 0c7f26d3242b..000000000000 --- a/media-libs/libpng/files/digest-libpng-1.0.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 e238fce0af74f4c68a97cf303e01ca96 libpng-1.0.7.tar.gz diff --git a/media-libs/libpng/files/digest-libpng-1.0.8-r1 b/media-libs/libpng/files/digest-libpng-1.0.8-r1 deleted file mode 100644 index f3164c077fdb..000000000000 --- a/media-libs/libpng/files/digest-libpng-1.0.8-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 5ac355d7ec9e27f20bfe00aa10f9fdde libpng-1.0.8.tar.gz diff --git a/media-libs/libpng/libpng-1.0.7.ebuild b/media-libs/libpng/libpng-1.0.7.ebuild deleted file mode 100644 index e387eddaa6cb..000000000000 --- a/media-libs/libpng/libpng-1.0.7.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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.7.ebuild,v 1.1 2000/11/15 16:46:05 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="libpng" -SRC_URI="ftp://swrinde.nde.swri.edu/pub/png/src/${A}" -HOMEPAGE="http://www.libpng.org/" - -src_unpack() { - unpack ${P}.tar.gz - cd ${S} -} - -src_compile() { - cd ${S} - sed -e "s:ZLIBLIB=../zlib:ZLIBLIB=/usr/lib:" \ - -e "s:ZLIBINC=../zlib:ZLIBINC=/usr/include:" \ - -e "s:prefix=/usr:prefix=${D}/usr:" \ - -e "s/-O3/${CFLAGS}/" \ - scripts/makefile.linux > Makefile - try make -} - - -src_install() { - cd ${S} - mkdir ${D}/usr - mkdir ${D}/usr/include - mkdir ${D}/usr/lib - try make install prefix=${D}/usr - into /usr - doman *.3 *.5 - dodoc ANNOUNCE CHANGES KNOWNBUG LICENSE README TODO Y2KINFO -} diff --git a/media-libs/libpng/libpng-1.0.8-r1.ebuild b/media-libs/libpng/libpng-1.0.8-r1.ebuild deleted file mode 100644 index 4865cf0d8234..000000000000 --- a/media-libs/libpng/libpng-1.0.8-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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.4 2000/11/01 04:44:17 achim Exp $ - -P=libpng-1.0.8 -A="${P}.tar.gz" -S=${WORKDIR}/${P} -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} -} - -src_compile() { - cd ${S} - sed -e "s:ZLIBLIB=../zlib:ZLIBLIB=/usr/lib:" \ - -e "s:ZLIBINC=../zlib:ZLIBINC=/usr/include:" \ - -e "s:prefix=/usr:prefix=${D}/usr:" \ - -e "s/-O3/${CFLAGS}/" \ - scripts/makefile.linux > Makefile - try make -} - - -src_install() { - cd ${S} - mkdir ${D}/usr - mkdir ${D}/usr/include - mkdir ${D}/usr/lib - try make install prefix=${D}/usr - into /usr - doman *.3 *.5 - dodoc ANNOUNCE CHANGES KNOWNBUG LICENSE README TODO Y2KINFO -} diff --git a/media-libs/libsdl/files/digest-libsdl-1.1.6 b/media-libs/libsdl/files/digest-libsdl-1.1.6 deleted file mode 100644 index 5fe93f98776e..000000000000 --- a/media-libs/libsdl/files/digest-libsdl-1.1.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 e41b349360395feac648bfa6f50a1e77 SDL-1.1.6.tar.gz diff --git a/media-libs/libsdl/files/digest-libsdl-1.1.7 b/media-libs/libsdl/files/digest-libsdl-1.1.7 deleted file mode 100644 index ec15a935a707..000000000000 --- a/media-libs/libsdl/files/digest-libsdl-1.1.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 fc2042c4578d24d5a68424d206229fa8 SDL-1.1.7.tar.gz diff --git a/media-libs/libsdl/files/digest-libsdl-1.1.7-r2 b/media-libs/libsdl/files/digest-libsdl-1.1.7-r2 deleted file mode 100644 index ec15a935a707..000000000000 --- a/media-libs/libsdl/files/digest-libsdl-1.1.7-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 fc2042c4578d24d5a68424d206229fa8 SDL-1.1.7.tar.gz diff --git a/media-libs/libsdl/files/digest-libsdl-1.1.8 b/media-libs/libsdl/files/digest-libsdl-1.1.8 deleted file mode 100644 index e493356fc892..000000000000 --- a/media-libs/libsdl/files/digest-libsdl-1.1.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 af977736c789185456faab535f1c6fac SDL-1.1.8.tar.gz diff --git a/media-libs/libsdl/libsdl-1.1.6.ebuild b/media-libs/libsdl/libsdl-1.1.6.ebuild deleted file mode 100644 index 00d084464eca..000000000000 --- a/media-libs/libsdl/libsdl-1.1.6.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# 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.6.ebuild,v 1.3 2001/04/23 19:59:34 drobbins Exp $ - -A=SDL-${PV}.tar.gz -S=${WORKDIR}/SDL-${PV} -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 - virtual/x11" - -src_unpack() { - unpack ${A} -} - -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/usr - try make -} - -src_install() { - cd ${S} - try make DESTDIR=${D} install - preplib /usr - dodoc BUGS COPYING CREDITS README* TODO WhatsNew - docinto html - dodoc *.html - docinto html/docs - dodoc docs/*.html - -} -pkg_postinst() { - - ldconfig -r ${ROOT} - -} - - - diff --git a/media-libs/libsdl/libsdl-1.1.7-r2.ebuild b/media-libs/libsdl/libsdl-1.1.7-r2.ebuild deleted file mode 100644 index bc93ef4b6bd5..000000000000 --- a/media-libs/libsdl/libsdl-1.1.7-r2.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# 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.7-r2.ebuild,v 1.2 2001/04/23 19:59:34 drobbins Exp $ - -A=SDL-${PV}.tar.gz -S=${WORKDIR}/SDL-${PV} -DESCRIPTION="Simple Direct Media Layer" -SRC_URI="http://www.libsdl.org/release/"${A} -HOMEPAGE="http://www.libsdl.org/" - -DEPEND="virtual/glibc - >=dev-lang/nasm-0.98 - >=media-libs/audiofile-0.1.9 - >=media-libs/alsa-lib-0.5.9 - opengl? ( virtual/opengl ) - svga? ( >=media-libs/svgalib-1.4.2 ) - esd? ( >=media-sound/esound-0.2.19 ) - X? ( virtual/x11 ) - arts? ( >=kde-base/kdelibs-2.0.1 )" - -src_compile() { - - local myconf - - if [ -z "`use esd`" ] - then - myconf="--disable-esd" - fi - - if [ -z "`use arts`" ] - then - myconf="${myconf} --disable-arts" - fi - - if [ -z "`use X`" ] - then - myconf="${myconf} --disable-video-x11" - fi - if [ "`use svga`" ] - then - myconf="${myconf} --enable-video-svga" - fi - if [ -z "`use fbcon`" ] - then - myconf="${myconf} --disable-video-fbcon" - fi - if [ "`use aalib`" ] - then - myconf="${myconf} --enable-video-aalib" - fi - if [ "`use ggi`" ] - then - myconf="${myconf} --enable-video-ggi" - fi - if [ -z "`use opengl`" ] - then - myconf="${myconf} --disable-video-opengl" - fi - - try ./configure --host=${CHOST} --prefix=/usr --mandir=/usr/share/man ${myconf} - - try make - -} - -src_install() { - cd ${S} - try make DESTDIR=${D} install - preplib /usr - dodoc BUGS COPYING CREDITS README* TODO WhatsNew - docinto html - dodoc *.html - docinto html/docs - dodoc docs/*.html - -} -pkg_postinst() { - - ldconfig -r ${ROOT} - -} - - - diff --git a/media-libs/libvorbis/files/digest-libvorbis-1.0_beta3 b/media-libs/libvorbis/files/digest-libvorbis-1.0_beta3 deleted file mode 100644 index 5b3b3e111ae2..000000000000 --- a/media-libs/libvorbis/files/digest-libvorbis-1.0_beta3 +++ /dev/null @@ -1 +0,0 @@ -MD5 4d9de749e84482a87f83c5378f6f78d7 libvorbis-1.0beta3.tar.gz diff --git a/media-libs/libvorbis/files/digest-libvorbis-1.0_beta3-r1 b/media-libs/libvorbis/files/digest-libvorbis-1.0_beta3-r1 deleted file mode 100644 index 5b3b3e111ae2..000000000000 --- a/media-libs/libvorbis/files/digest-libvorbis-1.0_beta3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 4d9de749e84482a87f83c5378f6f78d7 libvorbis-1.0beta3.tar.gz diff --git a/media-libs/libvorbis/libvorbis-1.0_beta3-r1.ebuild b/media-libs/libvorbis/libvorbis-1.0_beta3-r1.ebuild deleted file mode 100644 index d20450bc41d5..000000000000 --- a/media-libs/libvorbis/libvorbis-1.0_beta3-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Peter Gavin <pbg1854@garnet.acns.fsu.edu> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.0_beta3-r1.ebuild,v 1.1 2001/02/13 14:29:41 achim Exp $ - - -A=libvorbis-1.0beta3.tar.gz -S=${WORKDIR}/libvorbis-1.0beta3 -DESCRIPTION="the Ogg Vorbis sound file format library" -SRC_URI="http://www.vorbis.com/files/beta3/${A}" -HOMEPAGE="http://www.xiph.org/ogg/vorbis/index.html" - -DEPEND=">=media-libs/libogg-1.0_beta3" - -src_compile() { - - try ./configure --prefix=/usr --host=${CHOST} - try make -} - -src_install () { - - try make DESTDIR=${D} install - - echo "Removing docs installed by make install" - rm -rf ${D}/usr/share/doc - - dodoc AUTHORS COPYING README todo.txt - docinto txt - dodoc doc/*.txt - docinto html - dodoc doc/*.{html,png} - docinto html/vorbisenc - dodoc doc/vorbisenc/*.{css,html} - docinto html/vorbisfile - dodoc doc/vorbisfile/*.{css,html} -} - diff --git a/media-libs/libvorbis/libvorbis-1.0_beta3.ebuild b/media-libs/libvorbis/libvorbis-1.0_beta3.ebuild deleted file mode 100644 index f3fd2abc95a0..000000000000 --- a/media-libs/libvorbis/libvorbis-1.0_beta3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Peter Gavin <pbg1854@garnet.acns.fsu.edu> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.0_beta3.ebuild,v 1.1 2001/02/05 01:52:53 achim Exp $ - - -A=libvorbis-1.0beta3.tar.gz -S=${WORKDIR}/libvorbis-1.0beta3 -DESCRIPTION="the Ogg Vorbis sound file format library" -SRC_URI="http://www.vorbis.com/files/beta3/${A}" -HOMEPAGE="http://www.xiph.org/ogg/vorbis/index.html" - -DEPEND=">=media-libs/libogg-1.0_beta3" - -src_compile() { - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} - try make -} - -src_install () { - cd ${S} - try make DESTDIR=${D} install - - echo "Removing docs installed by make install" - rm -rf ${D}/usr/share/doc - dodoc AUTHORS COPYING README todo.txt - docinto txt - dodoc doc/*.txt - docinto html - dodoc doc/*.{html,png} - docinto html/vorbisenc - dodoc doc/vorbisenc/*.{css,html} - docinto html/vorbisfile - dodoc doc/vorbisfile/*.{css,html} -} - diff --git a/media-libs/mesa-glu/files/digest-mesa-glu-3.4 b/media-libs/mesa-glu/files/digest-mesa-glu-3.4 deleted file mode 100644 index 5184b611227e..000000000000 --- a/media-libs/mesa-glu/files/digest-mesa-glu-3.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 e88f755ed22b0377ee660bd82e2ad8b4 MesaLib-3.4.tar.gz diff --git a/media-libs/mesa-glu/mesa-glu-3.4.ebuild b/media-libs/mesa-glu/mesa-glu-3.4.ebuild deleted file mode 100644 index 93b9472d3c40..000000000000 --- a/media-libs/mesa-glu/mesa-glu-3.4.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# 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.4 2001/04/23 20:04:52 drobbins Exp $ - -P=MesaLib-${PV} -A=${P}.tar.gz -S=${WORKDIR}/Mesa-${PV} -DESCRIPTION="OpenGL like graphic library for Linux" -SRC_URI="ftp://gd.tuwien.ac.at/graphics/libs/Mesa/${A}" -HOMEPAGE="http://mesa3d.sourceforge.net/" - -DEPEND="virtual/glibc virtual/x11 virtual/opengl" - -src_compile() { - - cd ${S} - try ./configure --prefix=/usr/X11R6 --sysconfdir=/etc/mesa --host=${CHOST} - try make - -} - -src_install () { - - cd ${S} - try make DESTDIR=${D} install - 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 - 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 - - cd ${S} - dodoc docs/* -} - diff --git a/media-libs/mesa/files/digest-mesa-3.4 b/media-libs/mesa/files/digest-mesa-3.4 deleted file mode 100644 index 5184b611227e..000000000000 --- a/media-libs/mesa/files/digest-mesa-3.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 e88f755ed22b0377ee660bd82e2ad8b4 MesaLib-3.4.tar.gz diff --git a/media-libs/mesa/mesa-3.4.ebuild b/media-libs/mesa/mesa-3.4.ebuild deleted file mode 100644 index 8d33e2c571d5..000000000000 --- a/media-libs/mesa/mesa-3.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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.ebuild,v 1.1 2000/12/11 18:05:42 achim Exp $ - -P=MesaLib-${PV} -A=${P}.tar.gz -S=${WORKDIR}/Mesa-${PV} -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() { - - cd ${S} - try ./configure --prefix=/usr/X11R6 --sysconfdir=/etc/mesa --host=${CHOST} - try make - -} - -src_install () { - - cd ${S} - try make DESTDIR=${D} install -# 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 - 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 - - cd ${S} - dodoc docs/* -} - diff --git a/media-libs/mpeg-lib/files/digest-mpeg-lib-1.3.1 b/media-libs/mpeg-lib/files/digest-mpeg-lib-1.3.1 deleted file mode 100644 index ea86e0fadf61..000000000000 --- a/media-libs/mpeg-lib/files/digest-mpeg-lib-1.3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 9d803be0073f42acf87d5fbb339a183b mpeg_lib-1.3.1.tar.gz diff --git a/media-libs/mpeg-lib/mpeg-lib-1.3.1.ebuild b/media-libs/mpeg-lib/mpeg-lib-1.3.1.ebuild deleted file mode 100644 index 246c668bbf0c..000000000000 --- a/media-libs/mpeg-lib/mpeg-lib-1.3.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.2 2000/11/01 04:44:18 achim Exp $ - -P=mpeg_lib-${PV} -A=${P}.tar.gz -S=${WORKDIR}/${P} -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() { - - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} --disable-dither - try make - -} - -src_install () { - - cd ${S} - try make prefix=${D}/usr install - dodoc CHANGES README doc/image_format.eps doc/mpeg_lib.* -} - diff --git a/media-libs/netpbm/files/Makefile.config b/media-libs/netpbm/files/Makefile.config deleted file mode 100644 index 9d20cba56dc2..000000000000 --- a/media-libs/netpbm/files/Makefile.config +++ /dev/null @@ -1,231 +0,0 @@ -# This is a make file inclusion, to be included in all the Netpbm make -# files. - -# This file is meant to contain variable settings that customize the -# build for a particular target system configuration. - -# The distribution contains the file Makefile.config.in and an exact -# copy of it named Makefile.config. You edit Makefile.config to fit -# your system and leave Makefile.config.in alone. - -# As distributed, Makefile.config is complete and is what the -# maintainer uses to build on his GNU/Linux/x86 system. - -# Some of the variables that the including make file must set for this -# file to work: -# -# SRCDIR: The directory at the top of the Netpbm source tree. Note that -# this is typically a relative directory, and it must be relative to the -# make file that includes this file. So it's normally "..". -# -# CDEBUG: temporary extra compiler options for every compile. Normally, -# you set this this via the Make command line, e.g. "make CDEBUG=-g" or -# "make CDEBUG=-Werror". - -# STATICLIB = Y means to build the Netpbm and Tiff libraries (if -# built) as static libraries instead of shared. With static -# libraries, you should consider doing a merge build ('make merge') -# instead of the default to save disk space and memory. -# -# For cygwin, only static libraries work, so set STATICLIB = Y . - -STATICLIB = N - -# The following are commands for the build process to use. These values -# do not get built into anything. - -# The C compiler (including macro preprocessor) -CC = gcc - -# The linker. -LD = $(CC) - -# MAKE is set automatically by Make to what was used to invoke Make. - -INSTALL = install - -# If you don't want to strip the binaries, just leave it null: -#STRIPFLAG = - -# Normally the man pages are installed using "install". But via this -# variable, you can use something else, for example a script that -# calls compress or pack. Mantocat, included with Netpbm, is used on -# systems which use man pages in the "cat" format. - -MANCP = $(INSTALL) -m $(INSTALL_PERM_MAN) - -AR = ar -RANLIB = ranlib - -# C compiler options - -# gcc: -# -ansi and -Werror should work too, but are not included -# by default because there's no point in daring the build to fail. -# -pedantic isn't a problem because it causes at worst a warning. -CFLAGS = -pedantic $(CFLAGS) -Wall -Wno-uninitialized $(CDEBUG) - -# EXE is a suffix that the linker puts on any executable it generates. -# In cygwin, this is .exe and most programs deal with its existence without -# us having to know about it. Some don't though, so set this: - -EXE = - -# linker options. - -LDFLAGS = -lz -#LDFLAGS = -Wl,--rpath,$(INSTALLLIBS) - -# Linker options for created Netpbm shared libraries. - -# Here, $(SONAME) resolves to the soname for the shared library being created. -# The following are gcc options. This works on GNU libc systems. -LDSHLIB = -shared -Wl,-soname,$(SONAME) -CFLAGS_SHLIB = - -# The netpbm package contains a version of the Tiff library, -# libtiff. If you want to use your own, fill in the appropriate paths -# below for the library and its interface headers - -# Put the location of the TIFF library here. Netpbm comes with a version -# of the TIFF library, so you can just specify the library in the Netpbm -# source tree unless you want to use your own TIFF library. If you -# specify the included TIFF library, 'make install' will also install it, -# but otherwise will not. - -# Use the Tiff library included with Netpbm: -TIFFHDR_DIR = /usr/include -TIFFLIB_DIR = /usr/lib - -# If your Tiff library depends on libraries other than libc and libm, -# put the required linker options here. -TIFFLIB_LDFLAGS = -lz -ljpeg - -# Put the location of your JPEG library here. -# If you want to build the jpeg converters or tiff -# converters that use jpeg compression in tiff files, you must have -# the jpeg library already installed. Put the locations of the link -# library and the interface header files here. If you do not have the -# JPEG library, and still want to successully build everything else, -# including non-JPEG versions of the tiff converters, put NONE for -# these. - -# Special note for people using an already-installed Tiff library: If -# your library was built with the JPEG stuff statically linked in, you -# don't need the JPEG library and the tiff converters will still do jpeg. -# If your library references a dynamic JPEG library, you must specify -# at least JPEGLIB_DIR here, or the tiff converters will not build at -# all. - -JPEGLIB_DIR = /usr/lib/jpeg -JPEGHDR_DIR = /usr/include/jpeg - -# PNG converters you must have the PNG library already installed. Put -# the locations of the link library and the interface header files -# here. If you do not have the PNG library, and still want to -# successully build everything else, put NONE for these. - -PNGLIB_DIR = /usr/lib -PNGHDR_DIR = /usr/include/png - -# And the Utah Raster Toolkit (aka URT aka RLE) library: - -URTHDR_DIR = $(SRCDIR)/urt -URTLIB_DIR = $(SRCDIR)/urt - -# These are -l options to link in the network libraries. Often, these are -# built into the standard C library, so this can be null. If you don't -# want any network functions, make it NONE. The only thing that requires -# network functions is the option in ppmtompeg to run it on multiple -# computers simultaneously. - -NETWORKLD = -lnsl - -VMS = -#VMS: -#VMS = yes - -# The following variables are used only by 'make install' (and the -# variants of it). Paths here don't, for example, get built into any -# programs. - -# EXCEPTION: If you used a -R $(INSTALL_LIBS) option above, -# then INSTALL_LIBS gets built into your shared libraries. - -# File permissions for installed files. -# Note that on some systems (e.g. Solaris), 'install' can't use the -# mnemonic permissions - you have to use octal. - -# binaries (pbmmake, etc) -INSTALL_PERM_BIN = 755 # u=rwx,go=rx -# shared libraries (libpbm.so, etc) -INSTALL_PERM_LIBD = 755 # u=rwx,go=rx -# static libraries (libpbm.a, etc) -INSTALL_PERM_LIBS = 644 # u=rw,go=r -# header files (pbm.h, etc) -INSTALL_PERM_HDR = 644 # u=rw,go=r -# man pages (pbmmake.1, etc) -INSTALL_PERM_MAN = 644 # u=rw,go=r -# data files (pnmtopalm color maps, etc) -INSTALL_PERM_DATA = 644 # u=rw,go=r - -# Everything gets installed relative to directory INSTALL_PREFIX. If -# you're spreading Netpbm across your system, use "/". - -INSTALL_PREFIX = /usr - -# Some people specify PREFIX= on the command line, because that's conventional -ifneq ($(PREFIX)x,x) - INSTALL_PREFIX = $(PREFIX) -endif - -# Specify the directory where you want the executables. -# If you need scripts and binaries to be in different directories, you -# can set that up too. - -INSTALLBINARIES = $(INSTALL_PREFIX)/bin -INSTALLSCRIPTS = $(INSTALL_PREFIX)/bin - -# Specify the directory where you want the shared libraries -# installed. For this to be effective, you must have set up this location -# to be searched by your system's program executor for runtime libraries. - -INSTALLLIBS = $(INSTALL_PREFIX)/lib - -# Specify the directories that you want the man page sources, -# plus the suffix you want them to have. - -INSTALLMANUALS1 = $(INSTALL_PREFIX)/share/man/man1 -SUFFIXMANUALS1 = 1 -INSTALLMANUALS3 = $(INSTALL_PREFIX)/share/man/man3 -SUFFIXMANUALS3 = 3 -INSTALLMANUALS5 = $(INSTALL_PREFIX)/share/man/man5 -SUFFIXMANUALS5 = 5 - -# Specify the directory where you want the interface header files for -# the Netpbm (and possibly Tiff) libraries installed. - -INSTALLHDRS = $(INSTALL_PREFIX)/include - -# Specify the directory where you want data files that the Neptbm programs -# access to be installed - -INSTALLDATA = $(INSTALL_PREFIX)/lib - - -#NETPBMLIBSUFFIX is the suffix on the filename of the generated and installed -#Netpbm libraries. But you can't make it just anything, because there has to -#be a rule in the makefiles to make whatever the fliename turns out to be. -#Only .a and .so work. -ifeq ($(STATICLIB),Y) - NETPBMLIBSUFFIX = a - LIBTIFFSUFFIX = a -else - NETPBMLIBSUFFIX = so - LIBTIFFSUFFIX = so -endif - - - - - diff --git a/media-libs/netpbm/files/digest-netpbm-9.10 b/media-libs/netpbm/files/digest-netpbm-9.10 deleted file mode 100644 index 1ce1e3288c3a..000000000000 --- a/media-libs/netpbm/files/digest-netpbm-9.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 b39c20ffcc83d5d8474ba4af204caec6 netpbm-9.10.tgz diff --git a/media-libs/netpbm/files/netpbm-9.10-r2-gentoo.diff b/media-libs/netpbm/files/netpbm-9.10-r2-gentoo.diff deleted file mode 100644 index 990fd630986c..000000000000 --- a/media-libs/netpbm/files/netpbm-9.10-r2-gentoo.diff +++ /dev/null @@ -1,132 +0,0 @@ -diff -ru netpbm-9.10.orig/Makefile.config netpbm-9.10/Makefile.config ---- netpbm-9.10.orig/Makefile.config Sun Jan 7 13:52:54 2001 -+++ netpbm-9.10/Makefile.config Wed Feb 21 08:52:55 2001 -@@ -50,7 +50,7 @@ - - # MAKE is set automatically by Make to what was used to invoke Make. - --INSTALL = ginstall -+#INSTALL = ginstall - #Solaris: - #INSTALL = /usr/ucb/install - #Tru64: -@@ -58,13 +58,13 @@ - #OSF1: - #INSTALL = installosf - #Red Hat Linux: --#INSTALL = install -+INSTALL = install - - # STRIPFLAG is the option you pass to the above install program to make it - # strip unnecessary information out of binaries. --STRIPFLAG = -s -+#STRIPFLAG = -s - # If you don't want to strip the binaries, just leave it null: --#STRIPFLAG = -+STRIPFLAG = - - # Normally the man pages are installed using "install". But via this - # variable, you can use something else, for example a script that -@@ -139,10 +139,10 @@ - # independent code, so you need -fpic or fPIC here. (The rule is: if - # -fpic works, use it. If it bombs, go to fPIC). - --CFLAGS_SHLIB = -+#CFLAGS_SHLIB = - # Solaris, SunOS, and NetBSD: - #CFLAGS_SHLIB = -fpic --#CFLAGS_SHLIB = -fPIC -+CFLAGS_SHLIB = -fPIC - - # The netpbm package contains a version of the Tiff library, - # libtiff. If you want to use your own, fill in the appropriate paths -@@ -155,8 +155,8 @@ - # but otherwise will not. - - # Use the Tiff library included with Netpbm: --TIFFHDR_DIR = $(SRCDIR)/libtiff --TIFFLIB_DIR = $(SRCDIR)/libtiff -+TIFFHDR_DIR = /usr/local/include -+TIFFLIB_DIR = /usr/local/lib - #NetBSD: - #TIFFHDR_DIR = $(LOCALBASE)/include - #TIFFLIB_DIR = $(LOCALBASE)/lib -@@ -166,7 +166,7 @@ - - # If your Tiff library depends on libraries other than libc and libm, - # put the required linker options here. --TIFFLIB_LDFLAGS = -+TIFFLIB_LDFLAGS = -ljpeg -lz - # libtiff 3.5.5 with the lzw patch needs libz: - #TIFFLIB_LDFLAGS = -lz - -@@ -186,8 +186,8 @@ - # at least JPEGLIB_DIR here, or the tiff converters will not build at - # all. - --JPEGLIB_DIR = /usr/lib/jpeg --JPEGHDR_DIR = /usr/include/jpeg -+JPEGLIB_DIR = /usr/lib -+JPEGHDR_DIR = /usr/include - # Netbsd: - #JPEGLIB_DIR = ${LOCALBASE}/lib - #JPEGHDR_DIR = ${LOCALBASE}/include -@@ -208,8 +208,8 @@ - # here. If you do not have the PNG library, and still want to - # successully build everything else, put NONE for these. - --PNGLIB_DIR = /lib --PNGHDR_DIR = /usr/include/png -+PNGLIB_DIR = /usr/lib -+PNGHDR_DIR = /usr/include - # NetBSD: - #PNGLIB_DIR = $(LOCALBASE)/lib - #PNGHDR_DIR = $(LOCALBASE)/include -@@ -235,7 +235,7 @@ - # network functions is the option in ppmtompeg to run it on multiple - # computers simultaneously. - --NETWORKLD = -+NETWORKLD = -lnsl - # Solaris, SunOS: - #NETWORKLD = -lsocket -lnsl - # Don't build network functions: -@@ -281,7 +281,7 @@ - #INSTALL_PREFIX = /djgpp - # Typical: - #INSTALL_PREFIX = /usr/local/ --INSTALL_PREFIX = /usr/local/netpbm -+INSTALL_PREFIX = /usr - - # Some people specify PREFIX= on the command line, because that's conventional - ifneq ($(PREFIX)x,x) -@@ -321,7 +321,7 @@ - # Specify the directory where you want data files that the Neptbm programs - # access to be installed - --INSTALLDATA = $(INSTALL_PREFIX)/lib -+INSTALLDATA = $(INSTALL_PREFIX)/share/netpbm - - - #NETPBMLIBSUFFIX is the suffix on the filename of the generated and installed -@@ -335,8 +335,3 @@ - NETPBMLIBSUFFIX = so - LIBTIFFSUFFIX = so - endif -- -- -- -- -- -diff -ru netpbm-9.10.orig/pnm/Makefile netpbm-9.10/pnm/Makefile ---- netpbm-9.10.orig/pnm/Makefile Sun Jan 7 13:54:37 2001 -+++ netpbm-9.10/pnm/Makefile Wed Feb 21 08:55:31 2001 -@@ -45,7 +45,7 @@ - ifeq ($(JPEGLIB_DIR),NONE) - JPEGLD = - else -- JPEGLD = -L$(JPEGLIB_DIR) -ljpeg -+ JPEGLD = -L$(JPEGLIB_DIR) -ljpeg -lz - endif - - # We tend to separate out the build targets so that we don't have diff --git a/media-libs/netpbm/netpbm-9.10-r1.build b/media-libs/netpbm/netpbm-9.10-r1.build deleted file mode 100644 index 69092d677966..000000000000 --- a/media-libs/netpbm/netpbm-9.10-r1.build +++ /dev/null @@ -1,37 +0,0 @@ -# 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/netpbm/netpbm-9.10-r1.build,v 1.1 2001/02/13 14:29:41 achim Exp $ - -A=${P}.tgz -S=${WORKDIR}/${P} -DESCRIPTION="The Net PBM library" -SRC_URI="http://download.sourceforge.net/netpbm/${A}" -HOMEPAGE="http://netpbm.sourceforge.net" - -DEPEND=">=media-libs/libpng-1.0.9 - >=media-libs/tiff-3.5.5" - -RDEPEND=">=media-libs/libpng-1.0.9 - >=media-libs/jpeg-6b" - -src_unpack() { - unpack ${A} - cp ${FILESDIR}/Makefile.config ${S} -} - -src_compile() { - - try make CFLAGS=\"${CFLAGS}\" - -} - -src_install () { - - dodir /usr/lib/netpbm - try make PREFIX=${D}/usr CFLAGS=\"${CFLAGS}\" install - - dodoc COPYRIGHT.PATENT GPL_LICENSE.txt HISTORY - dodoc Netpbm.programming README* -} - diff --git a/media-libs/netpbm/netpbm-9.10-r1.ebuild b/media-libs/netpbm/netpbm-9.10-r1.ebuild deleted file mode 100644 index 8dfc30f3d1e1..000000000000 --- a/media-libs/netpbm/netpbm-9.10-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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/netpbm/netpbm-9.10-r1.ebuild,v 1.1 2001/02/22 16:44:19 achim Exp $ - -A=${P}.tgz -S=${WORKDIR}/${P} -DESCRIPTION="The Net PBM library" -SRC_URI="http://download.sourceforge.net/netpbm/${A}" -HOMEPAGE="http://netpbm.sourceforge.net" - -DEPEND=">=media-libs/libpng-1.0.9 - >=media-libs/tiff-3.5.5" - -RDEPEND=">=media-libs/libpng-1.0.9 - >=media-libs/jpeg-6b" - -src_unpack() { - unpack ${A} - cp ${FILESDIR}/Makefile.config ${S} -} - -src_compile() { - - try make CFLAGS=\"${CFLAGS}\" - -} - -src_install () { - - dodir /usr/lib/netpbm - try make PREFIX=${D}/usr CFLAGS=\"${CFLAGS}\" install - - dodoc COPYRIGHT.PATENT GPL_LICENSE.txt HISTORY - dodoc Netpbm.programming README* -} - diff --git a/media-libs/netpbm/netpbm-9.10-r2.ebuild b/media-libs/netpbm/netpbm-9.10-r2.ebuild deleted file mode 100644 index b5216d1ae5f7..000000000000 --- a/media-libs/netpbm/netpbm-9.10-r2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Peter Gavin <pete@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/netpbm/netpbm-9.10-r2.ebuild,v 1.1 2001/02/21 08:34:02 pete Exp $ - -#P= -A=${P}.tgz -S=${WORKDIR}/${P} -DESCRIPTION="a set of utilities for converting to/from the netpbm (and related) formats" -SRC_URI="http://download.sourceforge.net/netpbm/${A}" -HOMEPAGE="http://netpbm.sourceforge.net/" - -DEPEND=">=media-libs/jpeg-6b - >=media-libs/tiff-3.5.5 - >=media-libs/libpng-1.0.5" - -src_unpack() { - unpack ${A} - cd ${S} - patch -p1 < ${FILESDIR}/${PF}-gentoo.diff -} - -src_compile() { - try make CFLAGS=\""${CFLAGS}"\" -} - -src_install () { - try make INSTALL_PREFIX=\""${D}/usr/"\" install - dodoc COPYRIGHT.PATENT GPL_LICENSE.txt HISTORY - dodoc Netpbm.programming README README.CONFOCAL README.DJGPP - dodoc README.JPEG README.VMS netpbm.lsm -} diff --git a/media-libs/netpbm/netpbm-9.10.build b/media-libs/netpbm/netpbm-9.10.build deleted file mode 100644 index 6d4630444156..000000000000 --- a/media-libs/netpbm/netpbm-9.10.build +++ /dev/null @@ -1,31 +0,0 @@ -# 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/netpbm/netpbm-9.10.build,v 1.1 2001/02/10 22:50:53 achim Exp $ - -A=${P}.tgz -S=${WORKDIR}/${P} -DESCRIPTION="The Net PBM library" -SRC_URI="http://download.sourceforge.net/netpbm/${A}" -HOMEPAGE="http://netpbm.sourceforge.net" - - -src_unpack() { - unpack ${A} - cp ${FILESDIR}/Makefile.config ${S} -} - -src_compile() { - - try make CFLAGS=\"${CFLAGS}\" - -} - -src_install () { - - dodir /usr/lib/netpbm - try make PREFIX=${D}/usr CFLAGS=\"${CFLAGS}\" install - dodoc COPYRIGHT.PATENT GPL_LICENSE.txt HISTORY - dodoc Netpbm.programming README* -} - diff --git a/media-libs/smjpeg/files/digest-smjpeg-0.2.1-r1 b/media-libs/smjpeg/files/digest-smjpeg-0.2.1-r1 deleted file mode 100644 index ae4f2157cf3e..000000000000 --- a/media-libs/smjpeg/files/digest-smjpeg-0.2.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 a21fc0b8227babb5e0aff63ae62e8bf6 smjpeg-0.2.1.tar.gz diff --git a/media-libs/smjpeg/smjpeg-0.2.1-r1.ebuild b/media-libs/smjpeg/smjpeg-0.2.1-r1.ebuild deleted file mode 100644 index 54541dbab641..000000000000 --- a/media-libs/smjpeg/smjpeg-0.2.1-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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/smjpeg/smjpeg-0.2.1-r1.ebuild,v 1.4 2000/11/02 02:17:12 achim Exp $ - -P=smjpeg-0.2.1 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="SDL Motion JPEG Library" -SRC_URI="ftp://ftp.linuxgames.com/loki/open-source/smjpeg/${A}" -HOMEPAGE="http://www.lokigames.com/development/smjpeg.php3" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=media-libs/libsdl-1.1.5" - -src_compile() { - - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} - try make - -} - -src_install () { - - cd ${S} - try make DESTDIR=${D} install - dodoc CHANGES COPYING README TODO SMJPEG.txt - -} - - diff --git a/media-libs/smpeg/files/digest-smpeg-0.4.1 b/media-libs/smpeg/files/digest-smpeg-0.4.1 deleted file mode 100644 index 73cecd095953..000000000000 --- a/media-libs/smpeg/files/digest-smpeg-0.4.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 051dd6661cb4367f88444956ffb8ec5f smpeg-0.4.1.tar.gz diff --git a/media-libs/smpeg/files/digest-smpeg-0.4.2 b/media-libs/smpeg/files/digest-smpeg-0.4.2 deleted file mode 100644 index cc51f0f49207..000000000000 --- a/media-libs/smpeg/files/digest-smpeg-0.4.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 36fe3c2799faee25b79db88fe3699755 smpeg-0.4.2.tar.gz diff --git a/media-libs/t1lib/files/digest-t1lib-1.0.1-r1 b/media-libs/t1lib/files/digest-t1lib-1.0.1-r1 deleted file mode 100644 index 79527f388468..000000000000 --- a/media-libs/t1lib/files/digest-t1lib-1.0.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 5e09289172db215810e8c8d2e8867de3 t1lib-1.0.1.tar.gz diff --git a/media-libs/t1lib/t1lib-1.0.1-r1.ebuild b/media-libs/t1lib/t1lib-1.0.1-r1.ebuild deleted file mode 100644 index bfb7ae74d061..000000000000 --- a/media-libs/t1lib/t1lib-1.0.1-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# 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.5 2000/11/02 02:17:12 achim Exp $ - -P=t1lib-1.0.1 -A=${P}.tar.gz -S=${WORKDIR}/T1-1.0.1 -DESCRIPTION="A Type 1 Rasterizer Library for UNIX/X11" -SRC_URI="ftp://ftp.neuroinformatik.ruhr-uni-bochum.de/pub/software/t1lib/"${A} -HOMEPAGE="http://www.neuroinformatik.ruhr-uni-bochum.de/ini/PEOPLE/rmz/t1lib/t1lib.html" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=app-text/tetex-1.0.7 - >=x11-base/xfree-4.0.1" - -src_unpack() { - unpack ${A} -} - -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/usr - try make -# try make without_doc -} - -src_install() { - cd ${S} - try make prefix=${D}/usr install - dodoc Changes LGPL LICENSE README* -} - - - diff --git a/media-libs/tiff/files/config.site-3.5.5-r2 b/media-libs/tiff/files/config.site-3.5.5-r2 deleted file mode 100644 index ec0c3bc24f43..000000000000 --- a/media-libs/tiff/files/config.site-3.5.5-r2 +++ /dev/null @@ -1,12 +0,0 @@ -JPEG="yes" -ZIP="yes" -HTML="yes" -DIR_BIN=${D}/usr/bin -DIR_LIB=${D}/usr/lib -DIR_INC=${D}/usr/include -DIR_MAN=${D}/usr/share/man -DIRS_LIBINC="/usr/include" -DIR_JPEGLIB="/usr/lib" -DIR_GZLIB="/usr/lib" -DSOSUF="so" -#MANSCHEME="bsd-nroff-gzip-0.gz" diff --git a/media-libs/tiff/files/digest-tiff-3.5.5-r1 b/media-libs/tiff/files/digest-tiff-3.5.5-r1 deleted file mode 100644 index 0e42d243be7c..000000000000 --- a/media-libs/tiff/files/digest-tiff-3.5.5-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 407d65a98c7621ad6e2c64cd3d1e7a40 tiff-v3.5.5.tar.gz diff --git a/media-libs/tiff/files/digest-tiff-3.5.5-r2 b/media-libs/tiff/files/digest-tiff-3.5.5-r2 deleted file mode 100644 index 0e42d243be7c..000000000000 --- a/media-libs/tiff/files/digest-tiff-3.5.5-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 407d65a98c7621ad6e2c64cd3d1e7a40 tiff-v3.5.5.tar.gz diff --git a/media-libs/tiff/tiff-3.5.5-r1.ebuild b/media-libs/tiff/tiff-3.5.5-r1.ebuild deleted file mode 100644 index e4a4a1060cbf..000000000000 --- a/media-libs/tiff/tiff-3.5.5-r1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# 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.4 2000/11/01 04:44:18 achim Exp $ - -P=tiff-v3.5.5 -A=${P}.tar.gz -S=${WORKDIR}/${P} -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 - cd libtiff - cp Makefile Makefile.orig - sed -e "s/-O/${CFLAGS}/" Makefile.orig > Makefile - cd ../tools - cp Makefile Makefile.orig - sed -e "s/-O/${CFLAGS}/" Makefile.orig > Makefile - cd .. - try make -} - -src_unpack() { - unpack ${A} - cd ${S} - cp ${O}/files/config.site . - echo "DIR_HTML=\"${D}/usr/doc/${PF}/html\"" >> config.site - cp configure configure.orig - sed -e "s:if \[ -r /lib/libc.*:if \[ -r /lib/libc\.so\.6 \]\; then:" \ - configure.orig > configure -} - -src_install() { - - cd ${S} - into /usr - dodir /usr/bin - dodir /usr/lib - dodir /usr/man - dodir /usr/doc - dodoc COPYRIGHT README TODO VERSION - dodir /usr/doc/${PF}/html - try make install - gzip ${D}/usr/doc/${PF}/html/*.html - gzip ${D}/usr/doc/${PF}/html/images/* - rm ${D}/usr/lib/libtiff.so.3 - mv ${D}/usr/lib/libtiff.so.3.5. ${D}/usr/lib/libtiff.so.3.5.5 - preplib /usr - rm -r /tiff.sw.tools -} - - diff --git a/media-libs/tiff/tiff-3.5.5-r2.ebuild b/media-libs/tiff/tiff-3.5.5-r2.ebuild deleted file mode 100644 index 0d4ec88c67a1..000000000000 --- a/media-libs/tiff/tiff-3.5.5-r2.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# 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-r2.ebuild,v 1.1 2001/02/13 14:29:41 achim Exp $ - -P=${PN}-v${PV} -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="libtiff" -SRC_URI="http://www.libtiff.org/"${A} -HOMEPAGE="http://www.libtiff.org/" - -DEPEND=">=media-libs/jpeg-6b >=sys-libs/zlib-1.1.3-r2" - -src_unpack() { - - unpack ${A} - cd ${S} - cp ${FILESDIR}/config.site-${PV}-r${PR} config.site - echo "DIR_HTML=\"${D}/usr/share/doc/${PF}/html\"" >> config.site - cp configure configure.orig - sed -e "s:if \[ -r /lib/libc.*:if \[ -r /lib/libc\.so\.6 \]\; then:" \ - configure.orig > configure - -} - -src_compile() { - - try ./configure --noninteractive - - cd libtiff - cp Makefile Makefile.orig - sed -e "s/-O/${CFLAGS}/" Makefile.orig > Makefile - cd ../tools - cp Makefile Makefile.orig - sed -e "s/-O/${CFLAGS}/" Makefile.orig > Makefile - cd .. - - try make -} - -src_install() { - - dodir /usr/{bin,lib,share/man,share/doc/${PF}/html} - - dodir /usr/doc/${PF}/html - try make install - - gzip ${D}/usr/doc/${PF}/html/*.html - gzip ${D}/usr/doc/${PF}/html/images/* - - rm ${D}/usr/lib/libtiff.so.3 - mv ${D}/usr/lib/libtiff.so.3.5. ${D}/usr/lib/libtiff.so.3.5.5 - preplib /usr - rm -r /tiff.sw.tools - - dodoc COPYRIGHT README TODO VERSION -} - - |