guix-commits
[Top][All Lists]
Advanced

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

19/21: gnu: libepoxy: Update to 1.5.0.


From: Marius Bakke
Subject: 19/21: gnu: libepoxy: Update to 1.5.0.
Date: Mon, 12 Mar 2018 13:22:35 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit f961231368370feb7440973d41e1557464d65996
Author: Marius Bakke <address@hidden>
Date:   Mon Mar 12 17:56:00 2018 +0100

    gnu: libepoxy: Update to 1.5.0.
    
    * gnu/packages/gl.scm (libepoxy): Update to 1.5.0.
    [arguments]: Remove obsolete substitution.
---
 gnu/packages/gl.scm | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 6ce7fbc..039f6a6 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -556,7 +556,7 @@ OpenGL graphics API.")
 (define-public libepoxy
   (package
     (name "libepoxy")
-    (version "1.4.1")
+    (version "1.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -564,7 +564,7 @@ OpenGL graphics API.")
                     version "/libepoxy-" version ".tar.xz"))
               (sha256
                (base32
-                "19hsyap2p0sflj75ycf4af9bsp453bamymbcgnmrphigabsspil8"))))
+                "1md58amxyp34yjnw4xa185hw5jm0hnb2xnhdc28zdsx6k19rk52c"))))
     (arguments
      `(#:phases
        (modify-phases %standard-phases
@@ -575,10 +575,6 @@ OpenGL graphics API.")
                    (mesa (assoc-ref inputs "mesa")))
                (substitute* "src/gen_dispatch.py"
                  (("/usr/bin/env python") python))
-               ;; Add support for aarch64, see upstream:
-               ;; https://github.com/anholt/libepoxy/pull/114
-               (substitute* "test/dlwrap.c"
-                 (("GLIBC_2.4") "GLIBC_2.17\", \"GLIBC_2.4"))
                (substitute* (find-files "." "\\.[ch]$")
                  (("libGL.so.1") (string-append mesa "/lib/libGL.so.1"))
                  (("libEGL.so.1") (string-append mesa "/lib/libEGL.so.1")))



reply via email to

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