[PATCH] gnu: xdisorg: Update libdrm to 2.4.120.

  • Done
  • quality assurance status badge
Details
2 participants
  • Daniel Ziltener
  • John Kehayias
Owner
unassigned
Submitted by
Daniel Ziltener
Severity
normal

Debbugs page

Daniel Ziltener wrote 12 months ago
(address . guix-patches@gnu.org)(address . dziltener@lyrion.ch)
fb13aa621eafeb5d3e6222def8c8156a@lyrion.ch
---
gnu/packages/xdisorg.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 514e5c7164..b4ec572eab 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -736,7 +736,7 @@ (define-public pixman
(define-public libdrm
(package
(name "libdrm")
- (version "2.4.117")
+ (version "2.4.120")
(source (origin
(method url-fetch)
(uri (string-append
@@ -744,7 +744,7 @@ (define-public libdrm
version ".tar.xz"))
(sha256
(base32
- "0ar4c4ikcbm1s4sg09ld406izq5s1yk7b2n0mmvql77bwdlqv252"))))
+ "0yijzgg6rdsa68bz03sw0lcfa2nclv9m3as1cja50wkcyxim7x9v"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags
@@ -789,7 +789,6 @@ (define-public libdrm
and Matrox.")
(license license:x11)))
-
(define-public mtdev
(package
(name "mtdev")
--
2.41.0
Daniel Ziltener wrote 12 months ago
[PATCH 2/2] gnu: gl: Update mesa to 24.0.3.
(address . 69906@debbugs.gnu.org)(address . dziltener@lyrion.ch)
97eafcc26e2a8859e084cfbd9b8e824b@lyrion.ch
---
gnu/packages/gl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index f8dc8c1d9d..fee33a3974 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -297,7 +297,7 @@ (define libva-without-mesa
(define-public mesa
(package
(name "mesa")
- (version "23.3.2")
+ (version "24.0.3")
(source
(origin
(method url-fetch)
@@ -307,7 +307,7 @@ (define-public mesa
"mesa-" version ".tar.xz")))
(sha256
(base32
- "1p4swrbmz3kb1805kdj973hf8virgmix4m9qprmcb2bgl4gviz1w"))))
+ "1gpx3glifdvyw2fxigiannrxkdfhag6b6h0nxab3azbvlfickbkp"))))
(build-system meson-build-system)
(propagated-inputs
;; The following are in the Requires.private field of gl.pc.
--
2.41.0
John Kehayias wrote 12 months ago
(name . Daniel Ziltener)(address . dziltener@lyrion.ch)(address . 69906-done@debbugs.gnu.org)
87v85bnm62.fsf@protonmail.com
Hi,

On Tue, Mar 19, 2024 at 11:25 PM, Daniel Ziltener wrote:

Toggle quote (27 lines)
> ---
> gnu/packages/gl.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
> index f8dc8c1d9d..fee33a3974 100644
> --- a/gnu/packages/gl.scm
> +++ b/gnu/packages/gl.scm
> @@ -297,7 +297,7 @@ (define libva-without-mesa
> (define-public mesa
> (package
> (name "mesa")
> - (version "23.3.2")
> + (version "24.0.3")
> (source
> (origin
> (method url-fetch)
> @@ -307,7 +307,7 @@ (define-public mesa
> "mesa-" version ".tar.xz")))
> (sha256
> (base32
> - "1p4swrbmz3kb1805kdj973hf8virgmix4m9qprmcb2bgl4gviz1w"))))
> + "1gpx3glifdvyw2fxigiannrxkdfhag6b6h0nxab3azbvlfickbkp"))))
> (build-system meson-build-system)
> (propagated-inputs
> ;; The following are in the Requires.private field of gl.pc.

The libdrm patch is a duplicate of (your submission):
https://issues.guix.gnu.org/68845 and the mesa upgrade is tracked

So, I will close this, but thanks and feel free to chime in on #69637.

John
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69906@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69906
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help