Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/scummvm/
Date: Fri, 31 Dec 2021 13:10:23
Message-Id: 1640956200.2bc5af376e6786dec0ff5584474ad3733226971d.chewi@gentoo
1 commit: 2bc5af376e6786dec0ff5584474ad3733226971d
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 31 13:04:26 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 31 13:10:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc5af37
7
8 games-engines/scummvm: GLEW has been dropped in favour of GLAD
9
10 GLAD is just a single header, so it is bundled. We don't have a
11 package for it.
12
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 games-engines/scummvm/metadata.xml | 1 -
16 games-engines/scummvm/scummvm-9999.ebuild | 4 +---
17 2 files changed, 1 insertion(+), 4 deletions(-)
18
19 diff --git a/games-engines/scummvm/metadata.xml b/games-engines/scummvm/metadata.xml
20 index 3cd0b4790f5b..cc741edd69c6 100644
21 --- a/games-engines/scummvm/metadata.xml
22 +++ b/games-engines/scummvm/metadata.xml
23 @@ -12,7 +12,6 @@
24 <use>
25 <flag name="fluidsynth">compile with support for fluidsynth</flag>
26 <flag name="fribidi">Support for right-to-left languages via <pkg>dev-libs/fribidi</pkg></flag>
27 - <flag name="glew">enable support for OpenGL Extension Wrangler Library (<pkg>media-libs/glew</pkg>)</flag>
28 <flag name="mpeg2">enable mpeg2 codec for cutscenes</flag>
29 <flag name="net">enable cloud support via <pkg>media-libs/sdl2-net</pkg></flag>
30 <flag name="sndio">Enable support for MIDI music using <pkg>media-sound/sndio</pkg></flag>
31
32 diff --git a/games-engines/scummvm/scummvm-9999.ebuild b/games-engines/scummvm/scummvm-9999.ebuild
33 index 9f70736f67ee..fb4d5b239514 100644
34 --- a/games-engines/scummvm/scummvm-9999.ebuild
35 +++ b/games-engines/scummvm/scummvm-9999.ebuild
36 @@ -18,7 +18,7 @@ fi
37
38 LICENSE="GPL-2+ LGPL-2.1 BSD GPL-3-with-font-exception"
39 SLOT="0"
40 -IUSE="a52 aac alsa debug flac fluidsynth fribidi gif glew +gtk jpeg lua mpeg2 mp3 +net opengl png sndio speech theora truetype unsupported vorbis zlib"
41 +IUSE="a52 aac alsa debug flac fluidsynth fribidi gif +gtk jpeg lua mpeg2 mp3 +net opengl png sndio speech theora truetype unsupported vorbis zlib"
42 RESTRICT="test" # it only looks like there's a test there #77507
43
44 RDEPEND="
45 @@ -47,7 +47,6 @@ RDEPEND="
46 media-libs/mesa[gles2]
47 media-libs/mesa[gles1]
48 )
49 - glew? ( media-libs/glew:0= )
50 )
51 png? ( media-libs/libpng:0 )
52 sndio? ( media-sound/sndio:= )
53 @@ -104,7 +103,6 @@ src_configure() {
54 $(usex fluidsynth '' --disable-fluidsynth)
55 $(use_enable fribidi)
56 $(use_enable gif)
57 - $(use opengl && use_enable glew)
58 $(use_enable gtk)
59 $(use_enable jpeg)
60 $(use_enable lua)