update to scummvm 2026.2.0

tinygl is enabled again after an upstream change to reduce memory usage
This commit is contained in:
jsg
2026-04-04 06:44:42 +00:00
parent eb08b44402
commit 11117bf5db
3 changed files with 5 additions and 7 deletions
+1 -3
View File
@@ -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"
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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