From 11117bf5db1c092bbdc92947ab0a6b3be7a8f182 Mon Sep 17 00:00:00 2001 From: jsg Date: Sat, 4 Apr 2026 06:44:42 +0000 Subject: [PATCH] update to scummvm 2026.2.0 tinygl is enabled again after an upstream change to reduce memory usage --- games/scummvm/Makefile | 4 +--- games/scummvm/distinfo | 4 ++-- games/scummvm/patches/patch-configure | 4 ++-- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index 30d4f9a9bd9..bcd19d55968 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -1,5 +1,5 @@ COMMENT= game interpreter -V= 2026.1.0 +V= 2026.2.0 DISTNAME= scummvm-${V} CATEGORIES= games x11 emulators SITES= https://downloads.scummvm.org/frs/scummvm/${V}/ @@ -58,11 +58,9 @@ CONFIGURE_ARGS+=--disable-alsa \ --disable-tts \ --disable-enet \ --disable-vpx \ - --disable-tinygl \ --enable-release \ --enable-sndio \ --mandir="${LOCALBASE}/man" - CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo index cf6cb05b5e7..7e3a3c7e787 100644 --- a/games/scummvm/distinfo +++ b/games/scummvm/distinfo @@ -1,2 +1,2 @@ -SHA256 (scummvm-2026.1.0.tar.gz) = Qrp8L4cJ/nuSze9vdSSo3QByco0f2/zM+rJbkLEHnOQ= -SIZE (scummvm-2026.1.0.tar.gz) = 262164775 +SHA256 (scummvm-2026.2.0.tar.gz) = tctJtgwhAgw81sG+13TcnUVoenNLGkGZiuAnMTWUIaE= +SIZE (scummvm-2026.2.0.tar.gz) = 263376449 diff --git a/games/scummvm/patches/patch-configure b/games/scummvm/patches/patch-configure index 4ab79955221..82990be8f35 100644 --- a/games/scummvm/patches/patch-configure +++ b/games/scummvm/patches/patch-configure @@ -1,7 +1,7 @@ Index: configure --- configure.orig +++ configure -@@ -5416,16 +5416,14 @@ if test "$_vorbis" = auto ; then +@@ -5446,16 +5446,14 @@ if test "$_vorbis" = auto ; then int main(void) { vorbis_packet_blocksize(0,0); return 0; } EOF if test "$_ogg" = yes ; then @@ -22,7 +22,7 @@ Index: configure fi define_in_config_if_yes "$_vorbis" 'USE_VORBIS' echo "$_vorbis" -@@ -5527,16 +5525,14 @@ int main(void) { +@@ -5557,16 +5555,14 @@ int main(void) { } EOF if test "$_ogg" = yes ; then