Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-engines/scummvm: ChangeLog scummvm-0.13.1.ebuild
Date: Wed, 01 Jul 2009 19:01:41
Message-Id: E1MM53s-0004K6-6Y@stork.gentoo.org
1 mr_bones_ 09/07/01 19:01:40
2
3 Modified: ChangeLog scummvm-0.13.1.ebuild
4 Log:
5 zlib is required
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.71 games-engines/scummvm/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm/ChangeLog?rev=1.71&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm/ChangeLog?rev=1.71&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm/ChangeLog?r1=1.70&r2=1.71
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v
18 retrieving revision 1.70
19 retrieving revision 1.71
20 diff -u -r1.70 -r1.71
21 --- ChangeLog 26 May 2009 06:48:38 -0000 1.70
22 +++ ChangeLog 1 Jul 2009 19:01:40 -0000 1.71
23 @@ -1,6 +1,10 @@
24 # ChangeLog for games-engines/scummvm
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.70 2009/05/26 06:48:38 tove Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.71 2009/07/01 19:01:40 mr_bones_ Exp $
28 +
29 + 01 Jul 2009; Michael Sterrett <mr_bones_@g.o>
30 + scummvm-0.13.1.ebuild:
31 + zlib is required
32
33 25 May 2009; Alfredo Tupone <tupone@g.o>
34 +files/scummvm-0.13.1-glibc210.patch, scummvm-0.13.1.ebuild:
35
36
37
38 1.3 games-engines/scummvm/scummvm-0.13.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm/scummvm-0.13.1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm/scummvm-0.13.1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm/scummvm-0.13.1.ebuild?r1=1.2&r2=1.3
43
44 Index: scummvm-0.13.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.13.1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- scummvm-0.13.1.ebuild 25 May 2009 13:42:31 -0000 1.2
51 +++ scummvm-0.13.1.ebuild 1 Jul 2009 19:01:40 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.13.1.ebuild,v 1.2 2009/05/25 13:42:31 tupone Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.13.1.ebuild,v 1.3 2009/07/01 19:01:40 mr_bones_ Exp $
57
58 EAPI=2
59 inherit eutils games
60 @@ -12,18 +12,18 @@
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
64 -IUSE="alsa debug flac fluidsynth mp3 ogg vorbis zlib"
65 +IUSE="alsa debug flac fluidsynth mp3 ogg vorbis"
66 RESTRICT="test" # it only looks like there's a test there #77507
67
68 RDEPEND=">=media-libs/libsdl-1.2.2
69 >media-libs/libmpeg2-0.3.1
70 + sys-libs/zlib
71 ogg? ( media-libs/libogg media-libs/libvorbis )
72 vorbis? ( media-libs/libogg media-libs/libvorbis )
73 alsa? ( >=media-libs/alsa-lib-0.9[midi] )
74 mp3? ( media-libs/libmad )
75 flac? ( media-libs/flac )
76 - fluidsynth? ( media-sound/fluidsynth )
77 - zlib? ( sys-libs/zlib )"
78 + fluidsynth? ( media-sound/fluidsynth )"
79 DEPEND="${RDEPEND}
80 x86? ( dev-lang/nasm )"
81
82 @@ -62,11 +62,11 @@
83 --bindir="${GAMES_BINDIR}" \
84 --datadir="${GAMES_DATADIR}" \
85 --libdir="${GAMES_LIBDIR}" \
86 + --enable-zlib \
87 $(use_enable debug) \
88 $(use_enable alsa) \
89 $(use_enable mp3 mad) \
90 $(use_enable flac) \
91 - $(use_enable zlib) \
92 $(use_enable x86 nasm) \
93 ${myconf} \
94 || die "configure failed"