GNU bug report logs - #72777
[PATCH] gnu: dhewm3: Update to 1.5.4.

Previous Next

Package: guix-patches;

Reported by: James Smith <jsubuntuxp <at> disroot.org>

Date: Sat, 24 Aug 2024 00:57:02 UTC

Severity: normal

Tags: patch

Done: James Smith <jsubuntuxp <at> disroot.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72777 in the body.
You can then email your comments to 72777 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#72777; Package guix-patches. (Sat, 24 Aug 2024 00:57:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to James Smith <jsubuntuxp <at> disroot.org>:
New bug report received and forwarded. Copy sent to adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org. (Sat, 24 Aug 2024 00:57:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: James Smith <jsubuntuxp <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: James Smith <jsubuntuxp <at> disroot.org>
Subject: [PATCH] gnu: dhewm3: Update to 1.5.4.
Date: Fri, 23 Aug 2024 17:52:42 -0700
* gnu/packages/game-development.scm: (dhewm3): Update to 1.5.4.

Change-Id: I8db801b099910e60e85d0da7ddcc77654205107f
---
 gnu/packages/game-development.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index aff95d48a1..22fd372b33 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -3089,7 +3089,7 @@ (define-public warsow-qfusion
 (define-public dhewm3
   (package
     (name "dhewm3")
-    (version "1.5.3")
+    (version "1.5.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference (url "https://github.com/dhewm/dhewm3")
@@ -3097,10 +3097,15 @@ (define-public dhewm3
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1zbwhrngmgb0969izmxididyx892qk7591aa9mbigakw6dvmlm84"))))
+                "16cvf78a7q00bkf74waj6gss09y4iqn3zl9srsfg6i7336gjm2wn"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f                  ; No tests.
+           #:configure-flags
+           ;; Needed to fix 32bit builds.
+           #~(if (not #$(target-64bit?))
+                 (list "-DCMAKE_CXX_FLAGS=-D_FILE_OFFSET_BITS=64")
+                 '())
            #:phases
            #~(modify-phases %standard-phases
                (add-after 'unpack 'change-to-build-dir

base-commit: d48af5cca84914d44b032d0bf0820640ebbe7a4b
-- 
2.45.2





Information forwarded to adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#72777; Package guix-patches. (Thu, 05 Sep 2024 03:39:01 GMT) Full text and rfc822 format available.

Message #8 received at 72777 <at> debbugs.gnu.org (full text, mbox):

From: James Smith <jsubuntuxp <at> disroot.org>
To: 72777 <at> debbugs.gnu.org
Cc: James Smith <jsubuntuxp <at> disroot.org>
Subject: [PATCH v2] gnu: dhewm3: Update to 1.5.4.
Date: Wed,  4 Sep 2024 20:37:26 -0700
* gnu/packages/game-development.scm: (dhewm3): Update to 1.5.4.
[arguments]: Set configure flags for 32-bit builds.

Change-Id: I8db801b099910e60e85d0da7ddcc77654205107f
---
 gnu/packages/game-development.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 62f578f3db..0723cb49f3 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -3091,7 +3091,7 @@ (define-public warsow-qfusion
 (define-public dhewm3
   (package
     (name "dhewm3")
-    (version "1.5.3")
+    (version "1.5.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference (url "https://github.com/dhewm/dhewm3")
@@ -3099,10 +3099,15 @@ (define-public dhewm3
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1zbwhrngmgb0969izmxididyx892qk7591aa9mbigakw6dvmlm84"))))
+                "16cvf78a7q00bkf74waj6gss09y4iqn3zl9srsfg6i7336gjm2wn"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f                  ; No tests.
+           #:configure-flags
+           ;; Needed to fix 32bit builds.
+           #~(if (not #$(target-64bit?))
+                 (list "-DCMAKE_CXX_FLAGS=-D_FILE_OFFSET_BITS=64")
+                 '())
            #:phases
            #~(modify-phases %standard-phases
                (add-after 'unpack 'change-to-build-dir

base-commit: ed95ddeb1e58c314f2e22b4cd35986042f3e2f21
-- 
2.45.2





Information forwarded to guix-patches <at> gnu.org:
bug#72777; Package guix-patches. (Fri, 13 Sep 2024 19:02:02 GMT) Full text and rfc822 format available.

Message #11 received at 72777 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: James Smith <jsubuntuxp <at> disroot.org>, 72777 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> envs.net>,
 Adam Faiz <adam.faiz <at> disroot.org>
Subject: Re: [bug#72777] [PATCH v2] gnu: dhewm3: Update to 1.5.4.
Date: Fri, 13 Sep 2024 21:00:34 +0200
Am Mittwoch, dem 04.09.2024 um 20:37 -0700 schrieb James Smith:
> * gnu/packages/game-development.scm: (dhewm3): Update to 1.5.4.
> [arguments]: Set configure flags for 32-bit builds.
> 
> Change-Id: I8db801b099910e60e85d0da7ddcc77654205107f
> ---
Pushed as 0e0d9bc91f20ac6dda439ab09330f0163eb9bf42.

Thanks




Reply sent to James Smith <jsubuntuxp <at> disroot.org>:
You have taken responsibility. (Sun, 27 Oct 2024 14:40:03 GMT) Full text and rfc822 format available.

Notification sent to James Smith <jsubuntuxp <at> disroot.org>:
bug acknowledged by developer. (Sun, 27 Oct 2024 14:40:04 GMT) Full text and rfc822 format available.

Message #16 received at 72777-done <at> debbugs.gnu.org (full text, mbox):

From: James Smith <jsubuntuxp <at> disroot.org>
To: 72777-done <at> debbugs.gnu.org
Subject: Re: [bug#72777] [PATCH v2] gnu: dhewm3: Update to 1.5.4.
Date: Sun, 27 Oct 2024 07:35:18 -0700
Noticed this hasn't been closed yet, closing.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 25 Nov 2024 12:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 263 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.