Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] scummvm: update to 2.8.0.
@ 2024-02-11 23:08 Johnnynator
  2024-02-12 11:32 ` [PR PATCH] [Updated] " Johnnynator
  2024-02-12 14:01 ` [PR PATCH] [Merged]: " Johnnynator
  0 siblings, 2 replies; 3+ messages in thread
From: Johnnynator @ 2024-02-11 23:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Johnnynator/void-packages scummvm
https://github.com/void-linux/void-packages/pull/48664

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

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

<!--
#### 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/48664.patch is attached

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

From e05e21a4142e6430047ae30ff50b3aa31d2bf761 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Sun, 11 Feb 2024 23:48:58 +0100
Subject: [PATCH] scummvm: update to 2.8.0.

---
 srcpkgs/scummvm/patches/null.patch | 29 -----------------------------
 srcpkgs/scummvm/template           |  4 ++--
 2 files changed, 2 insertions(+), 31 deletions(-)
 delete mode 100644 srcpkgs/scummvm/patches/null.patch

diff --git a/srcpkgs/scummvm/patches/null.patch b/srcpkgs/scummvm/patches/null.patch
deleted file mode 100644
index b9125ee002c52..0000000000000
--- a/srcpkgs/scummvm/patches/null.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- a/engines/hpl1/engine/libraries/newton/core/dgPolyhedra.cpp	2023-07-14 23:43:45.000000000 +0200
-+++ -	2023-12-05 17:21:11.466380253 +0100
-@@ -2714,7 +2714,7 @@
- 							if (handle) {
- 								handle->m_edge = NULL;
- 							}
--							ptr->m_userData = dgUnsigned32(NULL);
-+							ptr->m_userData = dgUnsigned32(0);
- 
- 						}
- 
-@@ -2753,7 +2753,7 @@
- 									if (handle) {
- 										handle->m_edge = NULL;
- 									}
--									ptr1->m_userData = dgUnsigned32(NULL);
-+									ptr1->m_userData = dgUnsigned32(0);
- 
- 								}
- 							}
-@@ -2780,7 +2780,7 @@
- 									if (handle) {
- 										handle->m_edge = NULL;
- 									}
--									ptr1->m_twin->m_userData = dgUnsigned32(NULL);
-+									ptr1->m_twin->m_userData = dgUnsigned32(0);
- 
- 								}
- 							}
diff --git a/srcpkgs/scummvm/template b/srcpkgs/scummvm/template
index 24de7a95ace78..941acd01bb697 100644
--- a/srcpkgs/scummvm/template
+++ b/srcpkgs/scummvm/template
@@ -1,6 +1,6 @@
 # Template file for 'scummvm'
 pkgname=scummvm
-version=2.7.1
+version=2.8.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --enable-release-mode --enable-all-engines"
@@ -14,7 +14,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://www.scummvm.org/"
 distfiles="https://downloads.scummvm.org/frs/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
-checksum=d6bbf62e33154759a609d59f3034d71652ecdb64ed5c800156718ab1f1d5d063
+checksum=d6e9fbee06a924706635dea225dfd560ff6770f35aa99d59570a3eb883795a72
 
 case "$XBPS_TARGET_MACHINE" in
 	i686*|x86_64*);;

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

* Re: [PR PATCH] [Updated] scummvm: update to 2.8.0.
  2024-02-11 23:08 [PR PATCH] scummvm: update to 2.8.0 Johnnynator
@ 2024-02-12 11:32 ` Johnnynator
  2024-02-12 14:01 ` [PR PATCH] [Merged]: " Johnnynator
  1 sibling, 0 replies; 3+ messages in thread
From: Johnnynator @ 2024-02-12 11:32 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Johnnynator against master on the void-packages repository

https://github.com/Johnnynator/void-packages scummvm
https://github.com/void-linux/void-packages/pull/48664

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

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

<!--
#### 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/48664.patch is attached

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

From 8242a44c509da10950729aaed163744c4da7db96 Mon Sep 17 00:00:00 2001
From: John <me@johnnynator.dev>
Date: Sun, 11 Feb 2024 23:48:58 +0100
Subject: [PATCH] scummvm: update to 2.8.0.

---
 srcpkgs/scummvm/patches/null.patch | 29 -----------------------------
 srcpkgs/scummvm/template           |  7 +++++--
 2 files changed, 5 insertions(+), 31 deletions(-)
 delete mode 100644 srcpkgs/scummvm/patches/null.patch

diff --git a/srcpkgs/scummvm/patches/null.patch b/srcpkgs/scummvm/patches/null.patch
deleted file mode 100644
index b9125ee002c52..0000000000000
--- a/srcpkgs/scummvm/patches/null.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- a/engines/hpl1/engine/libraries/newton/core/dgPolyhedra.cpp	2023-07-14 23:43:45.000000000 +0200
-+++ -	2023-12-05 17:21:11.466380253 +0100
-@@ -2714,7 +2714,7 @@
- 							if (handle) {
- 								handle->m_edge = NULL;
- 							}
--							ptr->m_userData = dgUnsigned32(NULL);
-+							ptr->m_userData = dgUnsigned32(0);
- 
- 						}
- 
-@@ -2753,7 +2753,7 @@
- 									if (handle) {
- 										handle->m_edge = NULL;
- 									}
--									ptr1->m_userData = dgUnsigned32(NULL);
-+									ptr1->m_userData = dgUnsigned32(0);
- 
- 								}
- 							}
-@@ -2780,7 +2780,7 @@
- 									if (handle) {
- 										handle->m_edge = NULL;
- 									}
--									ptr1->m_twin->m_userData = dgUnsigned32(NULL);
-+									ptr1->m_twin->m_userData = dgUnsigned32(0);
- 
- 								}
- 							}
diff --git a/srcpkgs/scummvm/template b/srcpkgs/scummvm/template
index 24de7a95ace78..33fa9502c3470 100644
--- a/srcpkgs/scummvm/template
+++ b/srcpkgs/scummvm/template
@@ -1,6 +1,6 @@
 # Template file for 'scummvm'
 pkgname=scummvm
-version=2.7.1
+version=2.8.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --enable-release-mode --enable-all-engines"
@@ -14,7 +14,10 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-or-later"
 homepage="https://www.scummvm.org/"
 distfiles="https://downloads.scummvm.org/frs/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
-checksum=d6bbf62e33154759a609d59f3034d71652ecdb64ed5c800156718ab1f1d5d063
+checksum=d6e9fbee06a924706635dea225dfd560ff6770f35aa99d59570a3eb883795a72
+
+CFLAGS="-fexcess-precision=fast"
+CXXFLAGS="-fexcess-precision=fast"
 
 case "$XBPS_TARGET_MACHINE" in
 	i686*|x86_64*);;

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

* Re: [PR PATCH] [Merged]: scummvm: update to 2.8.0.
  2024-02-11 23:08 [PR PATCH] scummvm: update to 2.8.0 Johnnynator
  2024-02-12 11:32 ` [PR PATCH] [Updated] " Johnnynator
@ 2024-02-12 14:01 ` Johnnynator
  1 sibling, 0 replies; 3+ messages in thread
From: Johnnynator @ 2024-02-12 14:01 UTC (permalink / raw)
  To: ml

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

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

scummvm: update to 2.8.0.
https://github.com/void-linux/void-packages/pull/48664

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

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

<!--
#### 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:[~2024-02-12 14:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-11 23:08 [PR PATCH] scummvm: update to 2.8.0 Johnnynator
2024-02-12 11:32 ` [PR PATCH] [Updated] " Johnnynator
2024-02-12 14:01 ` [PR PATCH] [Merged]: " Johnnynator

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