From 7e1a827134333da335b746fc3500680d28c2123a Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 11 Oct 2021 23:29:32 +1000 Subject: [PATCH] ScummVM: add GLEW for shaders support --- games-engines/scummvm/scummvm-2.5.0.recipe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/games-engines/scummvm/scummvm-2.5.0.recipe b/games-engines/scummvm/scummvm-2.5.0.recipe index d4dbb953a..612ecca79 100644 --- a/games-engines/scummvm/scummvm-2.5.0.recipe +++ b/games-engines/scummvm/scummvm-2.5.0.recipe @@ -7,7 +7,7 @@ were never designed!" HOMEPAGE="https://www.scummvm.org/" COPYRIGHT="2001-2021 ScummVM Team" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="http://www.scummvm.org/frs/scummvm/$portVersion/scummvm-$portVersion.tar.gz" CHECKSUM_SHA256="54586e5d961e18fd854498edff82dfe47fca6f985c2909394845ccc64b06e168" ADDITIONAL_FILES="scummvm.rdef.in" @@ -30,6 +30,7 @@ REQUIRES=" lib:libfluidsynth$secondaryArchSuffix >= 2 lib:libfreetype$secondaryArchSuffix lib:libgl$secondaryArchSuffix + lib:libglew$secondaryArchSuffix lib:libglu$secondaryArchSuffix lib:libjpeg$secondaryArchSuffix lib:libmad$secondaryArchSuffix @@ -56,6 +57,7 @@ BUILD_REQUIRES=" devel:libfluidsynth$secondaryArchSuffix >= 2 devel:libfreetype$secondaryArchSuffix devel:libgl$secondaryArchSuffix + devel:libglew$secondaryArchSuffix >= 2.2 devel:libglu$secondaryArchSuffix devel:libjpeg$secondaryArchSuffix devel:libmad$secondaryArchSuffix