Ports: Update ScummVM to 2.8.1

This commit is contained in:
Jelle Raaijmakers 2024-04-09 23:30:39 +02:00 committed by Tim Schumacher
parent 2831e68999
commit da60529ab8
2 changed files with 3 additions and 5 deletions

View file

@ -284,7 +284,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`ruby`](ruby/) | Ruby | 3.2.2 | https://www.ruby-lang.org/ |
| [`rvvm`](rvvm/) | RVVM - The RISC-V Virtual Machine | 0.6 | https://github.com/LekKit/RVVM |
| [`sam`](sam/) | Software Automatic Mouth (SAM) | c86ea39 | https://github.com/vidarh/SAM |
| [`scummvm`](scummvm/) | ScummVM | 2.8.0 | https://www.scummvm.org/ |
| [`scummvm`](scummvm/) | ScummVM | 2.8.1 | https://www.scummvm.org/ |
| [`sdl12-compat`](sdl12-compat/) | SDL2 compatibility layer for SDL 1.2 games | 1.2.64 | https://github.com/libsdl-org/sdl12-compat/ |
| [`SDL2`](SDL2/) | Simple DirectMedia Layer (SDL2) | 2.28.2 | https://github.com/libsdl-org/SDL |
| [`SDL2-GNUBoy`](SDL2-GNUBoy/) | SDL2 GNUBoy | 1.2.1 | https://github.com/AlexOberhofer/SDL2-GNUBoy |

View file

@ -1,9 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='scummvm'
useconfigure='true'
version='2.8.0'
version='2.8.1'
files=(
"https://downloads.scummvm.org/frs/scummvm/${version}/scummvm-${version}.tar.xz#d6e9fbee06a924706635dea225dfd560ff6770f35aa99d59570a3eb883795a72"
"https://downloads.scummvm.org/frs/scummvm/${version}/scummvm-${version}.tar.xz#7e97f4a13d22d570b70c9b357c941999be71deb9186039c87d82bbd9c20727b7"
)
depends=(
'freetype'
@ -26,8 +26,6 @@ launcher_command='/usr/local/bin/scummvm'
icon_file='icons/scummvm.ico'
export CPPFLAGS='-fvisibility=hidden'
export FREETYPE2_CFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/freetype2"
export SDL_CFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/SDL2"
function post_install() {
icons_build_dir="${PORT_BUILD_DIR}/scummvm-icons"