GNU bug report logs -
#68729
[PATCH] gnu: raylib: Update to 5.0.
Previous Next
Reported by: Juliana Sims <juli <at> incana.org>
Date: Fri, 26 Jan 2024 06:14:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
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 68729 in the body.
You can then email your comments to 68729 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#68729
; Package
guix-patches
.
(Fri, 26 Jan 2024 06:14:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Juliana Sims <juli <at> incana.org>
:
New bug report received and forwarded. Copy sent to
liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
.
(Fri, 26 Jan 2024 06:14:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
This patch simply updates raylib to the latest version.
Thanks,
Juli
* gnu/packages/game-development.scm (raylib): Update to 5.0.
Change-Id: If3797a5f88bdd7f72d47f7f83556e16b319a38f9
---
gnu/packages/game-development.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index ea1adf0ecf..0e0c1f5c65 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -3228,7 +3228,7 @@ (define-public recastnavigation
(define-public raylib
(package
(name "raylib")
- (version "4.5.0")
+ (version "5.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3238,7 +3238,7 @@ (define-public raylib
;; TODO: Unbundle src/external
(sha256
(base32
- "00y8fsa4g9fk93s3wihbxl929m84hw3fflr0h409s3i1kfmv7ajj"))))
+ "0327licmylwlh5iyzw35pq7ci2d15rp3jms5i9p0vfg1rlv2sjw0"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f ;no test
base-commit: fdffaa2256775a48585dbc563d646fdccb96f284
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68729
; Package
guix-patches
.
(Fri, 26 Jan 2024 16:09:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 68729 <at> debbugs.gnu.org (full text, mbox):
Am Freitag, dem 26.01.2024 um 01:12 -0500 schrieb Juliana Sims:
> Hello,
>
> This patch simply updates raylib to the latest version.
>
> Thanks,
> Juli
>
> * gnu/packages/game-development.scm (raylib): Update to 5.0.
>
> Change-Id: If3797a5f88bdd7f72d47f7f83556e16b319a38f9
> ---
Comments that don't go into the commit message should be made below
this line.
> gnu/packages/game-development.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-
> development.scm
> index ea1adf0ecf..0e0c1f5c65 100644
> --- a/gnu/packages/game-development.scm
> +++ b/gnu/packages/game-development.scm
> @@ -3228,7 +3228,7 @@ (define-public recastnavigation
> (define-public raylib
> (package
> (name "raylib")
> - (version "4.5.0")
> + (version "5.0")
> (source (origin
> (method git-fetch)
> (uri (git-reference
> @@ -3238,7 +3238,7 @@ (define-public raylib
> ;; TODO: Unbundle src/external
> (sha256
> (base32
> -
> "00y8fsa4g9fk93s3wihbxl929m84hw3fflr0h409s3i1kfmv7ajj"))))
> +
> "0327licmylwlh5iyzw35pq7ci2d15rp3jms5i9p0vfg1rlv2sjw0"))))
> (build-system cmake-build-system)
> (arguments
> (list #:tests? #f ;no test
>
> base-commit: fdffaa2256775a48585dbc563d646fdccb96f284
LGTM, but yet untested. I'll assume it builds on your end, though :)
Cheers
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Fri, 09 Feb 2024 13:41:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Juliana Sims <juli <at> incana.org>
:
bug acknowledged by developer.
(Fri, 09 Feb 2024 13:41:03 GMT)
Full text and
rfc822 format available.
Message #13 received at 68729-done <at> debbugs.gnu.org (full text, mbox):
Patch applied in commit 179bb57d2532ee6b81791e078b0f782cbf88cb84,
closing the bug.
Thanks, Juliana!
Andreas
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 09 Mar 2024 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 102 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.