Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mesa: update to version 23.1.6.
@ 2023-08-17 12:51 SpidFightFR
  2023-09-02 16:20 ` zlice
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: SpidFightFR @ 2023-08-17 12:51 UTC (permalink / raw)
  To: ml

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

There is a new pull request by SpidFightFR against master on the void-packages repository

https://github.com/SpidFightFR/void-packages void-mesa-23.1.6
https://github.com/void-linux/void-packages/pull/45635

mesa: update to version 23.1.6.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


Hey guys , it's me again. A little PR that will be replacing the first one i made for mesa 23.1.5.
This one is for mesa 23.1.6, this version will be - according to the [calendar](https://docs.mesa3d.org/release-calendar.html) - the latest version of mesa for the 23.1.X series.

Meaning, mesa 23.2 will be the next mesa release and should be coming soon. As always I'll keep an eye out for this to happen in order for us to have this version ASAP. In the meantime, enjoy mesa 23.1.6 !

Take care lads.
Best regards - Spid. :smile: 

A patch file from https://github.com/void-linux/void-packages/pull/45635.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-void-mesa-23.1.6-45635.patch --]
[-- Type: text/x-diff, Size: 1085 bytes --]

From 3e29173c2aee65bc78ac974eaa70e1a8ddce9a2d Mon Sep 17 00:00:00 2001
From: SpidFightFR <spidfight.one@gmail.com>
Date: Thu, 17 Aug 2023 14:44:46 +0200
Subject: [PATCH] mesa: update to version 23.1.6.

---
 srcpkgs/mesa/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index df788fe3b0f00..bfd146c05d56b 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,6 +1,6 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=23.1.3
+version=23.1.6
 revision=1
 build_style=meson
 #Disable LTO flag should be present, see https://gitlab.freedesktop.org/mesa/mesa/-/issues/6911
@@ -23,7 +23,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=2f6d7381bc10fbd2d6263ad1022785b8b511046c1a904162f8f7da18eea8aed9
+checksum=f4c7fd8e7b472a88da7d83e9a48f6f3bd17d4ea2cc4386f7231b796f3964157a
 
 build_options="wayland"
 build_options_default="wayland"

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

* Re: mesa: update to version 23.1.6.
  2023-08-17 12:51 [PR PATCH] mesa: update to version 23.1.6 SpidFightFR
@ 2023-09-02 16:20 ` zlice
  2023-09-02 18:05 ` SpidFightFR
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: zlice @ 2023-09-02 16:20 UTC (permalink / raw)
  To: ml

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

New comment by zlice on void-packages repository

https://github.com/void-linux/void-packages/pull/45635#issuecomment-1703880408

Comment:
I can't seem to build 32bit, specifically `mesa-ati-dri-32bit`. Obviously this passed CI, was wondering if you can still build? There was a xbps update the other day and some other stuff, and I built a different mesa a few days ago. Not sure why it's creating an empty destdir for ati-dri.

Also, FYI - 23.1.4 pr is still open, not sure if you meant to close that

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

* Re: mesa: update to version 23.1.6.
  2023-08-17 12:51 [PR PATCH] mesa: update to version 23.1.6 SpidFightFR
  2023-09-02 16:20 ` zlice
@ 2023-09-02 18:05 ` SpidFightFR
  2023-09-02 18:05 ` SpidFightFR
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: SpidFightFR @ 2023-09-02 18:05 UTC (permalink / raw)
  To: ml

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

New comment by SpidFightFR on void-packages repository

https://github.com/void-linux/void-packages/pull/45635#issuecomment-1703902522

Comment:
> 23.1.4 pr is still open, not sure if you meant to close that

I don't know tbf... we're still on mesa 23.1.3.
Ideally we should let the previous pr opened in order to upgrade to that version, cuz this one is less stable imo, i'm unsure 23.1.5 works great.

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

* Re: mesa: update to version 23.1.6.
  2023-08-17 12:51 [PR PATCH] mesa: update to version 23.1.6 SpidFightFR
  2023-09-02 16:20 ` zlice
  2023-09-02 18:05 ` SpidFightFR
@ 2023-09-02 18:05 ` SpidFightFR
  2023-09-08 17:28 ` SpidFightFR
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: SpidFightFR @ 2023-09-02 18:05 UTC (permalink / raw)
  To: ml

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

New comment by SpidFightFR on void-packages repository

https://github.com/void-linux/void-packages/pull/45635#issuecomment-1703902522

Comment:
> 23.1.4 pr is still open, not sure if you meant to close that

I don't know tbf... we're still on mesa 23.1.3.
Ideally we should let the previous pr opened in order to upgrade to that version, cuz this one is less stable imo, i'm unsure 23.1.6 works great.

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

* Re: mesa: update to version 23.1.6.
  2023-08-17 12:51 [PR PATCH] mesa: update to version 23.1.6 SpidFightFR
                   ` (2 preceding siblings ...)
  2023-09-02 18:05 ` SpidFightFR
@ 2023-09-08 17:28 ` SpidFightFR
  2023-09-08 17:28 ` [PR PATCH] [Closed]: " SpidFightFR
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: SpidFightFR @ 2023-09-08 17:28 UTC (permalink / raw)
  To: ml

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

New comment by SpidFightFR on void-packages repository

https://github.com/void-linux/void-packages/pull/45635#issuecomment-1712004740

Comment:
Overlapped by https://github.com/void-linux/void-packages/pull/45974. 

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

* Re: [PR PATCH] [Closed]: mesa: update to version 23.1.6.
  2023-08-17 12:51 [PR PATCH] mesa: update to version 23.1.6 SpidFightFR
                   ` (3 preceding siblings ...)
  2023-09-08 17:28 ` SpidFightFR
@ 2023-09-08 17:28 ` SpidFightFR
  2023-09-08 17:50 ` SpidFightFR
  2023-09-22  5:37 ` [PR PATCH] [Closed]: " SpidFightFR
  6 siblings, 0 replies; 8+ messages in thread
From: SpidFightFR @ 2023-09-08 17:28 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

mesa: update to version 23.1.6.
https://github.com/void-linux/void-packages/pull/45635

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


Hey guys , it's me again. A little PR that will be replacing the first one i made for mesa 23.1.5.
This one is for mesa 23.1.6, this version will be - according to the [calendar](https://docs.mesa3d.org/release-calendar.html) - the latest version of mesa for the 23.1.X series.

Meaning, mesa 23.2 will be the next mesa release and should be coming soon. As always I'll keep an eye out for this to happen in order for us to have this version ASAP. In the meantime, enjoy mesa 23.1.6 !

Take care lads.
Best regards - Spid. :smile: 

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

* Re: mesa: update to version 23.1.6.
  2023-08-17 12:51 [PR PATCH] mesa: update to version 23.1.6 SpidFightFR
                   ` (4 preceding siblings ...)
  2023-09-08 17:28 ` [PR PATCH] [Closed]: " SpidFightFR
@ 2023-09-08 17:50 ` SpidFightFR
  2023-09-22  5:37 ` [PR PATCH] [Closed]: " SpidFightFR
  6 siblings, 0 replies; 8+ messages in thread
From: SpidFightFR @ 2023-09-08 17:50 UTC (permalink / raw)
  To: ml

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

New comment by SpidFightFR on void-packages repository

https://github.com/void-linux/void-packages/pull/45635#issuecomment-1712029017

Comment:
On second thoughts, i'll keep this one opened cuz the last one is a bit... buggy. :sweat: 

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

* Re: [PR PATCH] [Closed]: mesa: update to version 23.1.6.
  2023-08-17 12:51 [PR PATCH] mesa: update to version 23.1.6 SpidFightFR
                   ` (5 preceding siblings ...)
  2023-09-08 17:50 ` SpidFightFR
@ 2023-09-22  5:37 ` SpidFightFR
  6 siblings, 0 replies; 8+ messages in thread
From: SpidFightFR @ 2023-09-22  5:37 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

mesa: update to version 23.1.6.
https://github.com/void-linux/void-packages/pull/45635

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


Hey guys , it's me again. A little PR that will be replacing the first one i made for mesa 23.1.5.
This one is for mesa 23.1.6, this version will be - according to the [calendar](https://docs.mesa3d.org/release-calendar.html) - the latest version of mesa for the 23.1.X series.

Meaning, mesa 23.2 will be the next mesa release and should be coming soon. As always I'll keep an eye out for this to happen in order for us to have this version ASAP. In the meantime, enjoy mesa 23.1.6 !

Take care lads.
Best regards - Spid. :smile: 

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

end of thread, other threads:[~2023-09-22  5:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-17 12:51 [PR PATCH] mesa: update to version 23.1.6 SpidFightFR
2023-09-02 16:20 ` zlice
2023-09-02 18:05 ` SpidFightFR
2023-09-02 18:05 ` SpidFightFR
2023-09-08 17:28 ` SpidFightFR
2023-09-08 17:28 ` [PR PATCH] [Closed]: " SpidFightFR
2023-09-08 17:50 ` SpidFightFR
2023-09-22  5:37 ` [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).