Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [NOMERGE] mesa: update to 23.0.0.
@ 2023-02-23  9:49 ardadem
  2023-04-01 12:05 ` [PR PATCH] [Updated] " ardadem
                   ` (45 more replies)
  0 siblings, 46 replies; 47+ messages in thread
From: ardadem @ 2023-02-23  9:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ardadem/void-packages pr-mesa-23.0
https://github.com/void-linux/void-packages/pull/42407

[NOMERGE] mesa: update to 23.0.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES** (currently)

Draft until next stable release.

<!--
#### 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
-->


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

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

From 3c800cf4223ddd17f82db03db009a21c11b21b6e Mon Sep 17 00:00:00 2001
From: Arda Demir <ddmirarda@gmail.com>
Date: Thu, 23 Feb 2023 12:31:16 +0300
Subject: [PATCH] mesa: update to 23.0.0.

---
 srcpkgs/mesa/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index d9ff0b2ff23d..2138167e79b2 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,12 +1,12 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=22.3.5
+version=23.0.0
 revision=1
 build_style=meson
 configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
  -Dosmesa=true -Dgles1=enabled -Dgles2=enabled -Dglx=dri -Ddri3=enabled
  -Dlmsensors=enabled -Dplatforms=x11$(vopt_if wayland ,wayland)
- -Dllvm=enabled -Db_lto=false -Dcpp_std=gnu++14"
+ -Dllvm=enabled -Db_lto=false"
 hostmakedepends="gettext flex llvm pkg-config python3-Mako glslang
  $(vopt_if wayland 'wayland-protocols wayland-devel')"
 makedepends="elfutils-devel expat-devel libXdamage-devel
@@ -22,7 +22,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=3eed2ecae2bc674494566faab9fcc9beb21cd804c7ba2b59a1694f3d7236e6a9
+checksum=01f3cff3763f09e0adabcb8011e4aebc6ad48f6a4dd4bae904fe918707d253e4
 
 build_options="wayland"
 build_options_default="wayland"

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

* Re: [PR PATCH] [Updated] [NOMERGE] mesa: update to 23.0.0.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
@ 2023-04-01 12:05 ` ardadem
  2023-04-01 12:29 ` tranzystorek-io
                   ` (44 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: ardadem @ 2023-04-01 12:05 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ardadem against master on the void-packages repository

https://github.com/ardadem/void-packages pr-mesa-23.0
https://github.com/void-linux/void-packages/pull/42407

[NOMERGE] mesa: update to 23.0.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES** (currently)

Draft until next stable release.

<!--
#### 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
-->


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

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

From 10d7515ab0eda8512cb86f2a6e30b9cbae75fed3 Mon Sep 17 00:00:00 2001
From: Arda Demir <ddmirarda@gmail.com>
Date: Thu, 23 Feb 2023 12:31:16 +0300
Subject: [PATCH] mesa: update to 23.0.0.

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

diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 132263d3599f..bcddb2e788f8 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,12 +1,12 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=22.3.5
-revision=2
+version=23.0.1
+revision=1
 build_style=meson
 configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
  -Dosmesa=true -Dgles1=enabled -Dgles2=enabled -Dglx=dri -Ddri3=enabled
  -Dlmsensors=enabled -Dplatforms=x11$(vopt_if wayland ,wayland)
- -Dllvm=enabled -Db_lto=false -Dcpp_std=gnu++14"
+ -Dllvm=enabled -Db_lto=false"
 hostmakedepends="gettext flex llvm pkg-config python3-Mako glslang
  $(vopt_if wayland 'wayland-protocols wayland-devel')"
 makedepends="elfutils-devel expat-devel libXdamage-devel
@@ -22,7 +22,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=3eed2ecae2bc674494566faab9fcc9beb21cd804c7ba2b59a1694f3d7236e6a9
+checksum=e8e586856b55893abae9bdcdb98b41c081d909bb1faf372e6e7262307bf34adf
 
 build_options="wayland"
 build_options_default="wayland"

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

* Re: [NOMERGE] mesa: update to 23.0.0.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
  2023-04-01 12:05 ` [PR PATCH] [Updated] " ardadem
@ 2023-04-01 12:29 ` tranzystorek-io
  2023-04-01 12:30 ` tranzystorek-io
                   ` (43 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: tranzystorek-io @ 2023-04-01 12:29 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1492957503

Comment:
Please set [ci skip] in the description, repo-default is currently experiencing a hiccup and results in packages rebuilding LLVM in CI

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

* Re: [NOMERGE] mesa: update to 23.0.0.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
  2023-04-01 12:05 ` [PR PATCH] [Updated] " ardadem
  2023-04-01 12:29 ` tranzystorek-io
@ 2023-04-01 12:30 ` tranzystorek-io
  2023-04-01 12:33 ` [PR PATCH] [Updated] " ardadem
                   ` (42 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: tranzystorek-io @ 2023-04-01 12:30 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1492957503

Comment:
Please set [ci skip] in the description for now, repo-default is currently experiencing a hiccup and results in packages rebuilding LLVM in CI

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

* Re: [PR PATCH] [Updated] [NOMERGE] mesa: update to 23.0.0.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (2 preceding siblings ...)
  2023-04-01 12:30 ` tranzystorek-io
@ 2023-04-01 12:33 ` ardadem
  2023-04-01 12:35 ` ardadem
                   ` (41 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: ardadem @ 2023-04-01 12:33 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ardadem against master on the void-packages repository

https://github.com/ardadem/void-packages pr-mesa-23.0
https://github.com/void-linux/void-packages/pull/42407

[NOMERGE] mesa: update to 23.0.0.
[ci skip]

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

#### Testing the changes
- I tested the changes in this PR: **YES** (currently)

Draft until next stable release.

<!--
#### 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
-->


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

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

From e16fb6ee4c03706c2eb6e325dea46356bbb564f7 Mon Sep 17 00:00:00 2001
From: Arda Demir <ddmirarda@gmail.com>
Date: Thu, 23 Feb 2023 12:31:16 +0300
Subject: [PATCH] mesa: update to 23.0.0.

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

diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 132263d3599f..bcddb2e788f8 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,12 +1,12 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=22.3.5
-revision=2
+version=23.0.1
+revision=1
 build_style=meson
 configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
  -Dosmesa=true -Dgles1=enabled -Dgles2=enabled -Dglx=dri -Ddri3=enabled
  -Dlmsensors=enabled -Dplatforms=x11$(vopt_if wayland ,wayland)
- -Dllvm=enabled -Db_lto=false -Dcpp_std=gnu++14"
+ -Dllvm=enabled -Db_lto=false"
 hostmakedepends="gettext flex llvm pkg-config python3-Mako glslang
  $(vopt_if wayland 'wayland-protocols wayland-devel')"
 makedepends="elfutils-devel expat-devel libXdamage-devel
@@ -22,7 +22,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=3eed2ecae2bc674494566faab9fcc9beb21cd804c7ba2b59a1694f3d7236e6a9
+checksum=e8e586856b55893abae9bdcdb98b41c081d909bb1faf372e6e7262307bf34adf
 
 build_options="wayland"
 build_options_default="wayland"

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

* Re: [PR PATCH] [Updated] [NOMERGE] mesa: update to 23.0.0.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (3 preceding siblings ...)
  2023-04-01 12:33 ` [PR PATCH] [Updated] " ardadem
@ 2023-04-01 12:35 ` ardadem
  2023-04-03 11:05 ` [PR PATCH] [Updated] mesa: update to 23.0.1 ardadem
                   ` (40 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: ardadem @ 2023-04-01 12:35 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ardadem against master on the void-packages repository

https://github.com/ardadem/void-packages pr-mesa-23.0
https://github.com/void-linux/void-packages/pull/42407

[NOMERGE] mesa: update to 23.0.0.
[ci skip]

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

#### Testing the changes
- I tested the changes in this PR: **YES** (currently)

Draft until next stable release.

<!--
#### 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
-->


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

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

From c70ee10848599ab4ac08f91b09e6f57f804cd02c Mon Sep 17 00:00:00 2001
From: Arda Demir <ddmirarda@gmail.com>
Date: Thu, 23 Feb 2023 12:31:16 +0300
Subject: [PATCH] mesa: update to 23.0.1.

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

diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 132263d3599f..bcddb2e788f8 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,12 +1,12 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=22.3.5
-revision=2
+version=23.0.1
+revision=1
 build_style=meson
 configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
  -Dosmesa=true -Dgles1=enabled -Dgles2=enabled -Dglx=dri -Ddri3=enabled
  -Dlmsensors=enabled -Dplatforms=x11$(vopt_if wayland ,wayland)
- -Dllvm=enabled -Db_lto=false -Dcpp_std=gnu++14"
+ -Dllvm=enabled -Db_lto=false"
 hostmakedepends="gettext flex llvm pkg-config python3-Mako glslang
  $(vopt_if wayland 'wayland-protocols wayland-devel')"
 makedepends="elfutils-devel expat-devel libXdamage-devel
@@ -22,7 +22,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=3eed2ecae2bc674494566faab9fcc9beb21cd804c7ba2b59a1694f3d7236e6a9
+checksum=e8e586856b55893abae9bdcdb98b41c081d909bb1faf372e6e7262307bf34adf
 
 build_options="wayland"
 build_options_default="wayland"

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

* Re: [PR PATCH] [Updated] mesa: update to 23.0.1.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (4 preceding siblings ...)
  2023-04-01 12:35 ` ardadem
@ 2023-04-03 11:05 ` ardadem
  2023-04-03 11:06 ` ardadem
                   ` (39 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: ardadem @ 2023-04-03 11:05 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ardadem against master on the void-packages repository

https://github.com/ardadem/void-packages pr-mesa-23.0
https://github.com/void-linux/void-packages/pull/42407

mesa: update to 23.0.1.
[ci skip]

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

#### Testing the changes
- I tested the changes in this PR: **YES** (currently)

Draft until next stable release.

<!--
#### 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
-->


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

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

From 663294608501ca06afb258a91eddc6481bfefa80 Mon Sep 17 00:00:00 2001
From: Arda Demir <ddmirarda@gmail.com>
Date: Thu, 23 Feb 2023 12:31:16 +0300
Subject: [PATCH] mesa: update to 23.0.1.

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

diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 132263d3599f..bcddb2e788f8 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,12 +1,12 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=22.3.5
-revision=2
+version=23.0.1
+revision=1
 build_style=meson
 configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
  -Dosmesa=true -Dgles1=enabled -Dgles2=enabled -Dglx=dri -Ddri3=enabled
  -Dlmsensors=enabled -Dplatforms=x11$(vopt_if wayland ,wayland)
- -Dllvm=enabled -Db_lto=false -Dcpp_std=gnu++14"
+ -Dllvm=enabled -Db_lto=false"
 hostmakedepends="gettext flex llvm pkg-config python3-Mako glslang
  $(vopt_if wayland 'wayland-protocols wayland-devel')"
 makedepends="elfutils-devel expat-devel libXdamage-devel
@@ -22,7 +22,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=3eed2ecae2bc674494566faab9fcc9beb21cd804c7ba2b59a1694f3d7236e6a9
+checksum=e8e586856b55893abae9bdcdb98b41c081d909bb1faf372e6e7262307bf34adf
 
 build_options="wayland"
 build_options_default="wayland"

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

* Re: [PR PATCH] [Updated] mesa: update to 23.0.1.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (5 preceding siblings ...)
  2023-04-03 11:05 ` [PR PATCH] [Updated] mesa: update to 23.0.1 ardadem
@ 2023-04-03 11:06 ` ardadem
  2023-04-08 14:33 ` ardadem
                   ` (38 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: ardadem @ 2023-04-03 11:06 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ardadem against master on the void-packages repository

https://github.com/ardadem/void-packages pr-mesa-23.0
https://github.com/void-linux/void-packages/pull/42407

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

#### Testing the changes
- I tested the changes in this PR: **YES** (currently)

Draft until next stable release.

<!--
#### 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
-->


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

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

From 1caa9a053eec7ce1e0476b25d5e56011e77d5050 Mon Sep 17 00:00:00 2001
From: Arda Demir <ddmirarda@gmail.com>
Date: Thu, 23 Feb 2023 12:31:16 +0300
Subject: [PATCH] mesa: update to 23.0.1.

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

diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 132263d3599f..bcddb2e788f8 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,12 +1,12 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=22.3.5
-revision=2
+version=23.0.1
+revision=1
 build_style=meson
 configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
  -Dosmesa=true -Dgles1=enabled -Dgles2=enabled -Dglx=dri -Ddri3=enabled
  -Dlmsensors=enabled -Dplatforms=x11$(vopt_if wayland ,wayland)
- -Dllvm=enabled -Db_lto=false -Dcpp_std=gnu++14"
+ -Dllvm=enabled -Db_lto=false"
 hostmakedepends="gettext flex llvm pkg-config python3-Mako glslang
  $(vopt_if wayland 'wayland-protocols wayland-devel')"
 makedepends="elfutils-devel expat-devel libXdamage-devel
@@ -22,7 +22,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=3eed2ecae2bc674494566faab9fcc9beb21cd804c7ba2b59a1694f3d7236e6a9
+checksum=e8e586856b55893abae9bdcdb98b41c081d909bb1faf372e6e7262307bf34adf
 
 build_options="wayland"
 build_options_default="wayland"

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

* Re: [PR PATCH] [Updated] mesa: update to 23.0.1.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (6 preceding siblings ...)
  2023-04-03 11:06 ` ardadem
@ 2023-04-08 14:33 ` ardadem
  2023-04-08 14:35 ` ardadem
                   ` (37 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: ardadem @ 2023-04-08 14:33 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ardadem against master on the void-packages repository

https://github.com/ardadem/void-packages pr-mesa-23.0
https://github.com/void-linux/void-packages/pull/42407

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

#### Testing the changes
- I tested the changes in this PR: **YES** (currently)

~~Draft until next stable release.~~

<!--
#### 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
-->


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

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

From 42b59c0c64a8aab5fe7c10a153b590773917b3b6 Mon Sep 17 00:00:00 2001
From: Arda Demir <ddmirarda@gmail.com>
Date: Thu, 23 Feb 2023 12:31:16 +0300
Subject: [PATCH] mesa: update to 23.0.1.

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

diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 132263d3599f..eeb07aa9eb51 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,12 +1,12 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=22.3.5
-revision=2
+version=23.0.2
+revision=1
 build_style=meson
 configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
  -Dosmesa=true -Dgles1=enabled -Dgles2=enabled -Dglx=dri -Ddri3=enabled
  -Dlmsensors=enabled -Dplatforms=x11$(vopt_if wayland ,wayland)
- -Dllvm=enabled -Db_lto=false -Dcpp_std=gnu++14"
+ -Dllvm=enabled -Db_lto=false"
 hostmakedepends="gettext flex llvm pkg-config python3-Mako glslang
  $(vopt_if wayland 'wayland-protocols wayland-devel')"
 makedepends="elfutils-devel expat-devel libXdamage-devel
@@ -22,7 +22,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=3eed2ecae2bc674494566faab9fcc9beb21cd804c7ba2b59a1694f3d7236e6a9
+checksum=e8e586856b55893abae9bdcdb98b41c081d909bb1faf372e6e7262307bf34adf
 
 build_options="wayland"
 build_options_default="wayland"

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

* Re: [PR PATCH] [Updated] mesa: update to 23.0.1.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (7 preceding siblings ...)
  2023-04-08 14:33 ` ardadem
@ 2023-04-08 14:35 ` ardadem
  2023-04-14 20:18 ` [PR PATCH] [Updated] mesa: update to 23.0.2 ardadem
                   ` (36 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: ardadem @ 2023-04-08 14:35 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ardadem against master on the void-packages repository

https://github.com/ardadem/void-packages pr-mesa-23.0
https://github.com/void-linux/void-packages/pull/42407

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

#### Testing the changes
- I tested the changes in this PR: **YES** (currently)

~~Draft until next stable release.~~

<!--
#### 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
-->


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

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

From ac2c3cdf4034c675a5750d19b6b58a9e0741d2ab Mon Sep 17 00:00:00 2001
From: Arda Demir <ddmirarda@gmail.com>
Date: Thu, 23 Feb 2023 12:31:16 +0300
Subject: [PATCH] mesa: update to 23.0.1.

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

diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 132263d3599f..077a496c1977 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,12 +1,12 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=22.3.5
-revision=2
+version=23.0.2
+revision=1
 build_style=meson
 configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
  -Dosmesa=true -Dgles1=enabled -Dgles2=enabled -Dglx=dri -Ddri3=enabled
  -Dlmsensors=enabled -Dplatforms=x11$(vopt_if wayland ,wayland)
- -Dllvm=enabled -Db_lto=false -Dcpp_std=gnu++14"
+ -Dllvm=enabled -Db_lto=false"
 hostmakedepends="gettext flex llvm pkg-config python3-Mako glslang
  $(vopt_if wayland 'wayland-protocols wayland-devel')"
 makedepends="elfutils-devel expat-devel libXdamage-devel
@@ -22,7 +22,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=3eed2ecae2bc674494566faab9fcc9beb21cd804c7ba2b59a1694f3d7236e6a9
+checksum=1b7d3399fc6f16f030361f925d33ebc7600cbf98094582f54775b6a1180529e7
 
 build_options="wayland"
 build_options_default="wayland"

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

* Re: [PR PATCH] [Updated] mesa: update to 23.0.2.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (8 preceding siblings ...)
  2023-04-08 14:35 ` ardadem
@ 2023-04-14 20:18 ` ardadem
  2023-04-17 17:42 ` [PR REVIEW] " mhmdanas
                   ` (35 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: ardadem @ 2023-04-14 20:18 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ardadem against master on the void-packages repository

https://github.com/ardadem/void-packages pr-mesa-23.0
https://github.com/void-linux/void-packages/pull/42407

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

#### Testing the changes
- I tested the changes in this PR: **YES** (currently)

~~Draft until next stable release.~~

<!--
#### 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
-->


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

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

From b3a7aa658f548140633187f87f9d4725aa7d0bac Mon Sep 17 00:00:00 2001
From: Arda Demir <ddmirarda@gmail.com>
Date: Thu, 23 Feb 2023 12:31:16 +0300
Subject: [PATCH] mesa: update to 23.0.1.

---
 ...e5677f36c3b0b8e8ea199ed4f2c7fad06d47.patch | 77 -------------------
 srcpkgs/mesa/template                         |  8 +-
 2 files changed, 4 insertions(+), 81 deletions(-)
 delete mode 100644 srcpkgs/mesa/patches/c426e5677f36c3b0b8e8ea199ed4f2c7fad06d47.patch

diff --git a/srcpkgs/mesa/patches/c426e5677f36c3b0b8e8ea199ed4f2c7fad06d47.patch b/srcpkgs/mesa/patches/c426e5677f36c3b0b8e8ea199ed4f2c7fad06d47.patch
deleted file mode 100644
index f56327367526..000000000000
--- a/srcpkgs/mesa/patches/c426e5677f36c3b0b8e8ea199ed4f2c7fad06d47.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-From c426e5677f36c3b0b8e8ea199ed4f2c7fad06d47 Mon Sep 17 00:00:00 2001
-From: Erico Nunes <nunes.erico@gmail.com>
-Date: Sun, 12 Feb 2023 22:33:30 +0100
-Subject: [PATCH] lima: don't use resource_from_handle while creating scanout
-
-resource_from_handle implementations create an additional reference to
-the scanout resource, which caused lima to leak those resources after
-commit ad4d7ca8332488be8a75aff001f00306a9f6402e.
-
-Do as the other drivers do and import the bo directly while creating
-the scanount resource.
-
-Cc: 22.3 mesa-stable
-Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8198
-Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
-Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com>
-Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21330>
----
- src/gallium/drivers/lima/lima_resource.c | 26 ++++++++++++++++++------
- 1 file changed, 20 insertions(+), 6 deletions(-)
-
-diff --git a/src/gallium/drivers/lima/lima_resource.c b/src/gallium/drivers/lima/lima_resource.c
-index 54869ec03d24..0b7691f2b46f 100644
---- a/src/gallium/drivers/lima/lima_resource.c
-+++ b/src/gallium/drivers/lima/lima_resource.c
-@@ -59,7 +59,10 @@ lima_resource_create_scanout(struct pipe_screen *pscreen,
-    struct lima_screen *screen = lima_screen(pscreen);
-    struct renderonly_scanout *scanout;
-    struct winsys_handle handle;
--   struct pipe_resource *pres;
-+
-+   struct lima_resource *res = CALLOC_STRUCT(lima_resource);
-+   if (!res)
-+      return NULL;
- 
-    struct pipe_resource scanout_templat = *templat;
-    scanout_templat.width0 = width;
-@@ -71,20 +74,31 @@ lima_resource_create_scanout(struct pipe_screen *pscreen,
-    if (!scanout)
-       return NULL;
- 
-+   res->base = *templat;
-+   res->base.screen = pscreen;
-+   pipe_reference_init(&res->base.reference, 1);
-+   res->levels[0].offset = handle.offset;
-+   res->levels[0].stride = handle.stride;
-+
-    assert(handle.type == WINSYS_HANDLE_TYPE_FD);
--   pres = pscreen->resource_from_handle(pscreen, templat, &handle,
--                                        PIPE_HANDLE_USAGE_FRAMEBUFFER_WRITE);
-+   res->bo = lima_bo_import(screen, &handle);
-+   if (!res->bo) {
-+      FREE(res);
-+      return NULL;
-+   }
-+
-+   res->modifier_constant = true;
- 
-    close(handle.handle);
--   if (!pres) {
-+   if (!res->bo) {
-       renderonly_scanout_destroy(scanout, screen->ro);
-+      FREE(res);
-       return NULL;
-    }
- 
--   struct lima_resource *res = lima_resource(pres);
-    res->scanout = scanout;
- 
--   return pres;
-+   return &res->base;
- }
- 
- static uint32_t
--- 
-GitLab
-
diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 132263d3599f..077a496c1977 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,12 +1,12 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=22.3.5
-revision=2
+version=23.0.2
+revision=1
 build_style=meson
 configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
  -Dosmesa=true -Dgles1=enabled -Dgles2=enabled -Dglx=dri -Ddri3=enabled
  -Dlmsensors=enabled -Dplatforms=x11$(vopt_if wayland ,wayland)
- -Dllvm=enabled -Db_lto=false -Dcpp_std=gnu++14"
+ -Dllvm=enabled -Db_lto=false"
 hostmakedepends="gettext flex llvm pkg-config python3-Mako glslang
  $(vopt_if wayland 'wayland-protocols wayland-devel')"
 makedepends="elfutils-devel expat-devel libXdamage-devel
@@ -22,7 +22,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=3eed2ecae2bc674494566faab9fcc9beb21cd804c7ba2b59a1694f3d7236e6a9
+checksum=1b7d3399fc6f16f030361f925d33ebc7600cbf98094582f54775b6a1180529e7
 
 build_options="wayland"
 build_options_default="wayland"

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

* Re: [PR REVIEW] mesa: update to 23.0.2.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (9 preceding siblings ...)
  2023-04-14 20:18 ` [PR PATCH] [Updated] mesa: update to 23.0.2 ardadem
@ 2023-04-17 17:42 ` mhmdanas
  2023-04-18  6:58 ` [PR PATCH] [Updated] " ardadem
                   ` (34 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: mhmdanas @ 2023-04-17 17:42 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#discussion_r1169076937

Comment:
I built and tested this locally without `-Db_lto=false`, didn't notice any issues whatsoever:
```suggestion
 -Dllvm=enabled"
```

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

* Re: [PR PATCH] [Updated] mesa: update to 23.0.2.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (10 preceding siblings ...)
  2023-04-17 17:42 ` [PR REVIEW] " mhmdanas
@ 2023-04-18  6:58 ` ardadem
  2023-04-18  7:00 ` ardadem
                   ` (33 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: ardadem @ 2023-04-18  6:58 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ardadem against master on the void-packages repository

https://github.com/ardadem/void-packages pr-mesa-23.0
https://github.com/void-linux/void-packages/pull/42407

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

#### Testing the changes
- I tested the changes in this PR: **YES** (currently)

~~Draft until next stable release.~~

<!--
#### 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
-->


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

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

From db695fc7f3abc94c33670ce0d6bb14e5611ee3f4 Mon Sep 17 00:00:00 2001
From: Arda Demir <ddmirarda@gmail.com>
Date: Thu, 23 Feb 2023 12:31:16 +0300
Subject: [PATCH] mesa: update to 23.0.2.

---
 ...e5677f36c3b0b8e8ea199ed4f2c7fad06d47.patch | 77 -------------------
 srcpkgs/mesa/template                         | 10 +--
 2 files changed, 5 insertions(+), 82 deletions(-)
 delete mode 100644 srcpkgs/mesa/patches/c426e5677f36c3b0b8e8ea199ed4f2c7fad06d47.patch

diff --git a/srcpkgs/mesa/patches/c426e5677f36c3b0b8e8ea199ed4f2c7fad06d47.patch b/srcpkgs/mesa/patches/c426e5677f36c3b0b8e8ea199ed4f2c7fad06d47.patch
deleted file mode 100644
index f56327367526..000000000000
--- a/srcpkgs/mesa/patches/c426e5677f36c3b0b8e8ea199ed4f2c7fad06d47.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-From c426e5677f36c3b0b8e8ea199ed4f2c7fad06d47 Mon Sep 17 00:00:00 2001
-From: Erico Nunes <nunes.erico@gmail.com>
-Date: Sun, 12 Feb 2023 22:33:30 +0100
-Subject: [PATCH] lima: don't use resource_from_handle while creating scanout
-
-resource_from_handle implementations create an additional reference to
-the scanout resource, which caused lima to leak those resources after
-commit ad4d7ca8332488be8a75aff001f00306a9f6402e.
-
-Do as the other drivers do and import the bo directly while creating
-the scanount resource.
-
-Cc: 22.3 mesa-stable
-Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8198
-Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
-Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com>
-Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21330>
----
- src/gallium/drivers/lima/lima_resource.c | 26 ++++++++++++++++++------
- 1 file changed, 20 insertions(+), 6 deletions(-)
-
-diff --git a/src/gallium/drivers/lima/lima_resource.c b/src/gallium/drivers/lima/lima_resource.c
-index 54869ec03d24..0b7691f2b46f 100644
---- a/src/gallium/drivers/lima/lima_resource.c
-+++ b/src/gallium/drivers/lima/lima_resource.c
-@@ -59,7 +59,10 @@ lima_resource_create_scanout(struct pipe_screen *pscreen,
-    struct lima_screen *screen = lima_screen(pscreen);
-    struct renderonly_scanout *scanout;
-    struct winsys_handle handle;
--   struct pipe_resource *pres;
-+
-+   struct lima_resource *res = CALLOC_STRUCT(lima_resource);
-+   if (!res)
-+      return NULL;
- 
-    struct pipe_resource scanout_templat = *templat;
-    scanout_templat.width0 = width;
-@@ -71,20 +74,31 @@ lima_resource_create_scanout(struct pipe_screen *pscreen,
-    if (!scanout)
-       return NULL;
- 
-+   res->base = *templat;
-+   res->base.screen = pscreen;
-+   pipe_reference_init(&res->base.reference, 1);
-+   res->levels[0].offset = handle.offset;
-+   res->levels[0].stride = handle.stride;
-+
-    assert(handle.type == WINSYS_HANDLE_TYPE_FD);
--   pres = pscreen->resource_from_handle(pscreen, templat, &handle,
--                                        PIPE_HANDLE_USAGE_FRAMEBUFFER_WRITE);
-+   res->bo = lima_bo_import(screen, &handle);
-+   if (!res->bo) {
-+      FREE(res);
-+      return NULL;
-+   }
-+
-+   res->modifier_constant = true;
- 
-    close(handle.handle);
--   if (!pres) {
-+   if (!res->bo) {
-       renderonly_scanout_destroy(scanout, screen->ro);
-+      FREE(res);
-       return NULL;
-    }
- 
--   struct lima_resource *res = lima_resource(pres);
-    res->scanout = scanout;
- 
--   return pres;
-+   return &res->base;
- }
- 
- static uint32_t
--- 
-GitLab
-
diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 132263d3599f..e0f8e69bd978 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,12 +1,12 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=22.3.5
-revision=2
+version=23.0.2
+revision=1
 build_style=meson
 configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
  -Dosmesa=true -Dgles1=enabled -Dgles2=enabled -Dglx=dri -Ddri3=enabled
  -Dlmsensors=enabled -Dplatforms=x11$(vopt_if wayland ,wayland)
- -Dllvm=enabled -Db_lto=false -Dcpp_std=gnu++14"
+ -Dllvm=enabled -Db_lto=false"
 hostmakedepends="gettext flex llvm pkg-config python3-Mako glslang
  $(vopt_if wayland 'wayland-protocols wayland-devel')"
 makedepends="elfutils-devel expat-devel libXdamage-devel
@@ -16,13 +16,13 @@ makedepends="elfutils-devel expat-devel libXdamage-devel
  libXrandr-devel libglvnd-devel libzstd-devel libxml2-devel lua53-devel
  libarchive-devel"
 depends="libglvnd"
-short_desc="Graphics library similar to SGI's OpenGL"
+short_desc="Open source implementation of OpenGL and Vulkan API specifications"
 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=3eed2ecae2bc674494566faab9fcc9beb21cd804c7ba2b59a1694f3d7236e6a9
+checksum=1b7d3399fc6f16f030361f925d33ebc7600cbf98094582f54775b6a1180529e7
 
 build_options="wayland"
 build_options_default="wayland"

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

* Re: [PR PATCH] [Updated] mesa: update to 23.0.2.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (11 preceding siblings ...)
  2023-04-18  6:58 ` [PR PATCH] [Updated] " ardadem
@ 2023-04-18  7:00 ` ardadem
  2023-04-18  7:02 ` [PR REVIEW] " ardadem
                   ` (32 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: ardadem @ 2023-04-18  7:00 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ardadem against master on the void-packages repository

https://github.com/ardadem/void-packages pr-mesa-23.0
https://github.com/void-linux/void-packages/pull/42407

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

#### Testing the changes
- I tested the changes in this PR: **YES** (currently)

~~Draft until next stable release.~~

<!--
#### 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
-->


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

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

From e8534e1634c359c070b71daff0c9f5bbd3726947 Mon Sep 17 00:00:00 2001
From: Arda Demir <ddmirarda@gmail.com>
Date: Thu, 23 Feb 2023 12:31:16 +0300
Subject: [PATCH] mesa: update to 23.0.2.

---
 ...e5677f36c3b0b8e8ea199ed4f2c7fad06d47.patch | 77 -------------------
 srcpkgs/mesa/template                         | 10 +--
 2 files changed, 5 insertions(+), 82 deletions(-)
 delete mode 100644 srcpkgs/mesa/patches/c426e5677f36c3b0b8e8ea199ed4f2c7fad06d47.patch

diff --git a/srcpkgs/mesa/patches/c426e5677f36c3b0b8e8ea199ed4f2c7fad06d47.patch b/srcpkgs/mesa/patches/c426e5677f36c3b0b8e8ea199ed4f2c7fad06d47.patch
deleted file mode 100644
index f56327367526..000000000000
--- a/srcpkgs/mesa/patches/c426e5677f36c3b0b8e8ea199ed4f2c7fad06d47.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-From c426e5677f36c3b0b8e8ea199ed4f2c7fad06d47 Mon Sep 17 00:00:00 2001
-From: Erico Nunes <nunes.erico@gmail.com>
-Date: Sun, 12 Feb 2023 22:33:30 +0100
-Subject: [PATCH] lima: don't use resource_from_handle while creating scanout
-
-resource_from_handle implementations create an additional reference to
-the scanout resource, which caused lima to leak those resources after
-commit ad4d7ca8332488be8a75aff001f00306a9f6402e.
-
-Do as the other drivers do and import the bo directly while creating
-the scanount resource.
-
-Cc: 22.3 mesa-stable
-Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8198
-Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
-Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com>
-Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21330>
----
- src/gallium/drivers/lima/lima_resource.c | 26 ++++++++++++++++++------
- 1 file changed, 20 insertions(+), 6 deletions(-)
-
-diff --git a/src/gallium/drivers/lima/lima_resource.c b/src/gallium/drivers/lima/lima_resource.c
-index 54869ec03d24..0b7691f2b46f 100644
---- a/src/gallium/drivers/lima/lima_resource.c
-+++ b/src/gallium/drivers/lima/lima_resource.c
-@@ -59,7 +59,10 @@ lima_resource_create_scanout(struct pipe_screen *pscreen,
-    struct lima_screen *screen = lima_screen(pscreen);
-    struct renderonly_scanout *scanout;
-    struct winsys_handle handle;
--   struct pipe_resource *pres;
-+
-+   struct lima_resource *res = CALLOC_STRUCT(lima_resource);
-+   if (!res)
-+      return NULL;
- 
-    struct pipe_resource scanout_templat = *templat;
-    scanout_templat.width0 = width;
-@@ -71,20 +74,31 @@ lima_resource_create_scanout(struct pipe_screen *pscreen,
-    if (!scanout)
-       return NULL;
- 
-+   res->base = *templat;
-+   res->base.screen = pscreen;
-+   pipe_reference_init(&res->base.reference, 1);
-+   res->levels[0].offset = handle.offset;
-+   res->levels[0].stride = handle.stride;
-+
-    assert(handle.type == WINSYS_HANDLE_TYPE_FD);
--   pres = pscreen->resource_from_handle(pscreen, templat, &handle,
--                                        PIPE_HANDLE_USAGE_FRAMEBUFFER_WRITE);
-+   res->bo = lima_bo_import(screen, &handle);
-+   if (!res->bo) {
-+      FREE(res);
-+      return NULL;
-+   }
-+
-+   res->modifier_constant = true;
- 
-    close(handle.handle);
--   if (!pres) {
-+   if (!res->bo) {
-       renderonly_scanout_destroy(scanout, screen->ro);
-+      FREE(res);
-       return NULL;
-    }
- 
--   struct lima_resource *res = lima_resource(pres);
-    res->scanout = scanout;
- 
--   return pres;
-+   return &res->base;
- }
- 
- static uint32_t
--- 
-GitLab
-
diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 132263d3599f..41b6c2b0b95b 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,12 +1,12 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=22.3.5
-revision=2
+version=23.0.2
+revision=1
 build_style=meson
 configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
  -Dosmesa=true -Dgles1=enabled -Dgles2=enabled -Dglx=dri -Ddri3=enabled
  -Dlmsensors=enabled -Dplatforms=x11$(vopt_if wayland ,wayland)
- -Dllvm=enabled -Db_lto=false -Dcpp_std=gnu++14"
+ -Dllvm=enabled -Db_lto=false"
 hostmakedepends="gettext flex llvm pkg-config python3-Mako glslang
  $(vopt_if wayland 'wayland-protocols wayland-devel')"
 makedepends="elfutils-devel expat-devel libXdamage-devel
@@ -16,13 +16,13 @@ makedepends="elfutils-devel expat-devel libXdamage-devel
  libXrandr-devel libglvnd-devel libzstd-devel libxml2-devel lua53-devel
  libarchive-devel"
 depends="libglvnd"
-short_desc="Graphics library similar to SGI's OpenGL"
+short_desc="Open source implementation of OpenGL and Vulkan specifications"
 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=3eed2ecae2bc674494566faab9fcc9beb21cd804c7ba2b59a1694f3d7236e6a9
+checksum=1b7d3399fc6f16f030361f925d33ebc7600cbf98094582f54775b6a1180529e7
 
 build_options="wayland"
 build_options_default="wayland"

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

* Re: [PR REVIEW] mesa: update to 23.0.2.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (12 preceding siblings ...)
  2023-04-18  7:00 ` ardadem
@ 2023-04-18  7:02 ` ardadem
  2023-04-18  8:32 ` mhmdanas
                   ` (31 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: ardadem @ 2023-04-18  7:02 UTC (permalink / raw)
  To: ml

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

New review comment by ardadem on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#discussion_r1169584009

Comment:
https://github.com/void-linux/void-packages/pull/41084#issuecomment-1430381994

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

* Re: [PR REVIEW] mesa: update to 23.0.2.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (13 preceding siblings ...)
  2023-04-18  7:02 ` [PR REVIEW] " ardadem
@ 2023-04-18  8:32 ` mhmdanas
  2023-04-18  8:34 ` mhmdanas
                   ` (30 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: mhmdanas @ 2023-04-18  8:32 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#discussion_r1169687165

Comment:
Makes sense, I'd link to https://gitlab.freedesktop.org/mesa/mesa/-/issues/6911 in a comment above `configure_args` to clarify the reason this is needed.

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

* Re: [PR REVIEW] mesa: update to 23.0.2.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (14 preceding siblings ...)
  2023-04-18  8:32 ` mhmdanas
@ 2023-04-18  8:34 ` mhmdanas
  2023-04-18  8:40 ` mhmdanas
                   ` (29 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: mhmdanas @ 2023-04-18  8:34 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#discussion_r1169687165

Comment:
Makes sense, I'd add a comment like this to `configure_args` to clarify the reason this is needed, something like `# Disable LTO because of https://gitlab.freedesktop.org/mesa/mesa/-/issues/6911`.

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

* Re: [PR REVIEW] mesa: update to 23.0.2.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (15 preceding siblings ...)
  2023-04-18  8:34 ` mhmdanas
@ 2023-04-18  8:40 ` mhmdanas
  2023-04-25  7:13 ` HadetTheUndying
                   ` (28 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: mhmdanas @ 2023-04-18  8:40 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#discussion_r1169687165

Comment:
Makes sense, I'd add a comment above `configure_args` to clarify the reason this is needed, something like `# Disable LTO because of https://gitlab.freedesktop.org/mesa/mesa/-/issues/6911`.

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

* Re: mesa: update to 23.0.2.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (16 preceding siblings ...)
  2023-04-18  8:40 ` mhmdanas
@ 2023-04-25  7:13 ` HadetTheUndying
  2023-04-25  7:15 ` HadetTheUndying
                   ` (27 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: HadetTheUndying @ 2023-04-25  7:13 UTC (permalink / raw)
  To: ml

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

New comment by HadetTheUndying on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1521268430

Comment:
Has anyone else been testing this? I've not had any problems with it over the last 4 days that aren't already present bugs in Mesa with RDNA2.

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

* Re: mesa: update to 23.0.2.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (17 preceding siblings ...)
  2023-04-25  7:13 ` HadetTheUndying
@ 2023-04-25  7:15 ` HadetTheUndying
  2023-04-25 16:34 ` baal-zebub
                   ` (26 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: HadetTheUndying @ 2023-04-25  7:15 UTC (permalink / raw)
  To: ml

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

New comment by HadetTheUndying on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1521268430

Comment:
Has anyone else been testing this? I've not had any problems with it over the last 4 days that aren't already present bugs in Mesa with RDNA2.

EDIT: Also 23.0.3 is available now.

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

* Re: mesa: update to 23.0.2.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (18 preceding siblings ...)
  2023-04-25  7:15 ` HadetTheUndying
@ 2023-04-25 16:34 ` baal-zebub
  2023-04-25 18:54 ` JamiKettunen
                   ` (25 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: baal-zebub @ 2023-04-25 16:34 UTC (permalink / raw)
  To: ml

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

New comment by baal-zebub on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1522093545

Comment:
> Has anyone else been testing this?

I'd love to but I'm getting this error when executing `./xbps-src pkg mesa`:
```
=> cmake-3.25.3_1: running do_build ...
[1/68] sphinx-build man: see Utilities/Sphinx/build-man.log
FAILED: Utilities/Sphinx/doc_format_man /builddir/cmake-3.25.3/build/Utilities/Sphinx/doc_format_man 
cd /builddir/cmake-3.25.3/build/Utilities/Sphinx && /usr/bin/sphinx-build -c /builddir/cmake-3.25.3/build/Utilities/Sphinx -d /builddir/cmake-3.25.3/build/Utilities/Sphinx/doctrees -b man /builddir/cmake-3.25.3/Help /builddir/cmake-3.25.3/build/Utilities/Sphinx/man > build-man.log
Traceback (most recent call last):
  File "/usr/bin/sphinx-build", line 5, in <module>
    from sphinx.cmd.build import main
ModuleNotFoundError: No module named 'sphinx'
```



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

* Re: mesa: update to 23.0.2.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (19 preceding siblings ...)
  2023-04-25 16:34 ` baal-zebub
@ 2023-04-25 18:54 ` JamiKettunen
  2023-04-27 16:24 ` [PR PATCH] [Updated] " ardadem
                   ` (24 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: JamiKettunen @ 2023-04-25 18:54 UTC (permalink / raw)
  To: ml

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

New comment by JamiKettunen on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1522264327

Comment:
That's not even an error related to `mesa` build, rebase the PR branch on top of latest `void-packages` master always when trying stuff like this, otherwise it tries to build older versions of packages no longer in repo etc.

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

* Re: [PR PATCH] [Updated] mesa: update to 23.0.2.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (20 preceding siblings ...)
  2023-04-25 18:54 ` JamiKettunen
@ 2023-04-27 16:24 ` ardadem
  2023-04-29 17:59 ` mesa: update to 23.0.3 zlice
                   ` (23 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: ardadem @ 2023-04-27 16:24 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ardadem against master on the void-packages repository

https://github.com/ardadem/void-packages pr-mesa-23.0
https://github.com/void-linux/void-packages/pull/42407

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

#### Testing the changes
- I tested the changes in this PR: **YES** (currently)

~~Draft until next stable release.~~

<!--
#### 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
-->


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

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

From 86a3bb8c0896b21ec7b9786d18f40a57b4858033 Mon Sep 17 00:00:00 2001
From: Arda Demir <ddmirarda@gmail.com>
Date: Thu, 23 Feb 2023 12:31:16 +0300
Subject: [PATCH] mesa: update to 23.0.3.

---
 ...e5677f36c3b0b8e8ea199ed4f2c7fad06d47.patch | 77 -------------------
 srcpkgs/mesa/template                         | 10 +--
 2 files changed, 5 insertions(+), 82 deletions(-)
 delete mode 100644 srcpkgs/mesa/patches/c426e5677f36c3b0b8e8ea199ed4f2c7fad06d47.patch

diff --git a/srcpkgs/mesa/patches/c426e5677f36c3b0b8e8ea199ed4f2c7fad06d47.patch b/srcpkgs/mesa/patches/c426e5677f36c3b0b8e8ea199ed4f2c7fad06d47.patch
deleted file mode 100644
index f56327367526..000000000000
--- a/srcpkgs/mesa/patches/c426e5677f36c3b0b8e8ea199ed4f2c7fad06d47.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-From c426e5677f36c3b0b8e8ea199ed4f2c7fad06d47 Mon Sep 17 00:00:00 2001
-From: Erico Nunes <nunes.erico@gmail.com>
-Date: Sun, 12 Feb 2023 22:33:30 +0100
-Subject: [PATCH] lima: don't use resource_from_handle while creating scanout
-
-resource_from_handle implementations create an additional reference to
-the scanout resource, which caused lima to leak those resources after
-commit ad4d7ca8332488be8a75aff001f00306a9f6402e.
-
-Do as the other drivers do and import the bo directly while creating
-the scanount resource.
-
-Cc: 22.3 mesa-stable
-Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8198
-Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
-Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com>
-Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21330>
----
- src/gallium/drivers/lima/lima_resource.c | 26 ++++++++++++++++++------
- 1 file changed, 20 insertions(+), 6 deletions(-)
-
-diff --git a/src/gallium/drivers/lima/lima_resource.c b/src/gallium/drivers/lima/lima_resource.c
-index 54869ec03d24..0b7691f2b46f 100644
---- a/src/gallium/drivers/lima/lima_resource.c
-+++ b/src/gallium/drivers/lima/lima_resource.c
-@@ -59,7 +59,10 @@ lima_resource_create_scanout(struct pipe_screen *pscreen,
-    struct lima_screen *screen = lima_screen(pscreen);
-    struct renderonly_scanout *scanout;
-    struct winsys_handle handle;
--   struct pipe_resource *pres;
-+
-+   struct lima_resource *res = CALLOC_STRUCT(lima_resource);
-+   if (!res)
-+      return NULL;
- 
-    struct pipe_resource scanout_templat = *templat;
-    scanout_templat.width0 = width;
-@@ -71,20 +74,31 @@ lima_resource_create_scanout(struct pipe_screen *pscreen,
-    if (!scanout)
-       return NULL;
- 
-+   res->base = *templat;
-+   res->base.screen = pscreen;
-+   pipe_reference_init(&res->base.reference, 1);
-+   res->levels[0].offset = handle.offset;
-+   res->levels[0].stride = handle.stride;
-+
-    assert(handle.type == WINSYS_HANDLE_TYPE_FD);
--   pres = pscreen->resource_from_handle(pscreen, templat, &handle,
--                                        PIPE_HANDLE_USAGE_FRAMEBUFFER_WRITE);
-+   res->bo = lima_bo_import(screen, &handle);
-+   if (!res->bo) {
-+      FREE(res);
-+      return NULL;
-+   }
-+
-+   res->modifier_constant = true;
- 
-    close(handle.handle);
--   if (!pres) {
-+   if (!res->bo) {
-       renderonly_scanout_destroy(scanout, screen->ro);
-+      FREE(res);
-       return NULL;
-    }
- 
--   struct lima_resource *res = lima_resource(pres);
-    res->scanout = scanout;
- 
--   return pres;
-+   return &res->base;
- }
- 
- static uint32_t
--- 
-GitLab
-
diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 132263d3599f..8306d8a534db 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,12 +1,12 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=22.3.5
-revision=2
+version=23.0.3
+revision=1
 build_style=meson
 configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
  -Dosmesa=true -Dgles1=enabled -Dgles2=enabled -Dglx=dri -Ddri3=enabled
  -Dlmsensors=enabled -Dplatforms=x11$(vopt_if wayland ,wayland)
- -Dllvm=enabled -Db_lto=false -Dcpp_std=gnu++14"
+ -Dllvm=enabled -Db_lto=false"
 hostmakedepends="gettext flex llvm pkg-config python3-Mako glslang
  $(vopt_if wayland 'wayland-protocols wayland-devel')"
 makedepends="elfutils-devel expat-devel libXdamage-devel
@@ -16,13 +16,13 @@ makedepends="elfutils-devel expat-devel libXdamage-devel
  libXrandr-devel libglvnd-devel libzstd-devel libxml2-devel lua53-devel
  libarchive-devel"
 depends="libglvnd"
-short_desc="Graphics library similar to SGI's OpenGL"
+short_desc="Open source implementation of OpenGL and Vulkan specifications"
 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=3eed2ecae2bc674494566faab9fcc9beb21cd804c7ba2b59a1694f3d7236e6a9
+checksum=386362a5d80df3b096636b67f340e1ce67b705b44767d5bdd11d2ed1037192d5
 
 build_options="wayland"
 build_options_default="wayland"

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

* Re: mesa: update to 23.0.3.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (21 preceding siblings ...)
  2023-04-27 16:24 ` [PR PATCH] [Updated] " ardadem
@ 2023-04-29 17:59 ` zlice
  2023-04-29 18:00 ` zlice
                   ` (22 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: zlice @ 2023-04-29 17:59 UTC (permalink / raw)
  To: ml

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

New comment by zlice on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1528840792

Comment:
> > Has anyone else been testing this?
> 
> I'd love to but I'm getting this error when executing `./xbps-src pkg mesa`:
> 
> ```
> => cmake-3.25.3_1: running do_build ...
> [1/68] sphinx-build man: see Utilities/Sphinx/build-man.log
> FAILED: Utilities/Sphinx/doc_format_man /builddir/cmake-3.25.3/build/Utilities/Sphinx/doc_format_man 
> cd /builddir/cmake-3.25.3/build/Utilities/Sphinx && /usr/bin/sphinx-build -c /builddir/cmake-3.25.3/build/Utilities/Sphinx -d /builddir/cmake-3.25.3/build/Utilities/Sphinx/doctrees -b man /builddir/cmake-3.25.3/Help /builddir/cmake-3.25.3/build/Utilities/Sphinx/man > build-man.log
> Traceback (most recent call last):
>   File "/usr/bin/sphinx-build", line 5, in <module>
>     from sphinx.cmd.build import main
> ModuleNotFoundError: No module named 'sphinx'
> ```

If you're still having issues, I'd clear `masterdir` and redo binary bootstrap, make sure git is updated and any `hostdir/binpkgs` aren't polluted with something that may want a different version of `sphinx` or something like that.


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

* Re: mesa: update to 23.0.3.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (22 preceding siblings ...)
  2023-04-29 17:59 ` mesa: update to 23.0.3 zlice
@ 2023-04-29 18:00 ` zlice
  2023-04-29 19:27 ` HadetTheUndying
                   ` (21 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: zlice @ 2023-04-29 18:00 UTC (permalink / raw)
  To: ml

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

New comment by zlice on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1528840959

Comment:
> Has anyone else been testing this? I've not had any problems with it over the last 4 days that aren't already present bugs in Mesa with RDNA2.


Been flipping between mesa dev and Intel's DG2 branches. Only issue's I've had are flickering because they enabled some RADV buffer/texture waits by default.


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

* Re: mesa: update to 23.0.3.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (23 preceding siblings ...)
  2023-04-29 18:00 ` zlice
@ 2023-04-29 19:27 ` HadetTheUndying
  2023-04-30 21:54 ` kenrap
                   ` (20 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: HadetTheUndying @ 2023-04-29 19:27 UTC (permalink / raw)
  To: ml

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

New comment by HadetTheUndying on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1528855974

Comment:
I haven't had any issues but both of my Void systems are Vega and Polaris. 

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

* Re: mesa: update to 23.0.3.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (24 preceding siblings ...)
  2023-04-29 19:27 ` HadetTheUndying
@ 2023-04-30 21:54 ` kenrap
  2023-05-04 17:57 ` HadetTheUndying
                   ` (19 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: kenrap @ 2023-04-30 21:54 UTC (permalink / raw)
  To: ml

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

New comment by kenrap on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1529147489

Comment:
I've been testing 23.0.3 for about 5 days now, before it got verbump'd here, with my Intel Arc A770 card while using `linux6.2`. I haven't had much issues while using KDE Wayland. I'm also looking forward to the eventual 23.1.0 release since it's already in `rc3` atm.

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

* Re: mesa: update to 23.0.3.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (25 preceding siblings ...)
  2023-04-30 21:54 ` kenrap
@ 2023-05-04 17:57 ` HadetTheUndying
  2023-05-11  5:49 ` kenrap
                   ` (18 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: HadetTheUndying @ 2023-05-04 17:57 UTC (permalink / raw)
  To: ml

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

New comment by HadetTheUndying on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1535185463

Comment:
Just an update I've tested this PR on all of my machines including my Steam Deck without issues now so I'm pretty certain there are no issues with the PR that aren't already being tracked in the upstream. 

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

* Re: mesa: update to 23.0.3.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (26 preceding siblings ...)
  2023-05-04 17:57 ` HadetTheUndying
@ 2023-05-11  5:49 ` kenrap
  2023-05-16 15:34 ` Mek101
                   ` (17 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: kenrap @ 2023-05-11  5:49 UTC (permalink / raw)
  To: ml

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

New comment by kenrap on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1543375657

Comment:
Mesa 23.1.0 has now been officially released on their Gitlab.

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

* Re: mesa: update to 23.0.3.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (27 preceding siblings ...)
  2023-05-11  5:49 ` kenrap
@ 2023-05-16 15:34 ` Mek101
  2023-05-17  9:05 ` biopsin
                   ` (16 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: Mek101 @ 2023-05-16 15:34 UTC (permalink / raw)
  To: ml

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

New comment by Mek101 on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1549905486

Comment:
Built without an issue

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

* Re: mesa: update to 23.0.3.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (28 preceding siblings ...)
  2023-05-16 15:34 ` Mek101
@ 2023-05-17  9:05 ` biopsin
  2023-05-18  4:10 ` HadetTheUndying
                   ` (15 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: biopsin @ 2023-05-17  9:05 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1551026710

Comment:
Mesa 23.1.0 tests fine on glibc and Radeon RX570 playing games ..
Also meson_build_ options have change to `_dri_drivers=" -Ddri-drivers-path="`


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

* Re: mesa: update to 23.0.3.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (29 preceding siblings ...)
  2023-05-17  9:05 ` biopsin
@ 2023-05-18  4:10 ` HadetTheUndying
  2023-05-19  5:41 ` saltnpepper97
                   ` (14 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: HadetTheUndying @ 2023-05-18  4:10 UTC (permalink / raw)
  To: ml

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

New comment by HadetTheUndying on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1552374615

Comment:
> Mesa 23.1.0 has now been officially released on their Gitlab.

Void always waits for the first stable release which would be 23.1.1

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

* Re: mesa: update to 23.0.3.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (30 preceding siblings ...)
  2023-05-18  4:10 ` HadetTheUndying
@ 2023-05-19  5:41 ` saltnpepper97
  2023-05-19  5:45 ` saltnpepper97
                   ` (13 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: saltnpepper97 @ 2023-05-19  5:41 UTC (permalink / raw)
  To: ml

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

New comment by saltnpepper97 on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1554033317

Comment:
Please close this 23.0.3 It is really needed for AMD 7900 xtx cards at the moment ad there is a bug for us causing some issues with the cursor but also I have noticed screen recognition on awesome wm.

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

* Re: mesa: update to 23.0.3.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (31 preceding siblings ...)
  2023-05-19  5:41 ` saltnpepper97
@ 2023-05-19  5:45 ` saltnpepper97
  2023-05-19  6:13 ` saltnpepper97
                   ` (12 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: saltnpepper97 @ 2023-05-19  5:45 UTC (permalink / raw)
  To: ml

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

New comment by saltnpepper97 on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1554033317

Comment:
Please close this 23.0.3 It is really needed for AMD 7900 xtx cards at the moment ad there is a bug for us causing some issues with the cursor but also I have noticed screen recognition on awesome wm.

Also please update xf86-video-amdgpu to 23.0.0

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

* Re: mesa: update to 23.0.3.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (32 preceding siblings ...)
  2023-05-19  5:45 ` saltnpepper97
@ 2023-05-19  6:13 ` saltnpepper97
  2023-05-19  7:22 ` JamiKettunen
                   ` (11 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: saltnpepper97 @ 2023-05-19  6:13 UTC (permalink / raw)
  To: ml

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

New comment by saltnpepper97 on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1554033317

Comment:
Please close this 23.0.3 It is really needed for AMD 7900 xtx cards at the moment. There is a bug with the current version of meaa and xf86-video-amdgpu for us causing some issues with the cursor but also I have noticed screen recognition on awesome wm.

Also please update xf86-video-amdgpu to 23.0.0

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

* Re: mesa: update to 23.0.3.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (33 preceding siblings ...)
  2023-05-19  6:13 ` saltnpepper97
@ 2023-05-19  7:22 ` JamiKettunen
  2023-05-19  8:40 ` saltnpepper97
                   ` (10 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: JamiKettunen @ 2023-05-19  7:22 UTC (permalink / raw)
  To: ml

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

New comment by JamiKettunen on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1554150017

Comment:
@saltnpepper97 You probably should stop using `xf86-video-amdgpu`, all modern GPUs should use the modesetting (KMS) driver that's bundled with `xorg-server` itself; I'm using it just fine on `i3wm` with an RX 6600.

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

* Re: mesa: update to 23.0.3.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (34 preceding siblings ...)
  2023-05-19  7:22 ` JamiKettunen
@ 2023-05-19  8:40 ` saltnpepper97
  2023-05-19  8:53 ` saltnpepper97
                   ` (9 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: saltnpepper97 @ 2023-05-19  8:40 UTC (permalink / raw)
  To: ml

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

New comment by saltnpepper97 on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1554240200

Comment:
So I should have installed xorg-minimal? Because xorg package group by default installs xf86-video-amdgpu...

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

* Re: mesa: update to 23.0.3.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (35 preceding siblings ...)
  2023-05-19  8:40 ` saltnpepper97
@ 2023-05-19  8:53 ` saltnpepper97
  2023-05-19 15:01 ` mhmdanas
                   ` (8 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: saltnpepper97 @ 2023-05-19  8:53 UTC (permalink / raw)
  To: ml

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

New comment by saltnpepper97 on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1554254314

Comment:
Also how is a package as important as mesa marked as orphaned?

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

* Re: mesa: update to 23.0.3.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (36 preceding siblings ...)
  2023-05-19  8:53 ` saltnpepper97
@ 2023-05-19 15:01 ` mhmdanas
  2023-05-19 19:00 ` saltnpepper97
                   ` (7 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: mhmdanas @ 2023-05-19 15:01 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1554721610

Comment:
> Also how is a package as important as mesa marked as orphaned?

A package's importance has no bearing on its maintenance status (which itself isn't that important by the way).

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

* Re: mesa: update to 23.0.3.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (37 preceding siblings ...)
  2023-05-19 15:01 ` mhmdanas
@ 2023-05-19 19:00 ` saltnpepper97
  2023-05-19 19:49 ` saltnpepper97
                   ` (6 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: saltnpepper97 @ 2023-05-19 19:00 UTC (permalink / raw)
  To: ml

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

New comment by saltnpepper97 on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1555102524

Comment:
Sorry, I guess I dont understand package maintenace that well. 

However I will just say that this driver version 23.0.3 works way better for my card as xrandr is not detecting things properly at the moment on the current mesa version for me.

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

* Re: mesa: update to 23.0.3.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (38 preceding siblings ...)
  2023-05-19 19:00 ` saltnpepper97
@ 2023-05-19 19:49 ` saltnpepper97
  2023-05-19 19:52 ` HadetTheUndying
                   ` (5 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: saltnpepper97 @ 2023-05-19 19:49 UTC (permalink / raw)
  To: ml

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

New comment by saltnpepper97 on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1555156057

Comment:
Also, I could maintain some packages if you guys would like that...

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

* Re: mesa: update to 23.0.3.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (39 preceding siblings ...)
  2023-05-19 19:49 ` saltnpepper97
@ 2023-05-19 19:52 ` HadetTheUndying
  2023-05-19 21:27 ` SpidFightFR
                   ` (4 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: HadetTheUndying @ 2023-05-19 19:52 UTC (permalink / raw)
  To: ml

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

New comment by HadetTheUndying on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1555161035

Comment:
Recommend joining the #voidlinux and #xbps channels on Libera to discuss that. 

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

* Re: mesa: update to 23.0.3.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (40 preceding siblings ...)
  2023-05-19 19:52 ` HadetTheUndying
@ 2023-05-19 21:27 ` SpidFightFR
  2023-05-20  1:02 ` saltnpepper97
                   ` (3 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: SpidFightFR @ 2023-05-19 21:27 UTC (permalink / raw)
  To: ml

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

New comment by SpidFightFR on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1555271919

Comment:
> Also how is a package as important as mesa marked as orphaned?

from what i understood: a package having a maintainer just is a way to redirect people to a person if they have a problem with the package. But in reality, it shouldn't impact the update frequency of the package.

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

* Re: mesa: update to 23.0.3.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (41 preceding siblings ...)
  2023-05-19 21:27 ` SpidFightFR
@ 2023-05-20  1:02 ` saltnpepper97
  2023-05-25 21:51 ` HadetTheUndying
                   ` (2 subsequent siblings)
  45 siblings, 0 replies; 47+ messages in thread
From: saltnpepper97 @ 2023-05-20  1:02 UTC (permalink / raw)
  To: ml

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

New comment by saltnpepper97 on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1555404933

Comment:
> > Also how is a package as important as mesa marked as orphaned?
> 
> from what i understood: a package having a maintainer just is a way to redirect people to a person if they have a problem with the package. But in reality, it shouldn't impact the update frequency of the package.

Thanks for the clarification. 👍

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

* Re: mesa: update to 23.0.3.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (42 preceding siblings ...)
  2023-05-20  1:02 ` saltnpepper97
@ 2023-05-25 21:51 ` HadetTheUndying
  2023-06-02 18:09 ` ardadem
  2023-06-02 18:09 ` [PR PATCH] [Closed]: " ardadem
  45 siblings, 0 replies; 47+ messages in thread
From: HadetTheUndying @ 2023-05-25 21:51 UTC (permalink / raw)
  To: ml

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

New comment by HadetTheUndying on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1563547216

Comment:
Mesa 23.1.1 just got released. 

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

* Re: mesa: update to 23.0.3.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (43 preceding siblings ...)
  2023-05-25 21:51 ` HadetTheUndying
@ 2023-06-02 18:09 ` ardadem
  2023-06-02 18:09 ` [PR PATCH] [Closed]: " ardadem
  45 siblings, 0 replies; 47+ messages in thread
From: ardadem @ 2023-06-02 18:09 UTC (permalink / raw)
  To: ml

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

New comment by ardadem on void-packages repository

https://github.com/void-linux/void-packages/pull/42407#issuecomment-1574124843

Comment:
Superseded by https://github.com/void-linux/void-packages/pull/44138.

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

* Re: [PR PATCH] [Closed]: mesa: update to 23.0.3.
  2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
                   ` (44 preceding siblings ...)
  2023-06-02 18:09 ` ardadem
@ 2023-06-02 18:09 ` ardadem
  45 siblings, 0 replies; 47+ messages in thread
From: ardadem @ 2023-06-02 18:09 UTC (permalink / raw)
  To: ml

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

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

mesa: update to 23.0.3.
https://github.com/void-linux/void-packages/pull/42407

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

#### Testing the changes
- I tested the changes in this PR: **YES** (currently)

~~Draft until next stable release.~~

<!--
#### 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
-->


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

end of thread, other threads:[~2023-06-02 18:09 UTC | newest]

Thread overview: 47+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-23  9:49 [PR PATCH] [NOMERGE] mesa: update to 23.0.0 ardadem
2023-04-01 12:05 ` [PR PATCH] [Updated] " ardadem
2023-04-01 12:29 ` tranzystorek-io
2023-04-01 12:30 ` tranzystorek-io
2023-04-01 12:33 ` [PR PATCH] [Updated] " ardadem
2023-04-01 12:35 ` ardadem
2023-04-03 11:05 ` [PR PATCH] [Updated] mesa: update to 23.0.1 ardadem
2023-04-03 11:06 ` ardadem
2023-04-08 14:33 ` ardadem
2023-04-08 14:35 ` ardadem
2023-04-14 20:18 ` [PR PATCH] [Updated] mesa: update to 23.0.2 ardadem
2023-04-17 17:42 ` [PR REVIEW] " mhmdanas
2023-04-18  6:58 ` [PR PATCH] [Updated] " ardadem
2023-04-18  7:00 ` ardadem
2023-04-18  7:02 ` [PR REVIEW] " ardadem
2023-04-18  8:32 ` mhmdanas
2023-04-18  8:34 ` mhmdanas
2023-04-18  8:40 ` mhmdanas
2023-04-25  7:13 ` HadetTheUndying
2023-04-25  7:15 ` HadetTheUndying
2023-04-25 16:34 ` baal-zebub
2023-04-25 18:54 ` JamiKettunen
2023-04-27 16:24 ` [PR PATCH] [Updated] " ardadem
2023-04-29 17:59 ` mesa: update to 23.0.3 zlice
2023-04-29 18:00 ` zlice
2023-04-29 19:27 ` HadetTheUndying
2023-04-30 21:54 ` kenrap
2023-05-04 17:57 ` HadetTheUndying
2023-05-11  5:49 ` kenrap
2023-05-16 15:34 ` Mek101
2023-05-17  9:05 ` biopsin
2023-05-18  4:10 ` HadetTheUndying
2023-05-19  5:41 ` saltnpepper97
2023-05-19  5:45 ` saltnpepper97
2023-05-19  6:13 ` saltnpepper97
2023-05-19  7:22 ` JamiKettunen
2023-05-19  8:40 ` saltnpepper97
2023-05-19  8:53 ` saltnpepper97
2023-05-19 15:01 ` mhmdanas
2023-05-19 19:00 ` saltnpepper97
2023-05-19 19:49 ` saltnpepper97
2023-05-19 19:52 ` HadetTheUndying
2023-05-19 21:27 ` SpidFightFR
2023-05-20  1:02 ` saltnpepper97
2023-05-25 21:51 ` HadetTheUndying
2023-06-02 18:09 ` ardadem
2023-06-02 18:09 ` [PR PATCH] [Closed]: " ardadem

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).