* [PR PATCH] mesa: update to 24.2.5
@ 2024-10-17 6:08 SpidFightFR
2024-10-31 1:32 ` onlylunix
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: SpidFightFR @ 2024-10-17 6:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 569 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/52661
mesa: update to 24.2.5
<!-- 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, (x86-64)
A patch file from https://github.com/void-linux/void-packages/pull/52661.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-mesa-52661.patch --]
[-- Type: text/x-diff, Size: 996 bytes --]
From cd860df63ea8d1c969eddc46645afa76741c9507 Mon Sep 17 00:00:00 2001
From: SpidFightFR <spidfight@swisscows.email>
Date: Thu, 17 Oct 2024 08:06:08 +0200
Subject: [PATCH] mesa: update to 24.2.5
---
srcpkgs/mesa/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 901a1ebcaa8870..2126b90cf2f70c 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,6 +1,6 @@
# Template file for 'mesa'
pkgname=mesa
-version=24.2.4
+version=24.2.5
revision=1
build_style=meson
_llvmver=18
@@ -24,7 +24,7 @@ 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=5ea42a8bb6d58aec9754c9f553b1e413f67c09403741f8e2786c3f9e63d3461a
+checksum=733d0bea242ed6a5bb5c806fe836792ce7f092d45a2f115b7b7e15897c9dd96f
build_options="wayland"
build_options_default="wayland"
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: mesa: update to 24.2.5
2024-10-17 6:08 [PR PATCH] mesa: update to 24.2.5 SpidFightFR
@ 2024-10-31 1:32 ` onlylunix
2024-10-31 19:04 ` [PR PATCH] [Updated] " SpidFightFR
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: onlylunix @ 2024-10-31 1:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 164 bytes --]
New comment by onlylunix on void-packages repository
https://github.com/void-linux/void-packages/pull/52661#issuecomment-2448826908
Comment:
Mesa 24.2.6 released
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Updated] mesa: update to 24.2.5
2024-10-17 6:08 [PR PATCH] mesa: update to 24.2.5 SpidFightFR
2024-10-31 1:32 ` onlylunix
@ 2024-10-31 19:04 ` SpidFightFR
2024-10-31 20:45 ` mesa: update to 24.2.6 SpidFightFR
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: SpidFightFR @ 2024-10-31 19:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 577 bytes --]
There is an updated 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/52661
mesa: update to 24.2.5
<!-- 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)
A patch file from https://github.com/void-linux/void-packages/pull/52661.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-mesa-52661.patch --]
[-- Type: text/x-diff, Size: 996 bytes --]
From 6171955fafbce043b9f4429343391debee44d490 Mon Sep 17 00:00:00 2001
From: SpidFightFR <spidfight@swisscows.email>
Date: Thu, 17 Oct 2024 08:06:08 +0200
Subject: [PATCH] mesa: update to 24.2.6
---
srcpkgs/mesa/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 901a1ebcaa8870..0ff83ace1550a2 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,6 +1,6 @@
# Template file for 'mesa'
pkgname=mesa
-version=24.2.4
+version=24.2.6
revision=1
build_style=meson
_llvmver=18
@@ -24,7 +24,7 @@ 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=5ea42a8bb6d58aec9754c9f553b1e413f67c09403741f8e2786c3f9e63d3461a
+checksum=2b68c4a6f204c1999815a457299f81c41ba7bf48c4674b0b2d1d8864f41f3709
build_options="wayland"
build_options_default="wayland"
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: mesa: update to 24.2.6
2024-10-17 6:08 [PR PATCH] mesa: update to 24.2.5 SpidFightFR
2024-10-31 1:32 ` onlylunix
2024-10-31 19:04 ` [PR PATCH] [Updated] " SpidFightFR
@ 2024-10-31 20:45 ` SpidFightFR
2024-11-01 1:41 ` [PR PATCH] [Merged]: " classabbyamp
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: SpidFightFR @ 2024-10-31 20:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 177 bytes --]
New comment by SpidFightFR on void-packages repository
https://github.com/void-linux/void-packages/pull/52661#issuecomment-2450785708
Comment:
> Mesa 24.2.6 released
Done.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PR PATCH] [Merged]: mesa: update to 24.2.6
2024-10-17 6:08 [PR PATCH] mesa: update to 24.2.5 SpidFightFR
` (2 preceding siblings ...)
2024-10-31 20:45 ` mesa: update to 24.2.6 SpidFightFR
@ 2024-11-01 1:41 ` classabbyamp
2024-11-13 16:03 ` onlylunix
2024-11-13 20:28 ` SpidFightFR
5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2024-11-01 1:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 409 bytes --]
There's a merged pull request on the void-packages repository
mesa: update to 24.2.6
https://github.com/void-linux/void-packages/pull/52661
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)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: mesa: update to 24.2.6
2024-10-17 6:08 [PR PATCH] mesa: update to 24.2.5 SpidFightFR
` (3 preceding siblings ...)
2024-11-01 1:41 ` [PR PATCH] [Merged]: " classabbyamp
@ 2024-11-13 16:03 ` onlylunix
2024-11-13 20:28 ` SpidFightFR
5 siblings, 0 replies; 7+ messages in thread
From: onlylunix @ 2024-11-13 16:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 169 bytes --]
New comment by onlylunix on void-packages repository
https://github.com/void-linux/void-packages/pull/52661#issuecomment-2474041295
Comment:
Mesa 24.2.7 released, bro
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: mesa: update to 24.2.6
2024-10-17 6:08 [PR PATCH] mesa: update to 24.2.5 SpidFightFR
` (4 preceding siblings ...)
2024-11-13 16:03 ` onlylunix
@ 2024-11-13 20:28 ` SpidFightFR
5 siblings, 0 replies; 7+ messages in thread
From: SpidFightFR @ 2024-11-13 20:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 211 bytes --]
New comment by SpidFightFR on void-packages repository
https://github.com/void-linux/void-packages/pull/52661#issuecomment-2474720558
Comment:
@onlylunix https://github.com/void-linux/void-packages/pull/53050
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-11-13 20:28 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-17 6:08 [PR PATCH] mesa: update to 24.2.5 SpidFightFR
2024-10-31 1:32 ` onlylunix
2024-10-31 19:04 ` [PR PATCH] [Updated] " SpidFightFR
2024-10-31 20:45 ` mesa: update to 24.2.6 SpidFightFR
2024-11-01 1:41 ` [PR PATCH] [Merged]: " classabbyamp
2024-11-13 16:03 ` onlylunix
2024-11-13 20:28 ` 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).