mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update to scummvm 2026.2.0
tinygl is enabled again after an upstream change to reduce memory usage
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user