unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64175] [PATCH mesa-updates] gnu: mesa: Update to 23.1.2.
@ 2023-06-19 18:10 John Kehayias via Guix-patches via
  2023-06-29 16:07 ` [bug#64175] [PATCH v2 mesa-updates] gnu: mesa: Update to 23.1.3 John Kehayias via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: John Kehayias via Guix-patches via @ 2023-06-19 18:10 UTC (permalink / raw)
  To: 64175

[-- Attachment #1: Type: text/plain, Size: 388 bytes --]

Hi Guix,

Here is a patch to update mesa to the latest version, tested that it builds locally on x86_64 and i686. Please see (forthcoming) discussion on guix-devel about the branching strategy here. In short, I think it makes sense to have a mesa-updates branch for the frequent mesa update changes, as well as any other associated changes to the core graphics stack.

Thanks!
John

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-mesa-Update-to-23.1.2.patch --]
[-- Type: text/x-patch; name=0001-gnu-mesa-Update-to-23.1.2.patch, Size: 1298 bytes --]

From 5d3f271cf47c54db12f70a3977957a946e7b3c04 Mon Sep 17 00:00:00 2001
Message-Id: <5d3f271cf47c54db12f70a3977957a946e7b3c04.1687191205.git.john.kehayias@protonmail.com>
From: John Kehayias <john.kehayias@protonmail.com>
Date: Mon, 19 Jun 2023 12:11:49 -0400
Subject: [PATCH] gnu: mesa: Update to 23.1.2.

* gnu/packages/gl.scm (mesa): Update to 23.1.2.
---
 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 9885bde712..261e085882 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -267,7 +267,7 @@ (define libva-without-mesa
 (define-public mesa
   (package
     (name "mesa")
-    (version "23.0.3")
+    (version "23.1.2")
     (source
       (origin
         (method url-fetch)
@@ -277,7 +277,7 @@ (define-public mesa
                                   "mesa-" version ".tar.xz")))
         (sha256
          (base32
-          "1mcjf41x2bhxs6yxars7nh2vfryfw50g6rvbcfbb1wqdv2jn4qrq"))))
+          "0zjwmf2l6sc9f8y4qf4zsswlyrs3i586hg5zb30k062nn6nz7cb0"))))
     (build-system meson-build-system)
     (propagated-inputs
      ;; The following are in the Requires.private field of gl.pc.

base-commit: d884fc9e2efecfba09af4694f5a13ad7fc6f704f
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-31 15:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-19 18:10 [bug#64175] [PATCH mesa-updates] gnu: mesa: Update to 23.1.2 John Kehayias via Guix-patches via
2023-06-29 16:07 ` [bug#64175] [PATCH v2 mesa-updates] gnu: mesa: Update to 23.1.3 John Kehayias via Guix-patches via
2023-07-31 15:23   ` bug#64175: [PATCH mesa-updates] gnu: mesa: Update to 23.1.2 John Kehayias via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).