diff --git a/games-arcade/sdlpop/patches/sdlpop-1.21.patchset b/games-arcade/sdlpop/patches/sdlpop-1.22.patchset similarity index 69% rename from games-arcade/sdlpop/patches/sdlpop-1.21.patchset rename to games-arcade/sdlpop/patches/sdlpop-1.22.patchset index 9bfdff30f..4b338fb31 100644 --- a/games-arcade/sdlpop/patches/sdlpop-1.21.patchset +++ b/games-arcade/sdlpop/patches/sdlpop-1.22.patchset @@ -1,37 +1,37 @@ -From 604842a2d0e2cee9d054adead66ba238a533bc4e Mon Sep 17 00:00:00 2001 +From 00573ef36401649205a479b8846c36beced4a7be Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> -Date: Thu, 27 Sep 2018 19:26:28 +1000 +Date: Tue, 7 Sep 2021 21:20:39 +1000 Subject: Disable haptic init diff --git a/src/seg009.c b/src/seg009.c -index 295d960..d6f0267 100644 +index eed2afa..38d5a7c 100644 --- a/src/seg009.c +++ b/src/seg009.c -@@ -2301,7 +2301,7 @@ void __pascal far set_gr_mode(byte grmode) { +@@ -2436,7 +2436,7 @@ void __pascal far set_gr_mode(byte grmode) { SDL_SetHint(SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING, "1"); #endif if (SDL_Init(SDL_INIT_VIDEO | SDL_INIT_TIMER | SDL_INIT_NOPARACHUTE | - SDL_INIT_GAMECONTROLLER | SDL_INIT_HAPTIC ) != 0) { + SDL_INIT_GAMECONTROLLER ) != 0) { - sdlperror("SDL_Init"); + sdlperror("set_gr_mode: SDL_Init"); quit(1); } -- -2.23.0 +2.30.2 -From 9bfc4743827c52aab832805771d71881419935e3 Mon Sep 17 00:00:00 2001 +From fb6250a7a6d31777812838e35907ebce8e372585 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> -Date: Mon, 9 Sep 2019 22:02:54 +1000 +Date: Tue, 7 Sep 2021 21:20:48 +1000 Subject: Set working directory diff --git a/src/main.c b/src/main.c -index 4f5b9f3..2a01eb4 100644 +index f59ba27..1c80cfd 100644 --- a/src/main.c +++ b/src/main.c -@@ -22,6 +22,15 @@ The authors of this program may be contacted at http://forum.princed.org +@@ -22,6 +22,15 @@ The authors of this program may be contacted at https://forum.princed.org int main(int argc, char *argv[]) { @@ -48,5 +48,5 @@ index 4f5b9f3..2a01eb4 100644 g_argv = argv; pop_main(); -- -2.23.0 +2.30.2 diff --git a/games-arcade/sdlpop/sdlpop-1.21.recipe b/games-arcade/sdlpop/sdlpop-1.22.recipe similarity index 96% rename from games-arcade/sdlpop/sdlpop-1.21.recipe rename to games-arcade/sdlpop/sdlpop-1.22.recipe index 55ac6379c..340c587d8 100644 --- a/games-arcade/sdlpop/sdlpop-1.21.recipe +++ b/games-arcade/sdlpop/sdlpop-1.22.recipe @@ -6,7 +6,7 @@ COPYRIGHT="Dávid Nagy" LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="https://github.com/NagyD/SDLPoP/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="2d3111bd92f39a6ee203194cf058f59c9774b5cb38437ff245dfc876930d0f95" +CHECKSUM_SHA256="1af170f7f6def61b2ab9c3a9227feca335461d224faa99f3578fc09115ac505c" SOURCE_DIR="SDLPoP-$portVersion" PATCHES="sdlpop-$portVersion.patchset" ADDITIONAL_FILES="sdlpop.rdef.in"