summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-01-31 07:27:36 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-01-31 07:27:36 +0000
commit123988daceb9cb78fb44c3fcc7e7953c6a2c2557 (patch)
treecbc9fcc3b705ea05a94e0bb13b81e1dd3d01a241 /games-engines/scummvm
parentversion bump (diff)
downloadgentoo-2-123988daceb9cb78fb44c3fcc7e7953c6a2c2557.tar.gz
gentoo-2-123988daceb9cb78fb44c3fcc7e7953c6a2c2557.tar.bz2
gentoo-2-123988daceb9cb78fb44c3fcc7e7953c6a2c2557.zip
old
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'games-engines/scummvm')
-rw-r--r--games-engines/scummvm/Manifest3
-rw-r--r--games-engines/scummvm/files/scummvm-0.13.1-glibc210.patch11
-rw-r--r--games-engines/scummvm/scummvm-0.13.1.ebuild81
3 files changed, 0 insertions, 95 deletions
diff --git a/games-engines/scummvm/Manifest b/games-engines/scummvm/Manifest
index f218fc75a3b2..0e2569607c44 100644
--- a/games-engines/scummvm/Manifest
+++ b/games-engines/scummvm/Manifest
@@ -1,7 +1,4 @@
-AUX scummvm-0.13.1-glibc210.patch 331 RMD160 e92dd2e61440bcc28e7e09f8e3b328ddcff13aa8 SHA1 e6f5b557fd3df667e41abc74f0de615755349aaa SHA256 0c6454d9b21ae52ffac30cc43348647eb822670824214d312e1e77f346e8b635
-DIST scummvm-0.13.1.tar.bz2 7108330 RMD160 7d5fa227f238f2cbe0997281513ad0dee89fcf5e SHA1 7cb5d8e34b33ddb990daa6c9cfd1cd88613c74d6 SHA256 43e8003352022b131c1b91660d3e0240a140013a3f4d68742fe7f0714c42a0d9
DIST scummvm-1.0.0.tar.bz2 7955357 RMD160 b01c45e18cff0a640fd75245947b813d687232da SHA1 31e3f02d322cf9f51b89122dc56a0d947d92c25f SHA256 920932b9d0cfca019f35c2451d93d94ca3b9f981f0b82c418bfbc864fb8c00ec
-EBUILD scummvm-0.13.1.ebuild 2342 RMD160 72756bea17e178aab310aff79d79d901de0b3957 SHA1 6c2267c4441d2ab1f72dad5c301f656b896e0f8b SHA256 85c90b5817da4f37315ecbc05a1f4ab2d2dcc38812d98616ebcecae9b989280d
EBUILD scummvm-1.0.0.ebuild 2313 RMD160 c8b3ddeff46afe1096dc4567fae82c60530dcc20 SHA1 ff8e5ea2775a49ef8be36e1f65f8cf809a2395e0 SHA256 fbed1d7af24f7ba39b2b92fb9b959894cbe7b237a773b219971dc2edabd83f16
MISC ChangeLog 13239 RMD160 3402312088be7bcfa1a489c88a163699dc9036fd SHA1 884ebba5155fc59c04333210a7e9ca4d60fc467f SHA256 46068c713a1d3da4309897ff65f8bbdf95ff803d28da46019dd809d3d6cfd807
MISC metadata.xml 248 RMD160 ef65397fe4528a5ae0332b01a77e8f2a9e4c4e91 SHA1 a1c019c07494e52a3167dc8945533c2fd3ea1fc5 SHA256 d07430a4c6da117a018a33c479a43b812752dc8658311ae2559ef1d9f3654385
diff --git a/games-engines/scummvm/files/scummvm-0.13.1-glibc210.patch b/games-engines/scummvm/files/scummvm-0.13.1-glibc210.patch
deleted file mode 100644
index 0843d8c89a54..000000000000
--- a/games-engines/scummvm/files/scummvm-0.13.1-glibc210.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- backends/midi/alsa.cpp.old 2009-05-25 15:28:58.000000000 +0200
-+++ backends/midi/alsa.cpp 2009-05-25 15:30:45.000000000 +0200
-@@ -228,7 +228,7 @@
- }
-
- int MidiDriver_ALSA::parse_addr(const char *arg, int *client, int *port) {
-- char *p;
-+ const char *p;
-
- if (isdigit(*arg)) {
- if ((p = strpbrk(arg, ADDR_DELIM)) == NULL)
diff --git a/games-engines/scummvm/scummvm-0.13.1.ebuild b/games-engines/scummvm/scummvm-0.13.1.ebuild
deleted file mode 100644
index 96050361bb42..000000000000
--- a/games-engines/scummvm/scummvm-0.13.1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.13.1.ebuild,v 1.9 2009/08/01 23:55:29 chainsaw Exp $
-
-EAPI=2
-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"
-RESTRICT="test" # it only looks like there's a test there #77507
-
-RDEPEND=">=media-libs/libsdl-1.2.2[joystick,video]
- >media-libs/libmpeg2-0.3.1
- sys-libs/zlib
- ogg? ( media-libs/libogg media-libs/libvorbis )
- vorbis? ( media-libs/libogg media-libs/libvorbis )
- alsa? ( media-libs/alsa-lib )
- mp3? ( media-libs/libmad )
- flac? ( media-libs/flac )
- fluidsynth? ( media-sound/fluidsynth )"
-DEPEND="${RDEPEND}
- x86? ( dev-lang/nasm )"
-
-src_prepare() {
- # -g isn't needed for nasm here
- sed -i \
- -e '/NASMFLAGS/ s/-g//' \
- Makefile.common \
- || die "sed failed"
- sed -i \
- -e '/INSTALL.*doc\//d' \
- -e '/INSTALL.*\/pixmaps/d' \
- -e 's/-s //' \
- ports.mk \
- || die "sed failed"
- epatch "${FILESDIR}"/${P}-glibc210.patch
-}
-
-src_configure() {
- 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 \
- --prefix=/usr \
- --bindir="${GAMES_BINDIR}" \
- --datadir="${GAMES_DATADIR}" \
- --libdir="${GAMES_LIBDIR}" \
- --enable-zlib \
- $(use_enable debug) \
- $(use_enable alsa) \
- $(use_enable mp3 mad) \
- $(use_enable flac) \
- $(use_enable x86 nasm) \
- ${myconf} \
- || die "configure failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS NEWS README TODO
- doicon icons/scummvm.svg
- make_desktop_entry scummvm ScummVM scummvm "Game;AdventureGame"
- prepgamesdirs
-}