[PATCH] gnu: glfw: Update to 3.3.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20210109143906.2097-1-vincent.legoll@gmail.com
* 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(-)

Toggle diff (32 lines)
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
Efraim Flashner wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45743-done@debbugs.gnu.org)
X/weK3IbcgMaQlWi@3900XT
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
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/8HisACgkQQarn3Mo9
g1HYYw/+I/ibNOCUwzsc17d7RFbFh3UpwT2keSeXqOKOqjPdR/GYzM71YVHq9dW0
AK6YeHwwdWzlvV5mfBz+TShEEgWgG6HmptscyQSef4alM6Dq3Aq4Tmr8+Tq4BaNx
GRcGHPyRSYxOoWQ6Ri89T3rCYyaMd9InDi47Cr61c45T7HKlCq3U6lZsQXmAzITS
gh7rJyIgdGsilFWr7lwXjozuF37BGd/ynMhh3ezsbFbkmu9wquYJpd1ig6kWGeQ6
mUZ05lgjPfgvjUBCbjlNdq4mni0SuSBV9xZHGRAxnRQY5Pw7Ca7FVL1/pjdBwEjr
e8+RSmZO4hUnC7R9kAuKv+NjUuNEo1SJfYSdW2faBtv6udirPkyJ2H687AuuvxER
zg2kvMTp4j0FOXXko8kjfpdz3Tl3tT4RIsBfjvSHpQlGhxG4Ulr//xe9kfizh+BR
I3tKCH5N9pH7D5AijK923twlm5X8mDsMYyLBNw4ked4C62t7GNKs2EwVoavjALuo
mcRLxz9gegD2xw3nJu6xoOcLv/aGon3flXdBQ4TGE3T7CFLaB/gQdR1eoof0l7nw
kzdgcXh08uyNZH6jYhNBfJzKLTOIPHYsqtnaNdrDTsTKCqh9sisg8IWetuIwNOJc
jpg0n/vY63UYfflLG7wqZ23sxVDXVcXuv3VBTgJxhGJqAeTGNGw=
=yv82
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45743@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45743
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help