mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
Ports: Update ScummVM to version 2.5.1
This commit is contained in:
parent
7ad18e91e2
commit
6e64ad829a
3 changed files with 5 additions and 5 deletions
|
@ -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 |
|
||||
|
|
|
@ -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=(
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue