diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-25 17:11:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-25 17:11:42 +0000 |
commit | 4a2f57ce87bdc545d7994f9c20d9f90c34ab8aad (patch) | |
tree | 7592f0c99a82e79728c91bc72c29b9f2b6b9e53c /media-libs/allegro | |
parent | leading space errors. (diff) | |
download | gentoo-2-4a2f57ce87bdc545d7994f9c20d9f90c34ab8aad.tar.gz gentoo-2-4a2f57ce87bdc545d7994f9c20d9f90c34ab8aad.tar.bz2 gentoo-2-4a2f57ce87bdc545d7994f9c20d9f90c34ab8aad.zip |
old
Diffstat (limited to 'media-libs/allegro')
-rw-r--r-- | media-libs/allegro/allegro-4.1.9.ebuild | 77 | ||||
-rw-r--r-- | media-libs/allegro/files/digest-allegro-4.1.9 | 1 |
2 files changed, 0 insertions, 78 deletions
diff --git a/media-libs/allegro/allegro-4.1.9.ebuild b/media-libs/allegro/allegro-4.1.9.ebuild deleted file mode 100644 index d511ccf27249..000000000000 --- a/media-libs/allegro/allegro-4.1.9.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.1.9.ebuild,v 1.4 2003/09/24 21:51:32 usata Exp $ - -inherit flag-o-matic -filter-flags -fPIC - -DESCRIPTION="cross-platform multimedia library" -SRC_URI="mirror://sourceforge/alleg/${P}.tar.gz" -HOMEPAGE="http://alleg.sourceforge.net/" - -LICENSE="Allegro" -SLOT="0" -KEYWORDS="~x86 ~sparc" -IUSE="static mmx sse oss alsa esd arts X fbcon svga tetex" - -RDEPEND="alsa? ( media-libs/alsa-lib ) - esd? ( media-sound/esound ) - arts? ( kde-base/arts ) - X? ( virtual/x11 ) - svga? ( media-libs/svgalib )" -DEPEND="${RDEPEND} - tetex? ( virtual/tetex )" - -src_unpack() { - unpack ${A} - sed -i '/TARGET_ARCH=/s:=.*:=:' ${S}/configure || die 'couldnt remove pentium cpu' -} - -src_compile() { - econf \ - --enable-linux \ - --enable-vga \ - `use_enable static` \ - `use_enable static staticprog` \ - `use_enable mmx` \ - `use_enable sse` \ - `use_enable oss ossdigi` \ - `use_enable oss ossmidi` \ - `use_enable alsa alsadigi` \ - `use_enable alsa alsamidi` \ - `use_enable esd esddigi` \ - `use_enable arts artsdigi` \ - `use_with X x` \ - `use_enable X xwin-shm` \ - `use_enable X xwin-vidmode` \ - `use_enable X xwin-dga` \ - `use_enable X xwin-dga2` \ - `use_enable fbcon` \ - `use_enable svga svgalib` \ - || die - - cp makefile{,.orig} - sed -e "/CFLAGS =.*/s:$: ${CFLAGS}:" \ - makefile.orig > makefile - make || die # emake fails - - 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() { - addpredict /usr/share/info - make DESTDIR=${D} install install-gzipped-man install-gzipped-info || die - - # Different format versions of the Allegro documentation - dodoc AUTHORS CHANGES THANKS readme.txt todo.txt - [ `use tetex` ] && dodoc docs/allegro.{dvi,ps} - 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.1.9 b/media-libs/allegro/files/digest-allegro-4.1.9 deleted file mode 100644 index 6ffc17f1401e..000000000000 --- a/media-libs/allegro/files/digest-allegro-4.1.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 d4423486f7aed064e10071a19fd06b1e allegro-4.1.9.tar.gz 2567371 |