guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: freeglut: Update to 3.2.1.


From: guix-commits
Subject: 03/04: gnu: freeglut: Update to 3.2.1.
Date: Sat, 11 Jan 2020 17:28:49 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 64136870445f15242a75fca317fc8af35c4a8cee
Author: Marius Bakke <address@hidden>
AuthorDate: Sat Jan 4 01:06:51 2020 +0100

    gnu: freeglut: Update to 3.2.1.
    
    * gnu/packages/gl.scm (freeglut): Update to 3.2.1.
    [inputs]: Remove MESA, XORGPROTO and XINPUT.
---
 gnu/packages/gl.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 077b009..ad1b845 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -96,7 +96,7 @@ as ASCII text.")
 (define-public freeglut
   (package
     (name "freeglut")
-    (version "3.0.0")
+    (version "3.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -104,16 +104,13 @@ as ASCII text.")
                     version "/freeglut-" version ".tar.gz"))
               (sha256
                (base32
-                "18knkyczzwbmyg8hr4zh8a1i5ga01np2jzd1rwmsh7mh2n2vwhra"))))
+                "0s6sk49q8ijgbsrrryb7dzqx2fa744jhx1wck5cz5jia2010w06l"))))
     (build-system cmake-build-system)
     (arguments '(#:tests? #f)) ; no test target
-    (inputs `(("mesa" ,mesa)
-              ("libx11" ,libx11)
+    (inputs `(("libx11" ,libx11)
               ("libxi" ,libxi)
               ("libxrandr" ,libxrandr)
-              ("libxxf86vm" ,libxxf86vm)
-              ("xorgproto" ,xorgproto)
-              ("xinput" ,xinput)))
+              ("libxxf86vm" ,libxxf86vm)))
     (propagated-inputs
      ;; Headers from Mesa and GLU are needed.
      `(("glu" ,glu)



reply via email to

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