summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-04-28 18:22:08 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-04-28 18:22:08 +0000
commita8b3ec5d210aafae62daa793b7925abecfa3d60d (patch)
tree123768cf2580337d7e9364885f375e8691e7917a /games-engines
parentversion bump (diff)
downloadgentoo-2-a8b3ec5d210aafae62daa793b7925abecfa3d60d.tar.gz
gentoo-2-a8b3ec5d210aafae62daa793b7925abecfa3d60d.tar.bz2
gentoo-2-a8b3ec5d210aafae62daa793b7925abecfa3d60d.zip
old
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'games-engines')
-rw-r--r--games-engines/scummvm/Manifest2
-rw-r--r--games-engines/scummvm/scummvm-0.11.1.ebuild96
2 files changed, 0 insertions, 98 deletions
diff --git a/games-engines/scummvm/Manifest b/games-engines/scummvm/Manifest
index 8a80ea8d5973..0fa4293ef7d7 100644
--- a/games-engines/scummvm/Manifest
+++ b/games-engines/scummvm/Manifest
@@ -1,8 +1,6 @@
-DIST scummvm-0.11.1.tar.bz2 5539656 RMD160 067be5e8f4bdc099cd3faa963e3df3b3a1fd39e2 SHA1 a254d7382aa6c3f769591999f83ca9dfad939028 SHA256 0859c2b1e66584b29909dae2c7cc700c408e99fee28a668ca1e06a6df651a58e
DIST scummvm-0.12.0.tar.bz2 5984412 RMD160 872646df24e8881f05902b11e9ca2ea3262b4d88 SHA1 b2ef8bcf656f778ba8e87a6a341198384291394b SHA256 db9aa3bbb648d09639d9e16f1872558a105f222dac5e3d0a16370b4cf7c3e699
DIST scummvm-0.13.0.tar.bz2 7110600 RMD160 e67d95f12caff23a93b367a8076e06f72cddef71 SHA1 ee69236058cf7dffad901f7de43c5d90e1d688a9 SHA256 3e5267fe75b1a2b9618a3866f5d70b5c04d54994ff8d96aa7def9b54ea7d022d
DIST scummvm-0.13.1.tar.bz2 7108330 RMD160 7d5fa227f238f2cbe0997281513ad0dee89fcf5e SHA1 7cb5d8e34b33ddb990daa6c9cfd1cd88613c74d6 SHA256 43e8003352022b131c1b91660d3e0240a140013a3f4d68742fe7f0714c42a0d9
-EBUILD scummvm-0.11.1.ebuild 2711 RMD160 3bcc7d2a68b213196dc0e940107c7d933afc7580 SHA1 24a0facbdc9d710a8bcf9870cf490e51b79655a4 SHA256 2bb6126526b7f26a633fb57bda5d43a1385b47dc05bc93749049b15931ca41c2
EBUILD scummvm-0.12.0.ebuild 2349 RMD160 e014abf356b52dff77dbabcf0514cc9d6614a654 SHA1 002089c52a7d1d9576bde95f7e0fdd3c2a9fc4e0 SHA256 c0e37042acb2bcb83bfbad522fc098cc6ea86fa2e91d0a969e7a02c78b1fe2b9
EBUILD scummvm-0.13.0.ebuild 2322 RMD160 386c70726e321815b0b3742df6449583bf0f00cb SHA1 749ccd711f9011dfff5ea90a9eb187764b27b299 SHA256 f02a25409764d4440bf0772418accb1da04c528304ac64cbea9f9e7d7079cb0e
EBUILD scummvm-0.13.1.ebuild 2322 RMD160 2b6f4ed82aa5de8c712a1dee164013d64286f716 SHA1 5baa1a245a0afc0f949a1a4bfec9ab6be9b0cf50 SHA256 efc91f23119bebc2c455849b072315d0fea1c714039267705282e3bd75bd78da
diff --git a/games-engines/scummvm/scummvm-0.11.1.ebuild b/games-engines/scummvm/scummvm-0.11.1.ebuild
deleted file mode 100644
index 0b916f003cb8..000000000000
--- a/games-engines/scummvm/scummvm-0.11.1.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.11.1.ebuild,v 1.5 2008/06/22 06:43:45 corsair Exp $
-
-inherit eutils games
-
-DESCRIPTION="Reimplementation of the SCUMM game engine used in Lucasarts adventures"
-HOMEPAGE="http://scummvm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/scummvm/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="alsa debug flac fluidsynth mp3 ogg vorbis zlib"
-RESTRICT="test" # it only looks like there's a test there #77507
-
-RDEPEND=">=media-libs/libsdl-1.2.2
- >media-libs/libmpeg2-0.3.1
- ogg? ( media-libs/libogg media-libs/libvorbis )
- vorbis? ( media-libs/libogg media-libs/libvorbis )
- alsa? ( >=media-libs/alsa-lib-0.9 )
- mp3? ( media-libs/libmad )
- flac? ( media-libs/flac )
- fluidsynth? ( media-sound/fluidsynth )
- zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
- x86? ( dev-lang/nasm )"
-
-pkg_setup() {
- games_pkg_setup
-
- if use alsa && ! built_with_use --missing true media-libs/alsa-lib midi; then
- eerror ""
- eerror "To be able to build ${CATEGORY}/${PN} with ALSA support you"
- eerror "need to have built media-libs/alsa-lib with midi USE flag."
- die "Missing midi USE flag on media-libs/alsa-lib"
- fi
-}
-
-src_unpack() {
- local f
-
- unpack ${A}
- cd "${S}"
- # -g isn't needed for nasm here
- sed -i \
- -e '/NASMFLAGS/ s/-g//' \
- ./Makefile.common \
- || die "sed failed"
- for f in graphics/scaler/{hq3x_i386.asm,hq2x_i386.asm}
- do
- cat >> $f <<EOF
- %ifidn __OUTPUT_FORMAT__,elf
- section .note.GNU-stack noalloc noexec nowrite progbits
- %endif
-EOF
- done
-}
-
-src_compile() {
- local myconf="--backend=sdl" # x11 backend no worky (bug #83502)
-
- # let the engine find its data files in the right place (bug #178116)
- myconf="${myconf} --datadir=${GAMES_DATADIR}"
-
- ( use vorbis || use ogg ) \
- && myconf="${myconf} --enable-vorbis" \
- || myconf="${myconf} --disable-vorbis --disable-mpeg2"
-
- # bug #137547
- use fluidsynth || myconf="${myconf} --disable-fluidsynth"
-
- # NOT AN AUTOCONF SCRIPT SO DONT CALL ECONF
- # mpeg2 support needs vorbis (bug #79149) so turn it off if -oggvorbis
- ./configure \
- $(use_enable debug) \
- $(use_enable alsa) \
- $(use_enable mp3 mad) \
- $(use_enable flac) \
- $(use_enable zlib) \
- $(use_enable x86 nasm) \
- ${myconf} \
- || die "configure failed"
- emake || die "emake failed"
-}
-
-src_install() {
- dogamesbin scummvm || die "dobin failed"
- doman dists/scummvm.6
- dodoc AUTHORS NEWS README TODO
- insinto "${GAMES_DATADIR}"/${PN}/engines
- doins gui/themes/modern.*
- doicon icons/scummvm.svg
- make_desktop_entry scummvm ScummVM scummvm "Game;AdventureGame"
- prepgamesdirs
-}