[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/34: gnu: mesa: Update to 20.1.4.
From: |
guix-commits |
Subject: |
23/34: gnu: mesa: Update to 20.1.4. |
Date: |
Sat, 25 Jul 2020 16:46:43 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 7033bd0e0081c97fd8d6111991b0d293274770b3
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 24 22:44:57 2020 +0200
gnu: mesa: Update to 20.1.4.
* gnu/packages/gl.scm (mesa): Update to 20.1.4.
[replacement]: Remove.
(mesa-20.0.8): Remove variable.
---
gnu/packages/gl.scm | 26 ++------------------------
1 file changed, 2 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index fb33bd7..3542fdc 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -233,14 +233,7 @@ also known as DXTn or DXTC) for Mesa.")
(define-public mesa
(package
(name "mesa")
- (version "20.0.7")
-
- ;; Mesa 20.0.5 through 20.0.7 has problems with some graphic drivers, so
- ;; we need this newer version.
- ;; https://gitlab.freedesktop.org/mesa/mesa/-/issues/2882
- ;; https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4861
- (replacement mesa-20.0.8)
-
+ (version "20.1.4")
(source
(origin
(method url-fetch)
@@ -252,7 +245,7 @@ also known as DXTn or DXTC) for Mesa.")
version "/mesa-" version ".tar.xz")))
(sha256
(base32
- "0y517qpdg6v6dsdgzb365p03m30511sbyh8pq0mcvhvjwy7javpy"))
+ "1zlrczmmkcy42w332rfmlicihlnrxmkrnkpb21sl98725cf2f038"))
(patches
(search-patches "mesa-skip-disk-cache-test.patch"))))
(build-system meson-build-system)
@@ -446,21 +439,6 @@ device drivers allows Mesa to be used in many different
environments ranging
from software emulation to complete hardware acceleration for modern GPUs.")
(license license:x11)))
-;; Replacement package to fix
<https://gitlab.freedesktop.org/mesa/mesa/-/issues/2863>.
-(define mesa-20.0.8
- (package
- (inherit mesa)
- (version "20.0.8")
- (source (origin
- (inherit (package-source mesa))
- (uri (list (string-append "https://mesa.freedesktop.org/archive/"
- "mesa-" version ".tar.xz")
- (string-append "ftp://ftp.freedesktop.org/pub/mesa/"
- "mesa-" version ".tar.xz")))
- (sha256
- (base32
- "0v0bfh3ay07s6msxmklvwfaif0q02kq2yhy65fdhys49vw8c1w3c"))))))
-
(define-public mesa-opencl
(package/inherit mesa
(name "mesa-opencl")
- 28/34: gnu: Sphinx: Update to 3.1.2., (continued)
- 28/34: gnu: Sphinx: Update to 3.1.2., guix-commits, 2020/07/25
- 26/34: gnu: check: Update to 0.15.1., guix-commits, 2020/07/25
- 27/34: gnu: Remove python2-sphinx., guix-commits, 2020/07/25
- 29/34: gnu: popt: Update to 1.18., guix-commits, 2020/07/25
- 30/34: gnu: libical: Disable parallel build., guix-commits, 2020/07/25
- 17/34: gnu: libvorbis: Update to 1.3.7., guix-commits, 2020/07/25
- 25/34: gnu: linux-pam: Update to 1.4.0., guix-commits, 2020/07/25
- 19/34: gnu: xkeyboard-config: Update to 2.30., guix-commits, 2020/07/25
- 07/34: gnu: libnsl: Update to 1.3.0., guix-commits, 2020/07/25
- 18/34: gnu: libevdev: Update to 1.9.1., guix-commits, 2020/07/25
- 23/34: gnu: mesa: Update to 20.1.4.,
guix-commits <=
- 33/34: gnu: alsa-utils: Update to 1.2.3., guix-commits, 2020/07/25
- 11/34: gnu: python-requests: Update to 2.24.0., guix-commits, 2020/07/25