GNU bug report logs - #42377
[PATCH] Add raylib.

Previous Next

Package: guix-patches;

Reported by: trymonv <at> protonmail.com

Date: Wed, 15 Jul 2020 18:56:02 UTC

Severity: normal

Tags: patch

Done: Jakub Kądziołka <kuba <at> kadziolka.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 42377 in the body.
You can then email your comments to 42377 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 guix-patches <at> gnu.org:
bug#42377; Package guix-patches. (Wed, 15 Jul 2020 18:56:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to trymonv <at> protonmail.com:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 15 Jul 2020 18:56:02 GMT) Full text and rfc822 format available.

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

From: trymonv <at> protonmail.com
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: [PATCH] Add raylib.
Date: Wed, 15 Jul 2020 17:52:07 +0000
[Message part 1 (text/plain, inline)]
gnu/packages/game-development.scm | 34 +++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)

diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index e45980e7a0..cba9b5bd45 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -2489,3 +2489,37 @@ fully dynamic omnidirectional shadows, global illumination, HDR lighting,
deferred shading, morphological / temporal / multisample anti-aliasing, and
much more.")
(license license:zlib))))
+
+(define-public raylib
+ (package
+ (name "raylib")
+ (version "3.0.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/raysan5/raylib/")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1chj7sril4l2dxh7flp5ndddydbbf1fhnqlydaysm4m6waxidxmr"))))
+ (build-system cmake-build-system)
+ (arguments '(#:configure-flags `("-DSHARED=OFF" "-DSTATIC=ON")
+ #:tests? #f))
+ (inputs `())
+ (native-inputs `(("alsa-lib", alsa-lib)
+ ("glu", glu)
+ ("libx11", libx11)
+ ("libxrandr", libxrandr)
+ ("libxi", libxi)
+ ("libxinerama", libxinerama)
+ ("libxcursor", libxcursor)
+ ("mesa", mesa)
+ ("pkg-config", pkg-config)))
+ (synopsis "C library for videogame programming")
+ (description "raylib is a library which defines many data structures and
+methods useful for programming small video games or video game prototypes in
+plain C. It tries to provide simple bindings for OpenGL in an attempt to
+conceal technical complexities behind an easy-to-use interface.")
+ (home-page "https://www.raylib.com/")
+ (license license:zlib)))
--
2.27.0
[Message part 2 (text/html, inline)]

Reply sent to Jakub Kądziołka <kuba <at> kadziolka.net>:
You have taken responsibility. (Sat, 18 Jul 2020 12:04:02 GMT) Full text and rfc822 format available.

Notification sent to trymonv <at> protonmail.com:
bug acknowledged by developer. (Sat, 18 Jul 2020 12:04:02 GMT) Full text and rfc822 format available.

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

From: Jakub Kądziołka <kuba <at> kadziolka.net>
To: 42377-done <at> debbugs.gnu.org
Subject: Closing duplicate bug
Date: Sat, 18 Jul 2020 14:03:47 +0200
[Message part 1 (text/plain, inline)]
Closing bug#42377, since it is a (mangled) duplicate of #42376.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 16 Aug 2020 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 252 days ago.

Previous Next


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