Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] OpenRCT2: update to 0.4.2.
@ 2022-10-10 13:34 TinfoilSubmarine
  2022-10-10 13:35 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2022-10-11  4:38 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: TinfoilSubmarine @ 2022-10-10 13:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1241 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/39862

OpenRCT2: update to 0.4.2.
<!-- 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/39862.patch is attached

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

From 3f69ac2964f046fb5f394005c9c3c7501fd2103a Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 10 Oct 2022 09:27:05 -0400
Subject: [PATCH] OpenRCT2: update to 0.4.2.

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

diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template
index 3c025487bc62..47e0237dbc5f 100644
--- a/srcpkgs/OpenRCT2/template
+++ b/srcpkgs/OpenRCT2/template
@@ -2,10 +2,10 @@
 # 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
-_objects_version=1.3.2
+_objects_version=1.3.5
 _titles_version=0.4.0
-_replays_version=0.0.67
-version=0.4.1
+_replays_version=0.0.69
+version=0.4.2
 revision=1
 build_style=cmake
 configure_args="
@@ -34,8 +34,8 @@ changelog="https://openrct2.org/changelog"
 distfiles="https://github.com/OpenRCT2/OpenRCT2/archive/v${version}.tar.gz
  https://github.com/OpenRCT2/objects/releases/download/v${_objects_version}/objects.zip
  https://github.com/OpenRCT2/title-sequences/releases/download/v${_titles_version}/title-sequences.zip"
-checksum="a7ef1995aca7d19d2167ae68ef3a167157582f29c1606bf90878fbb5ba9f14d6
- b87ab1e343930e6263cc7ae803ff35059d53be1d7b5a37a34577c5107c8bbdea
+checksum="e313f29ad757d8c4870c166e7342accd642d1e6e7b245385d60e161ef4a0028f
+ 4859b7a443d0969cb1c639202fe70f40ac4c2625830657c72645d987912258ff
  6e7c7b554717072bfc7acb96fd0101dc8e7f0ea0ea316367a05c2e92950c9029"
 skip_extraction="objects.zip title-sequences.zip replays.zip"
 
@@ -71,7 +71,7 @@ if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -DWITH_TESTS=1 -DSYSTEM_GTEST=1"
 	# download replays, used in tests
 	distfiles+=" https://github.com/OpenRCT2/replays/releases/download/v${_replays_version}/replays.zip"
-	checksum+=" 6afe66640aff400398019124a5bbf8db1fea7dd43d4e4670a3a0692f1ecef9e1"
+	checksum+=" bf2184cc6ace156402a26d3e4693b6363b888fe3038daa59e33b202ce0efe0d9"
 fi
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then

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

* Re: [PR PATCH] [Updated] OpenRCT2: update to 0.4.2.
  2022-10-10 13:34 [PR PATCH] OpenRCT2: update to 0.4.2 TinfoilSubmarine
@ 2022-10-10 13:35 ` TinfoilSubmarine
  2022-10-11  4:38 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: TinfoilSubmarine @ 2022-10-10 13:35 UTC (permalink / raw)
  To: ml

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

There is an updated 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/39862

OpenRCT2: update to 0.4.2.
<!-- 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/39862.patch is attached

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

From 0cc84209c771424fec072e9ba9e0f732c4f2a796 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 10 Oct 2022 09:27:05 -0400
Subject: [PATCH] OpenRCT2: update to 0.4.2.

---
 srcpkgs/OpenRCT2/template | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template
index 3c025487bc62..55152b2907fb 100644
--- a/srcpkgs/OpenRCT2/template
+++ b/srcpkgs/OpenRCT2/template
@@ -2,10 +2,10 @@
 # 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
-_objects_version=1.3.2
+_objects_version=1.3.5
 _titles_version=0.4.0
-_replays_version=0.0.67
-version=0.4.1
+_replays_version=0.0.69
+version=0.4.2
 revision=1
 build_style=cmake
 configure_args="
@@ -34,8 +34,8 @@ changelog="https://openrct2.org/changelog"
 distfiles="https://github.com/OpenRCT2/OpenRCT2/archive/v${version}.tar.gz
  https://github.com/OpenRCT2/objects/releases/download/v${_objects_version}/objects.zip
  https://github.com/OpenRCT2/title-sequences/releases/download/v${_titles_version}/title-sequences.zip"
-checksum="a7ef1995aca7d19d2167ae68ef3a167157582f29c1606bf90878fbb5ba9f14d6
- b87ab1e343930e6263cc7ae803ff35059d53be1d7b5a37a34577c5107c8bbdea
+checksum="e313f29ad757d8c4870c166e7342accd642d1e6e7b245385d60e161ef4a0028f
+ 4859b7a443d0969cb1c639202fe70f40ac4c2625830657c72645d987912258ff
  6e7c7b554717072bfc7acb96fd0101dc8e7f0ea0ea316367a05c2e92950c9029"
 skip_extraction="objects.zip title-sequences.zip replays.zip"
 
@@ -53,10 +53,10 @@ if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
 fi
 
 case "$XBPS_TARGET_MACHINE" in
-        ppc*)
-                CFLAGS+=" -mlong-double-64"
-                CXXFLAGS+=" -mlong-double-64"
-                ;;
+	ppc*)
+		CFLAGS+=" -mlong-double-64"
+		CXXFLAGS+=" -mlong-double-64"
+		;;
 esac
 
 if [ "$CROSS_BUILD" ]; then
@@ -71,7 +71,7 @@ if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -DWITH_TESTS=1 -DSYSTEM_GTEST=1"
 	# download replays, used in tests
 	distfiles+=" https://github.com/OpenRCT2/replays/releases/download/v${_replays_version}/replays.zip"
-	checksum+=" 6afe66640aff400398019124a5bbf8db1fea7dd43d4e4670a3a0692f1ecef9e1"
+	checksum+=" bf2184cc6ace156402a26d3e4693b6363b888fe3038daa59e33b202ce0efe0d9"
 fi
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then

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

* Re: [PR PATCH] [Merged]: OpenRCT2: update to 0.4.2.
  2022-10-10 13:34 [PR PATCH] OpenRCT2: update to 0.4.2 TinfoilSubmarine
  2022-10-10 13:35 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2022-10-11  4:38 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-10-11  4:38 UTC (permalink / raw)
  To: ml

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

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

OpenRCT2: update to 0.4.2.
https://github.com/void-linux/void-packages/pull/39862

Description:
<!-- 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
-->


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

end of thread, other threads:[~2022-10-11  4:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-10 13:34 [PR PATCH] OpenRCT2: update to 0.4.2 TinfoilSubmarine
2022-10-10 13:35 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-10-11  4:38 ` [PR PATCH] [Merged]: " classabbyamp

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