Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] OpenRCT2: update to 0.4.7.
@ 2024-01-20 17:17 caleballen
  2024-01-20 18:45 ` [PR PATCH] [Closed]: " caleballen
  2024-01-20 18:45 ` caleballen
  0 siblings, 2 replies; 3+ messages in thread
From: caleballen @ 2024-01-20 17:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/caleballen/void-packages openrct2-v0.4.7
https://github.com/void-linux/void-packages/pull/48301

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

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

<!--
#### 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, x86_64
<!-- - 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/48301.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openrct2-v0.4.7-48301.patch --]
[-- Type: text/x-diff, Size: 2596 bytes --]

From 8e54d34fea4827a002bb6ae07e8402dc5efdabd5 Mon Sep 17 00:00:00 2001
From: Caleb Allen <me@caleballen.dev>
Date: Sat, 20 Jan 2024 17:13:43 +0000
Subject: [PATCH] OpenRCT2: update to 0.4.7.

---
 srcpkgs/OpenRCT2/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template
index 064d66e478f7d..ed447cd624431 100644
--- a/srcpkgs/OpenRCT2/template
+++ b/srcpkgs/OpenRCT2/template
@@ -2,14 +2,14 @@
 # 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.6
-revision=2
+version=0.4.7
+revision=1
 # versions pulled from https://raw.githubusercontent.com/OpenRCT2/OpenRCT2/v${version}/CMakeLists.txt
-_objects_version=1.3.11
+_objects_version=1.3.13
 _titles_version=0.4.6
 _replays_version=0.0.78
 _opensfx_version=1.0.3
-_openmsx_version=1.3.1
+_openmsx_version=1.5
 build_style=cmake
 configure_args="
  -DOPENRCT2_VERSION_TAG=${version}
@@ -22,7 +22,7 @@ configure_args="
  $(vopt_if scripting '-DENABLE_SCRIPTING=1' '')"
 make_build_target="all g2"
 hostmakedepends="pkg-config unzip"
-makedepends="SDL2-devel fontconfig-devel freetype-devel libzip-devel
+makedepends="SDL2-devel fontconfig-devel freetype-devel bzip2-devel libzip-devel
  libpng-devel speexdsp-devel icu-devel zlib-devel json-c++ libxml2-devel
  $(vopt_if multiplayer 'libcurl-devel openssl-devel')
  $(vopt_if scripting duktape-devel)"
@@ -40,10 +40,10 @@ distfiles="https://github.com/OpenRCT2/OpenRCT2/archive/v${version}.tar.gz
  https://github.com/OpenRCT2/OpenMusic/releases/download/v${_openmsx_version}/openmusic.zip
  https://github.com/OpenRCT2/replays/releases/download/v${_replays_version}/replays.zip
  https://github.com/OpenRCT2/title-sequences/releases/download/v${_titles_version}/title-sequences.zip"
-checksum="80bfbf3a8756a8c98fdf15effcaac42c6cd92c07756c80d00b7dd56d0d0f282a
- bf85d88e4fb11ca2e5915567390898747dc2459b3c7a057bdc32b829c91780b4
+checksum="7bf31d7e28e88c16cc98018ea5389316266d7ceeca0a6adf555d06f4a98e1069
+ 0711779d69778652d4430d4173903e2444673be374b0ed78c797b5636349b968
  70be1b6ff8cc24ad8031a2e0cdd445b5dd3c52c886a8e5f70401f75152e4ae6c
- 0aa9f0e20279ef8e51e46be4c89be6aa44208cec9f46e749c7cd1d5f42ab1005
+ c3fac4caa90398a2b4c5bb32e0dd0f44073086fe16121d3dc49b3ca120474068
  a6bdfdcc7d916ce060961c5fe7beaf43679fbfad9838cfdbd067617ae0ac0ddf
  24a189cdaf1f78fb6d6caede8f1ab3cedf8ab9f819cd2260a09b2cce4c710d98"
 skip_extraction="objects.zip

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

* Re: [PR PATCH] [Closed]: OpenRCT2: update to 0.4.7.
  2024-01-20 17:17 [PR PATCH] OpenRCT2: update to 0.4.7 caleballen
@ 2024-01-20 18:45 ` caleballen
  2024-01-20 18:45 ` caleballen
  1 sibling, 0 replies; 3+ messages in thread
From: caleballen @ 2024-01-20 18:45 UTC (permalink / raw)
  To: ml

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

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

OpenRCT2: update to 0.4.7.
https://github.com/void-linux/void-packages/pull/48301

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

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

<!--
#### 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: **x86_64**
<!-- - I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* Re: OpenRCT2: update to 0.4.7.
  2024-01-20 17:17 [PR PATCH] OpenRCT2: update to 0.4.7 caleballen
  2024-01-20 18:45 ` [PR PATCH] [Closed]: " caleballen
@ 2024-01-20 18:45 ` caleballen
  1 sibling, 0 replies; 3+ messages in thread
From: caleballen @ 2024-01-20 18:45 UTC (permalink / raw)
  To: ml

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

New comment by caleballen on void-packages repository

https://github.com/void-linux/void-packages/pull/48301#issuecomment-1902237624

Comment:
Duplicate of https://github.com/void-linux/void-packages/pull/48015

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

end of thread, other threads:[~2024-01-20 18:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-20 17:17 [PR PATCH] OpenRCT2: update to 0.4.7 caleballen
2024-01-20 18:45 ` [PR PATCH] [Closed]: " caleballen
2024-01-20 18:45 ` caleballen

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).