diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-22 14:37:06 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-22 14:37:06 +0000 |
commit | 43480cafff7d0e6202a391ad867fa8b9ecf05673 (patch) | |
tree | 28c65e3696f5ac45856b3fd377e0ca74cd88cd6d /media-libs/allegro | |
parent | added 3dfx's GPL (diff) | |
download | historical-43480cafff7d0e6202a391ad867fa8b9ecf05673.tar.gz historical-43480cafff7d0e6202a391ad867fa8b9ecf05673.tar.bz2 historical-43480cafff7d0e6202a391ad867fa8b9ecf05673.zip |
repoman'd
Diffstat (limited to 'media-libs/allegro')
-rw-r--r-- | media-libs/allegro/allegro-4.0.1-r2.ebuild | 126 | ||||
-rw-r--r-- | media-libs/allegro/files/digest-allegro-4.0.1-r2 | 1 |
2 files changed, 0 insertions, 127 deletions
diff --git a/media-libs/allegro/allegro-4.0.1-r2.ebuild b/media-libs/allegro/allegro-4.0.1-r2.ebuild deleted file mode 100644 index 31a6f32f5923..000000000000 --- a/media-libs/allegro/allegro-4.0.1-r2.ebuild +++ /dev/null @@ -1,126 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.0.1-r2.ebuild,v 1.3 2002/07/11 06:30:38 drobbins Exp $ - -LICENSE="Allegro" - -S=${WORKDIR}/${P} -DESCRIPTION="Allegro is a cross-platform multimedia library" -SRC_URI="mirror://sourceforge/alleg/${P}.tar.gz" -HOMEPAGE="http://alleg.sourceforge.net/" - -RDEPEND="X? ( virtual/x11 ) - alsa? ( media-libs/alsa-lib ) - esd? ( media-sound/esound ) - svga? ( media-libs/svgalib )" - -DEPEND="${RDEPEND} - tetex? ( app-text/tetex )" - -src_compile() { - - use tetex && einfo "TETEX baby!!" - - # Always enable Linux console support and accompanying drivers - confopts="${confopts} --enable-linux --enable-vga" - - # if USE static defined, use static library as default to link with - use static \ - && confopts="${confopts} --enable-staticprog --enable-static" - - # Pentium optimizations - if [ ${CHOST} = "i586-pc-linux-gnu" -o ${CHOST} = "i686-pc-linux-gnu" ] - then - confopts="${confopts} --enable-pentiumopts" - fi - - # Use MMX instructions - use mmx \ - && confopts="${confopts} --enable-mmx" \ - || confopts="${confopts} --enable-mmx=no" - - # Have OSS support - use oss \ - && confopts="${confopts} --enable-ossdigi --enable-ossmidi" \ - || confopts="${confopts} --disable-ossdigi --disable-ossmidi" - - # Have ALSA support - use alsa \ - && confopts="${confopts} --enable-alsadigi --enable-alsamidi" \ - || confopts="${confopts} --disable-alsadigi --disable-alsamidi" - - # Have ESD support - use esd \ - && confopts="${confopts} --enable-esddigi" \ - || confopts="${confopts} --disable-esddigi" - - # Have X11 support - use X \ - && confopts="${confopts} \ - --with-x \ - --enable-xwin-shm \ - --enable-xwin-vidmode \ - --enable-xwin-dga \ - --enable-xwin-dga2" \ - || confopts="${confopts} \ - --without-x \ - --disable-xwin-shm \ - --disable-xwin-vidmode \ - --disable-xwin-dga \ - --disable-xwin-dga2" - - # Have SVGALib support - use svga \ - && confopts="${confopts} --enable-svgalib" \ - || confopts="${confopts} --disable-svgalib" - - # Have fbcon support - use fbcon \ - && confopts="${confopts} --enable-fbcon" \ - || confopts="${confopts} --disable-fbcon" - - # -------------- - - econf ${confopts} || die - - # emake doesn't work - make CFLAGS="${CFLAGS}" || die - - if use tetex; - then - addwrite "/var/lib/texmf" - addwrite "/usr/share/texmf" - addwrite "/var/cache/fonts" - make docs-dvi docs-ps || die - fi - -} - -src_install () { - - make \ - prefix=${D}/usr \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ - install install-gzipped-man install-gzipped-info || die - - # Different format versions of the Allegro documentation - - dodoc AUTHORS CHANGES THANKS readme.txt todo.txt - - if use tetex; - then - dodoc docs/allegro.dvi docs/allegro.ps - fi - - dohtml docs/html/* - - docinto txt - dodoc docs/txt/*.txt - - docinto rtf - dodoc docs/rtf/*.rtf - - docinto build - dodoc docs/build/*.txt -} diff --git a/media-libs/allegro/files/digest-allegro-4.0.1-r2 b/media-libs/allegro/files/digest-allegro-4.0.1-r2 deleted file mode 100644 index d431fa1df4e3..000000000000 --- a/media-libs/allegro/files/digest-allegro-4.0.1-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 224296524ffafc8369f3b29f5b73cdcb allegro-4.0.1.tar.gz 2391111 |