guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: mesa-utils: Update to 8.3.0.


From: Ludovic Courtès
Subject: 04/08: gnu: mesa-utils: Update to 8.3.0.
Date: Tue, 19 Jul 2016 21:04:28 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 7fe3f8cf6ef0fb220267caca616aadc5d5e28608
Author: David Craven <address@hidden>
Date:   Mon Jul 18 18:55:50 2016 +0200

    gnu: mesa-utils: Update to 8.3.0.
    
    * gnu/packages/gl.scm (mesa-utils): Update to 8.3.0.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/gl.scm |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 4ac926e..7fa79bb 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -317,12 +317,12 @@ emulation to complete hardware acceleration for modern 
GPUs.")
     (method url-fetch)
     (uri (string-append "ftp://ftp.freedesktop.org/pub/mesa/demos/"; version
                         "/mesa-demos-" version ".tar.bz2"))
-    (sha256 (base32 "14msj0prbl3ljwd24yaqv9pz1xzicdmqgg616xxlppbdh6syrgz4"))))
+    (sha256 (base32 "1vqb7s5m3fcg2csbiz45mha1pys2xx6rhw94fcyvapqdpm5iawy1"))))
 
 (define-public mesa-utils
   (package
     (name "mesa-utils")
-    (version "8.2.0")
+    (version "8.3.0")
     (source (mesa-demos-source version))
     (build-system gnu-build-system)
     (inputs
@@ -332,12 +332,7 @@ emulation to complete hardware acceleration for modern 
GPUs.")
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (arguments
-     '(;; XXX: fails to build against latest mesa:
-       ;;   eglut.c: error: 'EGL_SCREEN_BIT_MESA' undeclared
-       ;;
-       ;; <https://bugs.freedesktop.org/show_bug.cgi?id=91643>
-       #:configure-flags '("--disable-egl")
-       #:phases
+     '(#:phases
        (modify-phases %standard-phases
          (replace
           'install



reply via email to

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