Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] OpenRCT2: Update to 0.4.15.
@ 2024-10-07 21:22 klardotsh
  2024-10-07 21:23 ` [PR PATCH] [Closed]: " klardotsh
  2024-10-07 21:23 ` klardotsh
  0 siblings, 2 replies; 4+ messages in thread
From: klardotsh @ 2024-10-07 21:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1347 bytes --]

There is a new pull request by klardotsh against master on the void-packages repository

https://github.com/klardotsh/void-packages klardotsh/update-orct2
https://github.com/void-linux/void-packages/pull/52553

OpenRCT2: Update to 0.4.15.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly** (the package compiles on x86_64-glibc, I didn't install or run it yet 🤷‍♂️)

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/52553.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-klardotsh/update-orct2-52553.patch --]
[-- Type: text/x-diff, Size: 2216 bytes --]

From 4d69837b156a7aa0545825ac8f49f8c6965bb2b4 Mon Sep 17 00:00:00 2001
From: Josh Klar <josh@klar.sh>
Date: Mon, 7 Oct 2024 14:21:29 -0700
Subject: [PATCH] OpenRCT2: Update to 0.4.15.

---
 srcpkgs/OpenRCT2/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template
index a6db6c39d18b6d..ca7c489138af0f 100644
--- a/srcpkgs/OpenRCT2/template
+++ b/srcpkgs/OpenRCT2/template
@@ -2,12 +2,12 @@
 # based on https://raw.githubusercontent.com/AluisioASG/void-packages/openrct2/srcpkgs/OpenRCT2/template
 # and https://github.com/void-linux/void-packages/issues/1014#issuecomment-417372421
 pkgname=OpenRCT2
-version=0.4.14
+version=0.4.15
 revision=1
 # versions pulled from https://raw.githubusercontent.com/OpenRCT2/OpenRCT2/v${version}/CMakeLists.txt
-_objects_version=1.4.7
+_objects_version=1.4.8
 _titles_version=0.4.14
-_replays_version=0.0.79
+_replays_version=0.0.80
 _opensfx_version=1.0.5
 _openmsx_version=1.6
 build_style=cmake
@@ -40,11 +40,11 @@ distfiles="https://github.com/OpenRCT2/OpenRCT2/archive/v${version}.tar.gz
  https://github.com/OpenRCT2/OpenMusic/releases/download/v${_openmsx_version}/openmusic.zip>openmusic-${_openmsx_version}.zip
  https://github.com/OpenRCT2/replays/releases/download/v${_replays_version}/replays.zip>replays-${_replays_version}.zip
  https://github.com/OpenRCT2/title-sequences/releases/download/v${_titles_version}/title-sequences.zip>title-sequences-${_titles_version}.zip"
-checksum="a6645c0c5fcdd4e1e9bdbe90a97d1674a7b9ed5c5e8b803339b4fe4886368ad2
- 003c7d8a68a2461ac27204a361ffe6eab66e3aff262755b9830c97ce36d6fb65
+checksum="f25671e29316fdcd4065e5c029a87e4beb61a3672115c1762ed6b70b5f1ff5a4
+ ea78872f9f777fb6b27019e4b880e4cb9766658ee8ae95f76985af0b9658eb4d
  a952148be164c128e4fd3aea96822e5f051edd9a0b1f2c84de7f7628ce3b2e18
  f097d3a4ccd39f7546f97db3ecb1b8be73648f53b7a7595b86cccbdc1a7557e4
- 045da1df8697e2d33ff33b34008f22e7698280aa4639afd1b1fc3c590d5e9956
+ de47bc8b19f9b1921177c5e04ab90bd85a2460821020fb6375de3c1795a0af5d
  140df714e806fed411cc49763e7f16b0fcf2a487a57001d1e50fce8f9148a9f3"
 skip_extraction="objects-${_objects_version}.zip
  opensound-${_opensfx_version}.zip

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: OpenRCT2: Update to 0.4.15.
  2024-10-07 21:22 [PR PATCH] OpenRCT2: Update to 0.4.15 klardotsh
@ 2024-10-07 21:23 ` klardotsh
  2024-10-07 21:23 ` klardotsh
  1 sibling, 0 replies; 4+ messages in thread
From: klardotsh @ 2024-10-07 21:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1177 bytes --]

There's a closed pull request on the void-packages repository

OpenRCT2: Update to 0.4.15.
https://github.com/void-linux/void-packages/pull/52553

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly** (the package compiles on x86_64-glibc, I didn't install or run it yet 🤷‍♂️)

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: OpenRCT2: Update to 0.4.15.
  2024-10-07 21:22 [PR PATCH] OpenRCT2: Update to 0.4.15 klardotsh
  2024-10-07 21:23 ` [PR PATCH] [Closed]: " klardotsh
@ 2024-10-07 21:23 ` klardotsh
  1 sibling, 0 replies; 4+ messages in thread
From: klardotsh @ 2024-10-07 21:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 197 bytes --]

New comment by klardotsh on void-packages repository

https://github.com/void-linux/void-packages/pull/52553#issuecomment-2397924776

Comment:
Oh, nevermind, someone beat me to it already.  #52543

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PR PATCH] OpenRCT2: update to 0.4.15.
@ 2024-10-07 13:11 TinfoilSubmarine
  0 siblings, 0 replies; 4+ messages in thread
From: TinfoilSubmarine @ 2024-10-07 13:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1242 bytes --]

There is a new pull request by TinfoilSubmarine against master on the void-packages repository

https://github.com/TinfoilSubmarine/void-packages update/OpenRCT2
https://github.com/void-linux/void-packages/pull/52543

OpenRCT2: update to 0.4.15.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/52543.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/OpenRCT2-52543.patch --]
[-- Type: text/x-diff, Size: 3145 bytes --]

From 9f437fb9df6bffae42ceafc6feb3dd522d9fa432 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 7 Oct 2024 08:27:10 -0400
Subject: [PATCH] OpenRCT2: update to 0.4.15.

---
 srcpkgs/OpenRCT2/patches/openrct2-cli.patch | 12 ++++++++++++
 srcpkgs/OpenRCT2/template                   | 12 ++++++------
 2 files changed, 18 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/OpenRCT2/patches/openrct2-cli.patch

diff --git a/srcpkgs/OpenRCT2/patches/openrct2-cli.patch b/srcpkgs/OpenRCT2/patches/openrct2-cli.patch
new file mode 100644
index 00000000000000..8e5c30cd19efec
--- /dev/null
+++ b/srcpkgs/OpenRCT2/patches/openrct2-cli.patch
@@ -0,0 +1,12 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 5c9c405..42e05e3 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -403,6 +403,7 @@ if (NOT (MACOS_BUNDLE AND (NOT CMAKE_OSX_ARCHITECTURES MATCHES "${SYSTEM_MACOS_A
+     add_custom_command(
+         OUTPUT g2.dat
+         COMMAND ./openrct2-cli sprite build ${CMAKE_BINARY_DIR}/g2.dat ${ROOT_DIR}/resources/g2/sprites.json
++        DEPENDS openrct2-cli
+         WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
+     )
+     add_custom_target(g2 DEPENDS ${PROJECT_NAME} g2.dat)
diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template
index a6db6c39d18b6d..ca7c489138af0f 100644
--- a/srcpkgs/OpenRCT2/template
+++ b/srcpkgs/OpenRCT2/template
@@ -2,12 +2,12 @@
 # based on https://raw.githubusercontent.com/AluisioASG/void-packages/openrct2/srcpkgs/OpenRCT2/template
 # and https://github.com/void-linux/void-packages/issues/1014#issuecomment-417372421
 pkgname=OpenRCT2
-version=0.4.14
+version=0.4.15
 revision=1
 # versions pulled from https://raw.githubusercontent.com/OpenRCT2/OpenRCT2/v${version}/CMakeLists.txt
-_objects_version=1.4.7
+_objects_version=1.4.8
 _titles_version=0.4.14
-_replays_version=0.0.79
+_replays_version=0.0.80
 _opensfx_version=1.0.5
 _openmsx_version=1.6
 build_style=cmake
@@ -40,11 +40,11 @@ distfiles="https://github.com/OpenRCT2/OpenRCT2/archive/v${version}.tar.gz
  https://github.com/OpenRCT2/OpenMusic/releases/download/v${_openmsx_version}/openmusic.zip>openmusic-${_openmsx_version}.zip
  https://github.com/OpenRCT2/replays/releases/download/v${_replays_version}/replays.zip>replays-${_replays_version}.zip
  https://github.com/OpenRCT2/title-sequences/releases/download/v${_titles_version}/title-sequences.zip>title-sequences-${_titles_version}.zip"
-checksum="a6645c0c5fcdd4e1e9bdbe90a97d1674a7b9ed5c5e8b803339b4fe4886368ad2
- 003c7d8a68a2461ac27204a361ffe6eab66e3aff262755b9830c97ce36d6fb65
+checksum="f25671e29316fdcd4065e5c029a87e4beb61a3672115c1762ed6b70b5f1ff5a4
+ ea78872f9f777fb6b27019e4b880e4cb9766658ee8ae95f76985af0b9658eb4d
  a952148be164c128e4fd3aea96822e5f051edd9a0b1f2c84de7f7628ce3b2e18
  f097d3a4ccd39f7546f97db3ecb1b8be73648f53b7a7595b86cccbdc1a7557e4
- 045da1df8697e2d33ff33b34008f22e7698280aa4639afd1b1fc3c590d5e9956
+ de47bc8b19f9b1921177c5e04ab90bd85a2460821020fb6375de3c1795a0af5d
  140df714e806fed411cc49763e7f16b0fcf2a487a57001d1e50fce8f9148a9f3"
 skip_extraction="objects-${_objects_version}.zip
  opensound-${_opensfx_version}.zip

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-10-07 21:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-07 21:22 [PR PATCH] OpenRCT2: Update to 0.4.15 klardotsh
2024-10-07 21:23 ` [PR PATCH] [Closed]: " klardotsh
2024-10-07 21:23 ` klardotsh
  -- strict thread matches above, loose matches on Subject: below --
2024-10-07 13:11 [PR PATCH] OpenRCT2: update " TinfoilSubmarine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).