* [PR PATCH] mesa: update to 24.1.3.
@ 2024-07-04 19:25 SpidFightFR
2024-07-04 19:47 ` chrysos349
` (13 more replies)
0 siblings, 14 replies; 15+ messages in thread
From: SpidFightFR @ 2024-07-04 19:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 676 bytes --]
There is a new pull request by SpidFightFR against master on the void-packages repository
https://github.com/SpidFightFR/void-packages update-mesa
https://github.com/void-linux/void-packages/pull/51113
mesa: update to 24.1.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### Local build testing
- I built this PR locally for my native architecture, (x64-GlibC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x64-musl
A patch file from https://github.com/void-linux/void-packages/pull/51113.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-mesa-51113.patch --]
[-- Type: text/x-diff, Size: 1107 bytes --]
From d4f172e23a6bedbcb948046c60bf91768b589487 Mon Sep 17 00:00:00 2001
From: SpidFightFR <spidfight@swisscows.email>
Date: Thu, 4 Jul 2024 21:10:06 +0200
Subject: [PATCH] mesa: update to 24.1.3.
---
srcpkgs/mesa/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 3acd6a2bca912a..209124fb50cb41 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,6 +1,6 @@
# Template file for 'mesa'
pkgname=mesa
-version=24.1.2
+version=24.1.3
revision=1
build_style=meson
_llvmver=17
@@ -23,8 +23,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT, LGPL-2.1-or-later"
homepage="https://www.mesa3d.org/"
changelog="https://docs.mesa3d.org/relnotes.html"
-distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
-checksum=a2c584c8d57d3bd8ba11790a6e9ae3713f8821df96c059b78afb29dd975c9f45
+distfiles="https://archive.mesa3d.org/mesa-${version}.tar.xz"
+checksum=63236426b25a745ba6aa2d6daf8cd769d5ea01887b0745ab7124d2ef33a9020d
build_options="wayland"
build_options_default="wayland"
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: mesa: update to 24.1.3.
2024-07-04 19:25 [PR PATCH] mesa: update to 24.1.3 SpidFightFR
@ 2024-07-04 19:47 ` chrysos349
2024-07-04 20:00 ` SpidFightFR
` (12 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: chrysos349 @ 2024-07-04 19:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 151 bytes --]
New comment by chrysos349 on void-packages repository
https://github.com/void-linux/void-packages/pull/51113#issuecomment-2209501181
Comment:
#51076
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: mesa: update to 24.1.3.
2024-07-04 19:25 [PR PATCH] mesa: update to 24.1.3 SpidFightFR
2024-07-04 19:47 ` chrysos349
@ 2024-07-04 20:00 ` SpidFightFR
2024-07-05 1:26 ` Calandracas606
` (11 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: SpidFightFR @ 2024-07-04 20:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 209 bytes --]
New comment by SpidFightFR on void-packages repository
https://github.com/void-linux/void-packages/pull/51113#issuecomment-2209512323
Comment:
> #51076
noted those, the changes in this pr don't conflict.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: mesa: update to 24.1.3.
2024-07-04 19:25 [PR PATCH] mesa: update to 24.1.3 SpidFightFR
2024-07-04 19:47 ` chrysos349
2024-07-04 20:00 ` SpidFightFR
@ 2024-07-05 1:26 ` Calandracas606
2024-07-05 1:30 ` [PR REVIEW] " Calandracas606
` (10 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Calandracas606 @ 2024-07-05 1:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 195 bytes --]
New comment by Calandracas606 on void-packages repository
https://github.com/void-linux/void-packages/pull/51113#issuecomment-2209841941
Comment:
I've updated my PR to also bump mesa to 24.1.3
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PR REVIEW] mesa: update to 24.1.3.
2024-07-04 19:25 [PR PATCH] mesa: update to 24.1.3 SpidFightFR
` (2 preceding siblings ...)
2024-07-05 1:26 ` Calandracas606
@ 2024-07-05 1:30 ` Calandracas606
2024-07-05 4:07 ` SpidFightFR
` (9 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Calandracas606 @ 2024-07-05 1:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 189 bytes --]
New review comment by Calandracas606 on void-packages repository
https://github.com/void-linux/void-packages/pull/51113#discussion_r1666144431
Comment:
why is the distfiles url changed?
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PR REVIEW] mesa: update to 24.1.3.
2024-07-04 19:25 [PR PATCH] mesa: update to 24.1.3 SpidFightFR
` (3 preceding siblings ...)
2024-07-05 1:30 ` [PR REVIEW] " Calandracas606
@ 2024-07-05 4:07 ` SpidFightFR
2024-07-05 4:07 ` [PR PATCH] [Closed]: " SpidFightFR
` (8 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: SpidFightFR @ 2024-07-05 4:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 285 bytes --]
New review comment by SpidFightFR on void-packages repository
https://github.com/void-linux/void-packages/pull/51113#discussion_r1666239568
Comment:
> why is the distfiles url changed?
They changed the url, if you use the base url, you'll be redirected on the following new site.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PR PATCH] [Closed]: mesa: update to 24.1.3.
2024-07-04 19:25 [PR PATCH] mesa: update to 24.1.3 SpidFightFR
` (4 preceding siblings ...)
2024-07-05 4:07 ` SpidFightFR
@ 2024-07-05 4:07 ` SpidFightFR
2024-07-05 4:15 ` Calandracas606
` (7 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: SpidFightFR @ 2024-07-05 4:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 513 bytes --]
There's a closed pull request on the void-packages repository
mesa: update to 24.1.3.
https://github.com/void-linux/void-packages/pull/51113
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### Local build testing
- I built this PR locally for my native architecture, (x64-GlibC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x64-musl
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: mesa: update to 24.1.3.
2024-07-04 19:25 [PR PATCH] mesa: update to 24.1.3 SpidFightFR
` (5 preceding siblings ...)
2024-07-05 4:07 ` [PR PATCH] [Closed]: " SpidFightFR
@ 2024-07-05 4:15 ` Calandracas606
2024-07-05 5:49 ` SpidFightFR
` (6 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Calandracas606 @ 2024-07-05 4:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 274 bytes --]
New comment by Calandracas606 on void-packages repository
https://github.com/void-linux/void-packages/pull/51113#issuecomment-2210103110
Comment:
i don't know if this should be closed.
its possible that the maintainers would want to update mesa, but not use llvm18 yet
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: mesa: update to 24.1.3.
2024-07-04 19:25 [PR PATCH] mesa: update to 24.1.3 SpidFightFR
` (6 preceding siblings ...)
2024-07-05 4:15 ` Calandracas606
@ 2024-07-05 5:49 ` SpidFightFR
2024-07-11 13:58 ` dkwo
` (5 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: SpidFightFR @ 2024-07-05 5:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 397 bytes --]
New comment by SpidFightFR on void-packages repository
https://github.com/void-linux/void-packages/pull/51113#issuecomment-2210222573
Comment:
> i don't know if this should be closed.
>
> its possible that the maintainers would want to update mesa, but not use llvm18 yet
Alright. It's reopened, i subbed to your PR so that i can keep track of the decision maintainers went with. 😄👍
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: mesa: update to 24.1.3.
2024-07-04 19:25 [PR PATCH] mesa: update to 24.1.3 SpidFightFR
` (7 preceding siblings ...)
2024-07-05 5:49 ` SpidFightFR
@ 2024-07-11 13:58 ` dkwo
2024-07-11 14:02 ` Calandracas606
` (4 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: dkwo @ 2024-07-11 13:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 345 bytes --]
New comment by dkwo on void-packages repository
https://github.com/void-linux/void-packages/pull/51113#issuecomment-2223014113
Comment:
Could you check that this crossbuilds fine at this time, from x86_64-glibc to aarch64-glibc?
I do get a failure, the same as in mesa-asahi.
(cross build to aarch64 succeeded here on july 5 at 6:06 am gmt)
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: mesa: update to 24.1.3.
2024-07-04 19:25 [PR PATCH] mesa: update to 24.1.3 SpidFightFR
` (8 preceding siblings ...)
2024-07-11 13:58 ` dkwo
@ 2024-07-11 14:02 ` Calandracas606
2024-07-11 16:07 ` dkwo
` (3 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Calandracas606 @ 2024-07-11 14:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 255 bytes --]
New comment by Calandracas606 on void-packages repository
https://github.com/void-linux/void-packages/pull/51113#issuecomment-2223024110
Comment:
i rebased https://github.com/void-linux/void-packages/pull/51076 this morning, and CI passes without issue
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: mesa: update to 24.1.3.
2024-07-04 19:25 [PR PATCH] mesa: update to 24.1.3 SpidFightFR
` (9 preceding siblings ...)
2024-07-11 14:02 ` Calandracas606
@ 2024-07-11 16:07 ` dkwo
2024-07-11 18:48 ` SpidFightFR
` (2 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: dkwo @ 2024-07-11 16:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 163 bytes --]
New comment by dkwo on void-packages repository
https://github.com/void-linux/void-packages/pull/51113#issuecomment-2223332955
Comment:
my bad, please disregard
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: mesa: update to 24.1.3.
2024-07-04 19:25 [PR PATCH] mesa: update to 24.1.3 SpidFightFR
` (10 preceding siblings ...)
2024-07-11 16:07 ` dkwo
@ 2024-07-11 18:48 ` SpidFightFR
2024-07-11 18:58 ` SpidFightFR
2024-07-12 15:51 ` [PR PATCH] [Closed]: " SpidFightFR
13 siblings, 0 replies; 15+ messages in thread
From: SpidFightFR @ 2024-07-11 18:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 242 bytes --]
New comment by SpidFightFR on void-packages repository
https://github.com/void-linux/void-packages/pull/51113#issuecomment-2223660616
Comment:
> my bad, please disregard
ight, sorry for the late response, imma do it anyway just in case.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: mesa: update to 24.1.3.
2024-07-04 19:25 [PR PATCH] mesa: update to 24.1.3 SpidFightFR
` (11 preceding siblings ...)
2024-07-11 18:48 ` SpidFightFR
@ 2024-07-11 18:58 ` SpidFightFR
2024-07-12 15:51 ` [PR PATCH] [Closed]: " SpidFightFR
13 siblings, 0 replies; 15+ messages in thread
From: SpidFightFR @ 2024-07-11 18:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 168 bytes --]
New comment by SpidFightFR on void-packages repository
https://github.com/void-linux/void-packages/pull/51113#issuecomment-2223676062
Comment:
Can confirm, it works.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PR PATCH] [Closed]: mesa: update to 24.1.3.
2024-07-04 19:25 [PR PATCH] mesa: update to 24.1.3 SpidFightFR
` (12 preceding siblings ...)
2024-07-11 18:58 ` SpidFightFR
@ 2024-07-12 15:51 ` SpidFightFR
13 siblings, 0 replies; 15+ messages in thread
From: SpidFightFR @ 2024-07-12 15:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 513 bytes --]
There's a closed pull request on the void-packages repository
mesa: update to 24.1.3.
https://github.com/void-linux/void-packages/pull/51113
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### Local build testing
- I built this PR locally for my native architecture, (x64-GlibC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x64-musl
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2024-07-12 15:51 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-04 19:25 [PR PATCH] mesa: update to 24.1.3 SpidFightFR
2024-07-04 19:47 ` chrysos349
2024-07-04 20:00 ` SpidFightFR
2024-07-05 1:26 ` Calandracas606
2024-07-05 1:30 ` [PR REVIEW] " Calandracas606
2024-07-05 4:07 ` SpidFightFR
2024-07-05 4:07 ` [PR PATCH] [Closed]: " SpidFightFR
2024-07-05 4:15 ` Calandracas606
2024-07-05 5:49 ` SpidFightFR
2024-07-11 13:58 ` dkwo
2024-07-11 14:02 ` Calandracas606
2024-07-11 16:07 ` dkwo
2024-07-11 18:48 ` SpidFightFR
2024-07-11 18:58 ` SpidFightFR
2024-07-12 15:51 ` [PR PATCH] [Closed]: " SpidFightFR
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 NNTP newsgroup(s).