[PATCH mesa-updates] gnu: mesa: Update to 23.1.2.

  • Done
  • quality assurance status badge
Details
One participant
  • John Kehayias
Owner
unassigned
Submitted by
John Kehayias
Severity
normal
J
J
John Kehayias wrote on 19 Jun 2023 20:10
(name . Guix-patches)(address . guix-patches@gnu.org)
87zg4vqq5t.fsf@protonmail.com
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
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(-)
Toggle diff (26 lines)
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
J
J
John Kehayias wrote on 29 Jun 2023 18:07
Re: bug#64175: [PATCH v2 mesa-updates] gnu: mesa: Update to 23.1.3.
(address . 64175@debbugs.gnu.org)
87ttuq6yn0.fsf@protonmail.com
On Mon, Jun 19, 2023 at 06:10 PM, John Kehayias wrote:

Toggle quote (12 lines)
> 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

Updated to latest release and will be pushing this along with
https://issues.guix.gnu.org/64044to a mesa-updates branch for building.

Thanks,
John
From 7013921be6f9f2de49d5806a93eaee1d95cac1c6 Mon Sep 17 00:00:00 2001
Message-Id: <7013921be6f9f2de49d5806a93eaee1d95cac1c6.1688054691.git.john.kehayias@protonmail.com>
From: John Kehayias <john.kehayias@protonmail.com>
Date: Thu, 29 Jun 2023 11:57:59 -0400
Subject: [PATCH] gnu: mesa: Update to 23.1.3.
* gnu/packages/gl.scm (mesa): Update to 23.1.3.
---
gnu/packages/gl.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Toggle diff (36 lines)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index a5b5ade22a..d403463e94 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -15,7 +15,7 @@
;;; Copyright © 2020, 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2020 Kei Kebreau <kkebreau@posteo.net>
;;; Copyright © 2021 Ivan Gankevich <i.gankevich@spbu.ru>
-;;; Copyright © 2021, 2022 John Kehayias <john.kehayias@protonmail.com>
+;;; Copyright © 2021, 2022, 2023 John Kehayias <john.kehayias@protonmail.com>
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
;;; Copyright © 2023 Kaelyn Takata <kaelyn.alexi@protonmail.com>
;;;
@@ -267,7 +267,7 @@ (define libva-without-mesa
(define-public mesa
(package
(name "mesa")
- (version "23.0.3")
+ (version "23.1.3")
(source
(origin
(method url-fetch)
@@ -277,7 +277,7 @@ (define-public mesa
"mesa-" version ".tar.xz")))
(sha256
(base32
- "1mcjf41x2bhxs6yxars7nh2vfryfw50g6rvbcfbb1wqdv2jn4qrq"))))
+ "1ndfm3p1inppz1i4340sdh213ddqhlkh5l9s4vbd5yqhpj0p6v9g"))))
(build-system meson-build-system)
(propagated-inputs
;; The following are in the Requires.private field of gl.pc.
base-commit: 2b25bc03a11e1c6a473bbb000c35e94233120346
prerequisite-patch-id: 78ddf341d4f8855b10d81e0b0348705638bf334b
--
2.40.1
J
J
John Kehayias wrote on 31 Jul 2023 17:23
Re: bug#64175: [PATCH mesa-updates] gnu: mesa: Update to 23.1.2.
(address . 64175-done@debbugs.gnu.org)
874jlkhzqf.fsf_-_@protonmail.com
On Thu, Jun 29, 2023 at 04:07 PM, John Kehayias wrote:

Toggle quote (20 lines)
> On Mon, Jun 19, 2023 at 06:10 PM, John Kehayias wrote:
>
>> 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
>
> Updated to latest release and will be pushing this along with
> https://issues.guix.gnu.org/64044 to a mesa-updates branch for building.
>
> Thanks,
> John

Pushed as 4f0ce65b74a3d28bf6ecbe4c15052dd0de22b284 (which was further
updated to 23.1.4).
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 64175
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