From 2bc5af376e6786dec0ff5584474ad3733226971d Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Fri, 31 Dec 2021 13:04:26 +0000 Subject: 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 --- games-engines/scummvm/metadata.xml | 1 - games-engines/scummvm/scummvm-9999.ebuild | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'games-engines') 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 @@ compile with support for fluidsynth Support for right-to-left languages via dev-libs/fribidi - enable support for OpenGL Extension Wrangler Library (media-libs/glew) enable mpeg2 codec for cutscenes enable cloud support via media-libs/sdl2-net Enable support for MIDI music using media-sound/sndio 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) -- cgit v1.2.3-65-gdbad