emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#45743: closed ([PATCH] gnu: glfw: Update to 3.3.2.)


From: GNU bug Tracking System
Subject: bug#45743: closed ([PATCH] gnu: glfw: Update to 3.3.2.)
Date: Mon, 11 Jan 2021 09:47:01 +0000

Your message dated Mon, 11 Jan 2021 11:45:15 +0200
with message-id <X/weK3IbcgMaQlWi@3900XT>
and subject line Re: [bug#45743] [PATCH] gnu: glfw: Update to 3.3.2.
has caused the debbugs.gnu.org bug report #45743,
regarding [PATCH] gnu: glfw: Update to 3.3.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45743: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45743
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: glfw: Update to 3.3.2. Date: Sat, 9 Jan 2021 15:39:06 +0100
* gnu/packages/gl.scm (glfw): Update to 3.3.2.
(propagated-inputs): Add missing libxi.
---
 gnu/packages/gl.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index d9d83e7d32..1d44ef8ee1 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -770,7 +770,7 @@ OpenGL.")
 (define-public glfw
   (package
     (name "glfw")
-    (version "3.2.1")
+    (version "3.3.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/glfw/glfw";
@@ -778,7 +778,7 @@ OpenGL.")
                                   "/glfw-" version ".zip"))
               (sha256
                (base32
-                "09kk5yc1zhss9add8ryqrngrr16hdmc94rszgng135bhw09mxmdp"))))
+                "1izgc4r0ypxwwklfzj98ab4xqsjpb1wbsfdbivvxpmr95x8km8q8"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no test target
@@ -792,6 +792,7 @@ OpenGL.")
        ;; These are in 'Requires.private' of 'glfw3.pc'.
        ("libx11" ,libx11)
        ("libxrandr" ,libxrandr)
+       ("libxi" ,libxi)
        ("libxinerama" ,libxinerama)
        ("libxcursor" ,libxcursor)
        ("libxxf86vm" ,libxxf86vm)))
-- 
2.30.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#45743] [PATCH] gnu: glfw: Update to 3.3.2. Date: Mon, 11 Jan 2021 11:45:15 +0200
I tried to figure out how to run the tests but I wasn't able to.

Patch pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]