diff options
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm/ChangeLog | 8 | ||||
-rw-r--r-- | games-engines/scummvm/scummvm-1.4.1.ebuild (renamed from games-engines/scummvm/scummvm-1.3.1.ebuild) | 9 |
2 files changed, 11 insertions, 6 deletions
diff --git a/games-engines/scummvm/ChangeLog b/games-engines/scummvm/ChangeLog index 4235d0c58dbb..d72252ac6872 100644 --- a/games-engines/scummvm/ChangeLog +++ b/games-engines/scummvm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-engines/scummvm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.110 2012/01/28 15:22:05 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.111 2012/01/30 08:36:51 mr_bones_ Exp $ + +*scummvm-1.4.1 (30 Jan 2012) + + 30 Jan 2012; Michael Sterrett <mr_bones_@gentoo.org> -scummvm-1.3.1.ebuild, + +scummvm-1.4.1.ebuild: + version bump 28 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> scummvm-1.4.0.ebuild: x86 stable wrt bug #400801 diff --git a/games-engines/scummvm/scummvm-1.3.1.ebuild b/games-engines/scummvm/scummvm-1.4.1.ebuild index 58c81b0bd9b5..739ad009b33c 100644 --- a/games-engines/scummvm/scummvm-1.3.1.ebuild +++ b/games-engines/scummvm/scummvm-1.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.3.1.ebuild,v 1.3 2011/08/22 14:10:15 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.4.1.ebuild,v 1.1 2012/01/30 08:36:51 mr_bones_ Exp $ EAPI=2 inherit eutils flag-o-matic games @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/scummvm/${P/_/}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="alsa debug flac fluidsynth mp3 ogg vorbis" RESTRICT="test" # it only looks like there's a test there #77507 @@ -56,7 +56,6 @@ src_configure() { use x86 && append-ldflags -Wl,-z,noexecstack # NOT AN AUTOCONF SCRIPT SO DONT CALL ECONF - # mpeg2 support needs vorbis (bug #79149) so turn it off if -oggvorbis ./configure \ --backend=sdl \ --host=$CHOST \ @@ -75,7 +74,7 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + emake DESTDIR="${D}" install || die dodoc AUTHORS NEWS README TODO doicon icons/scummvm.svg make_desktop_entry scummvm ScummVM scummvm "Game;AdventureGame" |