Skip to content

Commit dd01c00

Browse files
EWoutersgmta
authored andcommitted
Ports/pt2-clone: Update pt2-clone to version 1.63
1 parent 4828be8 commit dd01c00

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Ports/AvailablePorts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
259259
| [`prboom-plus`](prboom-plus/) | PrBoom+ | 2.6.2 | https://prboom-plus.sourceforge.io/ |
260260
| [`printf`](printf/) | printf (OpenBSD) | 6.6 | https://github.com/ibara/libpuffy |
261261
| [`protobuf`](protobuf/) | Protocol Buffers | 24.3 | https://protobuf.dev/ |
262-
| [`pt2-clone`](pt2-clone/) | ProTracker 2 clone | 1.49 | https://github.com/8bitbubsy/pt2-clone |
262+
| [`pt2-clone`](pt2-clone/) | ProTracker 2 clone | 1.63 | https://github.com/8bitbubsy/pt2-clone |
263263
| [`pv`](pv/) | Pipe Viewer | 1.6.20 | http://www.ivarch.com/programs/pv.shtml |
264264
| [`python3`](python3/) | Python | 3.12.0 | https://www.python.org/ |
265265
| [`qemu`](qemu/) | QEMU | 8.1.0 | https://qemu.org |

Ports/pt2-clone/package.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env -S bash ../.port_include.sh
22
port='pt2-clone'
3-
version='1.49'
3+
version='1.63'
44
files=(
5-
"https://github.com/8bitbubsy/pt2-clone/archive/v${version}.tar.gz#c2e796b25aba625551c50b2c0743ccc83b007d2eeac2f5eaad870b60f5a1554b"
5+
"https://github.com/8bitbubsy/pt2-clone/archive/v${version}.tar.gz#3834da77ef5d84fcf0ff2531dbb21283aa62a8bcbbf46e55c7317f3ce1adfd47"
66
)
77
useconfigure='true'
88
depends=(

Ports/pt2-clone/patches/0001-Remove-output-path-from-CMakeLists.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Subject: [PATCH] Remove output path from CMakeLists
88
1 file changed, 1 deletion(-)
99

1010
diff --git a/CMakeLists.txt b/CMakeLists.txt
11-
index b391653..0d42019 100644
11+
index 70e74b6b6a032a95720eb956115383dee949677d..c631945566dd2bb84f4f92f8dfad1a6186492489 100644
1212
--- a/CMakeLists.txt
1313
+++ b/CMakeLists.txt
14-
@@ -3,7 +3,6 @@ cmake_minimum_required(VERSION 3.7)
15-
project(pt2-clone)
14+
@@ -5,7 +5,6 @@ project(pt2-clone)
15+
option(EXTERNAL_LIBFLAC "use external(system) flac library" OFF)
1616

1717
find_package(SDL2 REQUIRED)
1818
-set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${pt2-clone_SOURCE_DIR}/release/other/")

Ports/pt2-clone/patches/0002-Hacky-Mouse.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Set video.useDesktopMouseCoords to false.
99
1 file changed, 1 insertion(+), 1 deletion(-)
1010

1111
diff --git a/src/pt2_visuals.c b/src/pt2_visuals.c
12-
index 40527f5..0b73b9a 100644
12+
index 012a2d7e2b5acad85aeadff43938dc175c6772cb..dcc7bef94d884cffedd60e9f1153a72050caf017 100644
1313
--- a/src/pt2_visuals.c
1414
+++ b/src/pt2_visuals.c
15-
@@ -2416,7 +2416,7 @@ bool setupVideo(void)
16-
SDL_ShowCursor(SDL_FALSE);
15+
@@ -1980,7 +1980,7 @@ bool setupVideo(void)
16+
}
1717

1818
// Workaround: SDL_GetGlobalMouseState() doesn't work with KMSDRM/Wayland
1919
- video.useDesktopMouseCoords = true;

0 commit comments

Comments
 (0)