GNU bug report logs -
#51828
[PATCH staging] gnu: mesa: Update to 20.3.5.
Previous Next
Reported by: Danny O'Brien <danny <at> spesh.com>
Date: Sun, 14 Nov 2021 04:27:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#51828: [PATCH staging] gnu: mesa: Update to 20.3.5.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 51828 <at> debbugs.gnu.org.
--
51828: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51828
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
Danny O'Brien <danny <at> spesh.com> writes:
> * gnu/packages/gl.scm (mesa): Update to 20.3.5.
It seems other changes missing from your commit message (to be formatted
in the GNU changelog style).
> ---
> gnu/packages/gl.scm | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
> index a417e363bb..8ac40d41a1 100644
> --- a/gnu/packages/gl.scm
> +++ b/gnu/packages/gl.scm
> @@ -235,7 +235,7 @@ (define libva-without-mesa
> (define-public mesa
> (package
> (name "mesa")
> - (version "20.2.4")
> + (version "20.3.5")
> (source
> (origin
> (method url-fetch)
> @@ -247,9 +247,7 @@ (define-public mesa
> version "/mesa-" version ".tar.xz")))
> (sha256
> (base32
> - "14m09bk7akj0k02lg8fhvvzbdsashlbdsgl2cw7wbqfj2mhdqwh5"))
> - (patches
> - (search-patches "mesa-skip-tests.patch"))))
> + "1klifqyr54q8ar8sncykgqllil98q1ma4i6g9j2c18yzcggp56lh"))))
> (build-system meson-build-system)
> (propagated-inputs
> `(;; The following are in the Requires.private field of gl.pc.
> @@ -296,14 +294,16 @@ (define-public mesa
> '(,@(match (%current-system)
> ((or "armhf-linux" "aarch64-linux")
> ;; TODO: Fix svga driver for non-Intel architectures.
> -
> '("-Dgallium-drivers=etnaviv,freedreno,kmsro,lima,nouveau,panfrost,r300,r600,swrast,tegra,v3d,vc4,virgl"))
> + (list (string-append
> "-Dgallium-drivers=etnaviv,freedreno,kmsro,"
> + "lima,nouveau,panfrost,r300,r600,swrast,"
> + "tegra,v3d,vc4,virgl")))
That's purely re-indenting; OK.
> ("powerpc64le-linux"
> '("-Dgallium-drivers=nouveau,r300,r600,radeonsi,swrast,virgl"))
> (_
> '("-Dgallium-drivers=iris,nouveau,r300,r600,radeonsi,svga,swrast,virgl")))
> ;; Enable various optional features. TODO: opencl requires
> libclc,
> ;; omx requires libomxil-bellagio
> - "-Dplatforms=x11,drm,surfaceless,wayland"
> + "-Dplatforms=x11,wayland"
Why are the 'drm' and 'surfaceless' platforms removed?
I'm closing this as core-updates-frozen, soon to be merged in master, is
at the very bleeding edge 21.2.5 :-).
Thanks,
Maxim
[Message part 3 (message/rfc822, inline)]
* gnu/packages/gl.scm (mesa): Update to 20.3.5.
---
gnu/packages/gl.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index a417e363bb..8ac40d41a1 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -235,7 +235,7 @@ (define libva-without-mesa
(define-public mesa
(package
(name "mesa")
- (version "20.2.4")
+ (version "20.3.5")
(source
(origin
(method url-fetch)
@@ -247,9 +247,7 @@ (define-public mesa
version "/mesa-" version ".tar.xz")))
(sha256
(base32
- "14m09bk7akj0k02lg8fhvvzbdsashlbdsgl2cw7wbqfj2mhdqwh5"))
- (patches
- (search-patches "mesa-skip-tests.patch"))))
+ "1klifqyr54q8ar8sncykgqllil98q1ma4i6g9j2c18yzcggp56lh"))))
(build-system meson-build-system)
(propagated-inputs
`(;; The following are in the Requires.private field of gl.pc.
@@ -296,14 +294,16 @@ (define-public mesa
'(,@(match (%current-system)
((or "armhf-linux" "aarch64-linux")
;; TODO: Fix svga driver for non-Intel architectures.
-
'("-Dgallium-drivers=etnaviv,freedreno,kmsro,lima,nouveau,panfrost,r300,r600,swrast,tegra,v3d,vc4,virgl"))
+ (list (string-append
"-Dgallium-drivers=etnaviv,freedreno,kmsro,"
+
"lima,nouveau,panfrost,r300,r600,swrast,"
+ "tegra,v3d,vc4,virgl")))
("powerpc64le-linux"
'("-Dgallium-drivers=nouveau,r300,r600,radeonsi,swrast,virgl"))
(_
'("-Dgallium-drivers=iris,nouveau,r300,r600,radeonsi,svga,swrast,virgl")))
;; Enable various optional features. TODO: opencl requires
libclc,
;; omx requires libomxil-bellagio
- "-Dplatforms=x11,drm,surfaceless,wayland"
+ "-Dplatforms=x11,wayland"
"-Dglx=dri" ;Thread Local Storage, improves performance
;; "-Dopencl=true"
;; "-Domx=true"
--
2.33.1
This bug report was last modified 3 years and 182 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.