From 6e64ad829a977d4072eef6b96f7c2b88bf00c61c Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Sun, 9 Jan 2022 22:53:35 +0100 Subject: [PATCH] Ports: Update ScummVM to version 2.5.1 --- Ports/AvailablePorts.md | 2 +- Ports/scummvm/package.sh | 4 ++-- Ports/scummvm/patches/configure.patch | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 2aa4c5e54e7..23bb7f80ce5 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -160,7 +160,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`rsync`](rsync/) | rsync | 3.1.3 | https://rsync.samba.org/ | | [`ruby`](ruby/) | Ruby | 3.0.2 | https://www.ruby-lang.org/ | | [`sam`](sam/) | Software Automatic Mouth (SAM) | c86ea39 | https://github.com/vidarh/SAM | -| [`scummvm`](scummvm/) | ScummVM | 2.5.0 | https://www.scummvm.org/ | +| [`scummvm`](scummvm/) | ScummVM | 2.5.1 | https://www.scummvm.org/ | | [`SDL_sound`](SDL_sound/) | SDL_sound (Abstract soundfile decoder) | | https://github.com/icculus/SDL_sound | | [`SDL2`](SDL2/) | Simple DirectMedia Layer (SDL2) | | https://github.com/SerenityOS/SDL | | [`SDL2-GNUBoy`](SDL2-GNUBoy/) | SDL2 GNUBoy | 1.2 | https://github.com/AlexOberhofer/SDL2-GNUBoy | diff --git a/Ports/scummvm/package.sh b/Ports/scummvm/package.sh index c50d3b8e058..2a6b2f242ef 100755 --- a/Ports/scummvm/package.sh +++ b/Ports/scummvm/package.sh @@ -1,8 +1,8 @@ #!/usr/bin/env -S bash ../.port_include.sh port=scummvm useconfigure="true" -version="2.5.0" -files="https://downloads.scummvm.org/frs/scummvm/${version}/scummvm-${version}.tar.xz scummvm-${version}.tar.xz b47ee4b195828d2c358e38a4088eda49886dc37a04f1cc17b981345a59e0d623" +version="2.5.1" +files="https://downloads.scummvm.org/frs/scummvm/${version}/scummvm-${version}.tar.xz scummvm-${version}.tar.xz 9fd8db38e4456144bf8c34dacdf7f204e75f18e8e448ec01ce08ce826a035f01" auth_type=sha256 depends=("freetype" "libiconv" "libjpeg" "libpng" "libtheora" "SDL2") configopts=( diff --git a/Ports/scummvm/patches/configure.patch b/Ports/scummvm/patches/configure.patch index 20283677bc5..f7613697f56 100644 --- a/Ports/scummvm/patches/configure.patch +++ b/Ports/scummvm/patches/configure.patch @@ -1,5 +1,5 @@ ---- scummvm-2.5.0/configure 2021-10-01 13:52:42.000000000 +0200 -+++ scummvm-2.5.0-patched/configure 2021-10-17 16:31:01.554772573 +0200 +--- scummvm-2.5.1/configure 2021-10-01 13:52:42.000000000 +0200 ++++ scummvm-2.5.1-patched/configure 2021-10-17 16:31:01.554772573 +0200 @@ -3979,7 +3980,7 @@ amigaos* | cygwin* | dreamcast | ds | gamecube | mingw* | morphos | n64 | ps3 | psp2 | psp | riscos | wii) _posix=no