GNU bug report logs -
#76881
[PATCH] gnu: raylib: Update to 5.5.
Previous Next
Reported by: iyzsong <at> envs.net
Date: Sun, 9 Mar 2025 05:41:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
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 76881 in the body.
You can then email your comments to 76881 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#76881
; Package
guix-patches
.
(Sun, 09 Mar 2025 05:41:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
iyzsong <at> envs.net
:
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
.
(Sun, 09 Mar 2025 05:41:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/game-development.scm (raylib): Update to 5.5.
[inputs]: Replace glfw with glfw-3.4.
Change-Id: If312732d3602dc2e495c32a78fe9390642da726c
---
gnu/packages/game-development.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index a026e114c4..e74bf9de1c 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -3670,7 +3670,7 @@ (define-public recastnavigation
(define-public raylib
(package
(name "raylib")
- (version "5.0")
+ (version "5.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3680,7 +3680,7 @@ (define-public raylib
;; TODO: Unbundle src/external
(sha256
(base32
- "0327licmylwlh5iyzw35pq7ci2d15rp3jms5i9p0vfg1rlv2sjw0"))))
+ "1dhy9ghbwvz0s434j03rfa2l6wxcfj028vlkk1xbf5q97vin5pr7"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f ;no test
@@ -3700,7 +3700,7 @@ (define-public raylib
#define MA_ENABLE_PULSEAUDIO
#include \"external/miniaudio.h\"
")))))))
- (inputs (list glfw pulseaudio))
+ (inputs (list glfw-3.4 pulseaudio))
(native-inputs (list pkg-config))
(synopsis "C library for videogame programming")
(description
base-commit: 4538aa4acd199db7d7df1deb5e47b2ff6edb50f9
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76881
; Package
guix-patches
.
(Sun, 09 Mar 2025 19:46:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 76881 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi iyzsong and guix team,
I'm sorry to intervene. I had also planned to update Raylib to 5.5 today. What a coincidence!
Would you consider adding a new phase to this package to provide additional raylib_api files ?
My proposal is attached for your reference.
This would make it possible to create bindings for other languages. By the way, I proposed this
patch last year https://issues.guix.gnu.org/74059 to bring Raylib support to guile.
Regards, Arnaud.
[0001-PATCH-gnu-raylib-Update-to-5.5-and-use-glfw-3.4.patch (text/x-patch, attachment)]
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Tue, 11 Mar 2025 03:00:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
iyzsong <at> envs.net
:
bug acknowledged by developer.
(Tue, 11 Mar 2025 03:00:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 76881-done <at> debbugs.gnu.org (full text, mbox):
arnaud.lechevallier <at> free.fr writes:
> Hi iyzsong and guix team,
>
> I'm sorry to intervene. I had also planned to update Raylib to 5.5 today. What a coincidence!
>
> Would you consider adding a new phase to this package to provide additional raylib_api files ?
> My proposal is attached for your reference.
Done, thank you! I had install them in "$output/share/raylib".
>
> This would make it possible to create bindings for other languages. By the way, I proposed this
> patch last year https://issues.guix.gnu.org/74059 to bring Raylib support to guile.
Cool, I could look into that later. Thanks.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 08 Apr 2025 11:24:28 GMT)
Full text and
rfc822 format available.
This bug report was last modified 70 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.