[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: mesa: Update to 21.2.5.
From: |
guix-commits |
Subject: |
03/10: gnu: mesa: Update to 21.2.5. |
Date: |
Thu, 18 Nov 2021 11:49:33 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit 67f01c8d293862e70f84569595f84f822b6f2af5
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Nov 13 21:54:43 2021 -0500
gnu: mesa: Update to 21.2.5.
* gnu/packages/gl.scm (mesa): Update to 21.2.5.
[phases]{fix-tests}: Remove phase.
---
gnu/packages/gl.scm | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 19b53ac..f5a72d9 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -238,7 +238,7 @@ also known as DXTn or DXTC) for Mesa.")
(define-public mesa
(package
(name "mesa")
- (version "21.2.4")
+ (version "21.2.5")
(source
(origin
(method url-fetch)
@@ -250,7 +250,7 @@ also known as DXTn or DXTC) for Mesa.")
version "/mesa-" version ".tar.xz")))
(sha256
(base32
- "0i2vz3ppcgqm076546imzl11jr3rlch1iv62lffk60mcs61dwvpy"))
+ "1fxcdf4qs4vmyjcns7jv62w4jy3gr383ar5b7mr77nb0nxgmhjcf"))
(patches
(search-patches "mesa-skip-tests.patch"))))
(build-system meson-build-system)
@@ -396,11 +396,6 @@ also known as DXTn or DXTC) for Mesa.")
(("disasm\\.c'") "delay.c',\n link_args:
ld_args_build_id"))))
(_
'((display "No tests to disable on this
architecture.\n"))))))
- (add-after 'unpack 'fix-tests
- (lambda _
- ;; See <https://gitlab.freedesktop.org/mesa/mesa/-/issues/3181>.
- (substitute*
"src/compiler/glsl/glcpp/tests/084-unbalanced-parentheses.c.expected"
- (("unexpected \\$end") "unexpected end of file"))))
(add-before 'configure 'fix-dlopen-libnames
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))
- branch core-updates-frozen updated (235adae -> 61576d5), guix-commits, 2021/11/18
- 02/10: gnu: libxkbfile: Propagate libx11 and kbproto., guix-commits, 2021/11/18
- 03/10: gnu: mesa: Update to 21.2.5.,
guix-commits <=
- 01/10: gnu: libinput: Update to 1.19.2., guix-commits, 2021/11/18
- 04/10: gnu: xorg-server: Update to 21.1.1 and reinstate parallel tests., guix-commits, 2021/11/18
- 08/10: gnu: xorg-server-xwayland: Update to 21.1.3 and adjust package., guix-commits, 2021/11/18
- 06/10: gnu: Move eglexternalplatform and egl-wayland to (gnu packages xorg)., guix-commits, 2021/11/18
- 05/10: gnu: xorg-server: Enable X security extensions (xcsecurity)., guix-commits, 2021/11/18
- 07/10: gnu: egl-wayland: Update to 1.1.9., guix-commits, 2021/11/18
- 09/10: gnu: python-dbusmock: Update to 0.24.1., guix-commits, 2021/11/18
- 10/10: gnu: python-dbusmock: Patch reference to dbus-daemon., guix-commits, 2021/11/18