GNU bug report logs -
#69903
[PATCH] gnu: gl: Update glu to 9.0.3.
Previous Next
To reply to this bug, email your comments to 69903 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#69903
; Package
guix-patches
.
(Tue, 19 Mar 2024 21:00:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Daniel Ziltener <dziltener <at> lyrion.ch>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 19 Mar 2024 21:00:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
---
gnu/packages/gl.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index f8dc8c1d9d..4e115dd00c 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -79,7 +79,7 @@ (define-module (gnu packages gl)
(define-public glu
(package
(name "glu")
- (version "9.0.2")
+ (version "9.0.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -88,15 +88,13 @@ (define-public glu
(file-name (git-file-name name version))
(sha256
(base32
- "1khxfidyglpx4yd8f3xvrj05ah823cz1ygcszhcaa4w7h9kd1lbr"))))
+ "0kmzmz93qqq0kv1c680nwf8whxf0zdw68khy7ask7plb41zdbbx1"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config
- autoconf
- automake
- libtool))
+ mesa-headers))
(propagated-inputs
- (list mesa)) ; according to glu.pc
+ (list libglvnd)) ; according to glu.pc
(home-page "http://www.opengl.org/archives/resources/faq/technical/glu.htm")
(synopsis "Mesa OpenGL Utility library")
(description
--
2.41.0
This bug report was last modified 277 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.