commit:     2bc5af376e6786dec0ff5584474ad3733226971d
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 31 13:04:26 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Dec 31 13:10:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc5af37

games-engines/scummvm: GLEW has been dropped in favour of GLAD

GLAD is just a single header, so it is bundled. We don't have a
package for it.

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-engines/scummvm/metadata.xml        | 1 -
 games-engines/scummvm/scummvm-9999.ebuild | 4 +---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/games-engines/scummvm/metadata.xml 
b/games-engines/scummvm/metadata.xml
index 3cd0b4790f5b..cc741edd69c6 100644
--- a/games-engines/scummvm/metadata.xml
+++ b/games-engines/scummvm/metadata.xml
@@ -12,7 +12,6 @@
   <use>
     <flag name="fluidsynth">compile with support for fluidsynth</flag>
     <flag name="fribidi">Support for right-to-left languages via 
<pkg>dev-libs/fribidi</pkg></flag>
-    <flag name="glew">enable support for OpenGL Extension Wrangler Library 
(<pkg>media-libs/glew</pkg>)</flag>
     <flag name="mpeg2">enable mpeg2 codec for cutscenes</flag>
     <flag name="net">enable cloud support via 
<pkg>media-libs/sdl2-net</pkg></flag>
     <flag name="sndio">Enable support for MIDI music using 
<pkg>media-sound/sndio</pkg></flag>

diff --git a/games-engines/scummvm/scummvm-9999.ebuild 
b/games-engines/scummvm/scummvm-9999.ebuild
index 9f70736f67ee..fb4d5b239514 100644
--- a/games-engines/scummvm/scummvm-9999.ebuild
+++ b/games-engines/scummvm/scummvm-9999.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="GPL-2+ LGPL-2.1 BSD GPL-3-with-font-exception"
 SLOT="0"
-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"
+IUSE="a52 aac alsa debug flac fluidsynth fribidi gif +gtk jpeg lua mpeg2 mp3 
+net opengl png sndio speech theora truetype unsupported vorbis zlib"
 RESTRICT="test"  # it only looks like there's a test there #77507
 
 RDEPEND="
@@ -47,7 +47,6 @@ RDEPEND="
                        media-libs/mesa[gles2]
                        media-libs/mesa[gles1]
                )
-               glew? ( media-libs/glew:0= )
        )
        png? ( media-libs/libpng:0 )
        sndio? ( media-sound/sndio:= )
@@ -104,7 +103,6 @@ src_configure() {
                $(usex fluidsynth '' --disable-fluidsynth)
                $(use_enable fribidi)
                $(use_enable gif)
-               $(use opengl && use_enable glew)
                $(use_enable gtk)
                $(use_enable jpeg)
                $(use_enable lua)

Reply via email to