Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mesa: update to 24.2.0
@ 2024-08-16 19:50 SpidFightFR
  2024-08-16 19:51 ` SpidFightFR
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: SpidFightFR @ 2024-08-16 19:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SpidFightFR/void-packages update-mesa
https://github.com/void-linux/void-packages/pull/51881

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

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



#### Local build testing
- I built this PR locally for my native architecture, (x64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x64-musl



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

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

From 94b4675746b6ca004c19ef3fadd54da6eb44d095 Mon Sep 17 00:00:00 2001
From: SpidFightFR <spidfight@swisscows.email>
Date: Fri, 16 Aug 2024 21:44:16 +0200
Subject: [PATCH] mesa: update to 24.2.0

---
 .../mesa/patches/megadriver-symlinks.patch    | 25 -------------------
 srcpkgs/mesa/template                         |  6 ++---
 2 files changed, 3 insertions(+), 28 deletions(-)
 delete mode 100644 srcpkgs/mesa/patches/megadriver-symlinks.patch

diff --git a/srcpkgs/mesa/patches/megadriver-symlinks.patch b/srcpkgs/mesa/patches/megadriver-symlinks.patch
deleted file mode 100644
index c19c42719422cd..00000000000000
--- a/srcpkgs/mesa/patches/megadriver-symlinks.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-This converts megadriver installation to use symlinks so that we do
-not have to deal with skipping the strip stage for some files, as
-a result simplifying our template greatly.
-
---- a/bin/install_megadrivers.py
-+++ b/bin/install_megadrivers.py
-@@ -56,7 +56,7 @@ def main():
-         if os.path.lexists(abs_driver):
-             os.unlink(abs_driver)
-         print('installing {} to {}'.format(args.megadriver, abs_driver))
--        os.link(master, abs_driver)
-+        os.symlink(os.path.basename(master), abs_driver)
- 
-         try:
-             ret = os.getcwd()
-@@ -71,8 +71,7 @@ def main():
-         finally:
-             os.chdir(ret)
- 
--    # Remove meson-created master .so and symlinks
--    os.unlink(master)
-+    # Remove meson-created symlinks
-     name, ext = os.path.splitext(master)
-     while ext != '.so':
-         if os.path.lexists(name):
diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 9a3eb404d0ce31..62763cbc207837 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,6 +1,6 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=24.1.5
+version=24.2.0
 revision=1
 build_style=meson
 _llvmver=18
@@ -16,7 +16,7 @@ makedepends="elfutils-devel expat-devel libXdamage-devel
  libvdpau-devel libxshmfence-devel ncurses-devel zlib-devel
  $(vopt_if wayland 'wayland-devel wayland-protocols') llvm${_llvmver}-devel libsensors-devel
  libXrandr-devel libglvnd-devel libzstd-devel libxml2-devel lua53-devel
- libarchive-devel"
+ libarchive-devel python3-yaml"
 depends="libglvnd"
 short_desc="Open source implementation of OpenGL and Vulkan"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -24,7 +24,7 @@ license="MIT, LGPL-2.1-or-later"
 homepage="https://www.mesa3d.org/"
 changelog="https://docs.mesa3d.org/relnotes.html"
 distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
-checksum=02761ffd965dd64b95421ebfca1191d73724aba00f30034009237564f34cf976
+checksum=c02bb72cea290f78b11895a0c95c7c92394f180d7ff66d4a762ec6950a58addf
 
 build_options="wayland"
 build_options_default="wayland"

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

* Re: mesa: update to 24.2.0
  2024-08-16 19:50 [PR PATCH] mesa: update to 24.2.0 SpidFightFR
@ 2024-08-16 19:51 ` SpidFightFR
  2024-08-16 19:51 ` SpidFightFR
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: SpidFightFR @ 2024-08-16 19:51 UTC (permalink / raw)
  To: ml

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

New comment by SpidFightFR on void-packages repository

https://github.com/void-linux/void-packages/pull/51881#issuecomment-2294131948

Comment:
`kmsro` doesn't seem to be an available for arm devices, can i remove it / change it to something else or will it break compat ?

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

* Re: mesa: update to 24.2.0
  2024-08-16 19:50 [PR PATCH] mesa: update to 24.2.0 SpidFightFR
  2024-08-16 19:51 ` SpidFightFR
@ 2024-08-16 19:51 ` SpidFightFR
  2024-08-17  4:40 ` classabbyamp
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: SpidFightFR @ 2024-08-16 19:51 UTC (permalink / raw)
  To: ml

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

New comment by SpidFightFR on void-packages repository

https://github.com/void-linux/void-packages/pull/51881#issuecomment-2294131948

Comment:
`kmsro` doesn't seem to be an available gallium driver for arm devices, can i remove it / change it to something else or will it break compat ?

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

* Re: mesa: update to 24.2.0
  2024-08-16 19:50 [PR PATCH] mesa: update to 24.2.0 SpidFightFR
  2024-08-16 19:51 ` SpidFightFR
  2024-08-16 19:51 ` SpidFightFR
@ 2024-08-17  4:40 ` classabbyamp
  2024-08-17  7:58 ` SpidFightFR
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2024-08-17  4:40 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/51881#issuecomment-2294623819

Comment:
from the changelog: *meson,ci: remove dead `kmsro` option in `gallium-drivers`*

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

* Re: mesa: update to 24.2.0
  2024-08-16 19:50 [PR PATCH] mesa: update to 24.2.0 SpidFightFR
                   ` (2 preceding siblings ...)
  2024-08-17  4:40 ` classabbyamp
@ 2024-08-17  7:58 ` SpidFightFR
  2024-08-17  8:13 ` [PR PATCH] [Updated] " SpidFightFR
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: SpidFightFR @ 2024-08-17  7:58 UTC (permalink / raw)
  To: ml

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

New comment by SpidFightFR on void-packages repository

https://github.com/void-linux/void-packages/pull/51881#issuecomment-2294772666

Comment:
> from the changelog: *meson,ci: remove dead `kmsro` option in `gallium-drivers`*

 Okay, i'm working on it.

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

* Re: [PR PATCH] [Updated] mesa: update to 24.2.0
  2024-08-16 19:50 [PR PATCH] mesa: update to 24.2.0 SpidFightFR
                   ` (3 preceding siblings ...)
  2024-08-17  7:58 ` SpidFightFR
@ 2024-08-17  8:13 ` SpidFightFR
  2024-08-17  8:55 ` SpidFightFR
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: SpidFightFR @ 2024-08-17  8:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SpidFightFR/void-packages update-mesa
https://github.com/void-linux/void-packages/pull/51881

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

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



#### Local build testing
- I built this PR locally for my native architecture, (x64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x64-musl



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

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

From e6057add1ff1ef4d4f56fd47d3b1214095a82eee Mon Sep 17 00:00:00 2001
From: SpidFightFR <spidfight@swisscows.email>
Date: Fri, 16 Aug 2024 21:44:16 +0200
Subject: [PATCH] mesa: update to 24.2.0

---
 .../mesa/patches/megadriver-symlinks.patch    | 25 -------------------
 srcpkgs/mesa/template                         |  7 +++---
 2 files changed, 3 insertions(+), 29 deletions(-)
 delete mode 100644 srcpkgs/mesa/patches/megadriver-symlinks.patch

diff --git a/srcpkgs/mesa/patches/megadriver-symlinks.patch b/srcpkgs/mesa/patches/megadriver-symlinks.patch
deleted file mode 100644
index c19c42719422cd..00000000000000
--- a/srcpkgs/mesa/patches/megadriver-symlinks.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-This converts megadriver installation to use symlinks so that we do
-not have to deal with skipping the strip stage for some files, as
-a result simplifying our template greatly.
-
---- a/bin/install_megadrivers.py
-+++ b/bin/install_megadrivers.py
-@@ -56,7 +56,7 @@ def main():
-         if os.path.lexists(abs_driver):
-             os.unlink(abs_driver)
-         print('installing {} to {}'.format(args.megadriver, abs_driver))
--        os.link(master, abs_driver)
-+        os.symlink(os.path.basename(master), abs_driver)
- 
-         try:
-             ret = os.getcwd()
-@@ -71,8 +71,7 @@ def main():
-         finally:
-             os.chdir(ret)
- 
--    # Remove meson-created master .so and symlinks
--    os.unlink(master)
-+    # Remove meson-created symlinks
-     name, ext = os.path.splitext(master)
-     while ext != '.so':
-         if os.path.lexists(name):
diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 9a3eb404d0ce31..5000535432c03a 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,6 +1,6 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=24.1.5
+version=24.2.0
 revision=1
 build_style=meson
 _llvmver=18
@@ -10,7 +10,7 @@ configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
  -Dlmsensors=enabled -Dplatforms=x11$(vopt_if wayland ,wayland)
  -Dllvm=enabled -Db_lto=false -Dcpp_std=gnu++17"
 hostmakedepends="gettext flex pkg-config python3-Mako glslang llvm${_llvmver}
- $(vopt_if wayland 'wayland-protocols wayland-devel') python3-pycparser"
+ $(vopt_if wayland 'wayland-protocols wayland-devel') python3-pycparser  python3-yaml"
 makedepends="elfutils-devel expat-devel libXdamage-devel
  libXxf86vm-devel libdrm-devel libffi-devel libva-devel
  libvdpau-devel libxshmfence-devel ncurses-devel zlib-devel
@@ -24,7 +24,7 @@ license="MIT, LGPL-2.1-or-later"
 homepage="https://www.mesa3d.org/"
 changelog="https://docs.mesa3d.org/relnotes.html"
 distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
-checksum=02761ffd965dd64b95421ebfca1191d73724aba00f30034009237564f34cf976
+checksum=c02bb72cea290f78b11895a0c95c7c92394f180d7ff66d4a762ec6950a58addf
 
 build_options="wayland"
 build_options_default="wayland"
@@ -111,7 +111,6 @@ fi
 
 if [ "$_have_arm" ]; then
 	_have_vulkan=yes
-	_gallium_drivers+=",kmsro"
 	_gallium_drivers+=",v3d,vc4,freedreno,etnaviv,lima,panfrost"
 	_vulkan_drivers+=",broadcom,freedreno"
 	subpackages+=" mesa-vulkan-broadcom mesa-vulkan-freedreno"

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

* Re: mesa: update to 24.2.0
  2024-08-16 19:50 [PR PATCH] mesa: update to 24.2.0 SpidFightFR
                   ` (4 preceding siblings ...)
  2024-08-17  8:13 ` [PR PATCH] [Updated] " SpidFightFR
@ 2024-08-17  8:55 ` SpidFightFR
  2024-08-29 19:28 ` [PR PATCH] [Updated] " SpidFightFR
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: SpidFightFR @ 2024-08-17  8:55 UTC (permalink / raw)
  To: ml

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

New comment by SpidFightFR on void-packages repository

https://github.com/void-linux/void-packages/pull/51881#issuecomment-2294799106

Comment:
Wow it... Worked? It failed with crosscompiling on aarch64-musl on my side, with an obscure error...

A great surprise, a good one! 😄

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

* Re: [PR PATCH] [Updated] mesa: update to 24.2.0
  2024-08-16 19:50 [PR PATCH] mesa: update to 24.2.0 SpidFightFR
                   ` (5 preceding siblings ...)
  2024-08-17  8:55 ` SpidFightFR
@ 2024-08-29 19:28 ` SpidFightFR
  2024-08-29 19:28 ` mesa: update to 24.2.1 SpidFightFR
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: SpidFightFR @ 2024-08-29 19:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SpidFightFR/void-packages update-mesa
https://github.com/void-linux/void-packages/pull/51881

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

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



#### Local build testing
- I built this PR locally for my native architecture, (x64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x64-musl



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

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

From 672e66af66c5eeebfec46126c2019ce1d4a741f5 Mon Sep 17 00:00:00 2001
From: SpidFightFR <spidfight@swisscows.email>
Date: Fri, 16 Aug 2024 21:44:16 +0200
Subject: [PATCH] mesa: update to 24.2.1

---
 .../mesa/patches/megadriver-symlinks.patch    | 25 -------------------
 srcpkgs/mesa/template                         |  7 +++---
 2 files changed, 3 insertions(+), 29 deletions(-)
 delete mode 100644 srcpkgs/mesa/patches/megadriver-symlinks.patch

diff --git a/srcpkgs/mesa/patches/megadriver-symlinks.patch b/srcpkgs/mesa/patches/megadriver-symlinks.patch
deleted file mode 100644
index c19c42719422cd..00000000000000
--- a/srcpkgs/mesa/patches/megadriver-symlinks.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-This converts megadriver installation to use symlinks so that we do
-not have to deal with skipping the strip stage for some files, as
-a result simplifying our template greatly.
-
---- a/bin/install_megadrivers.py
-+++ b/bin/install_megadrivers.py
-@@ -56,7 +56,7 @@ def main():
-         if os.path.lexists(abs_driver):
-             os.unlink(abs_driver)
-         print('installing {} to {}'.format(args.megadriver, abs_driver))
--        os.link(master, abs_driver)
-+        os.symlink(os.path.basename(master), abs_driver)
- 
-         try:
-             ret = os.getcwd()
-@@ -71,8 +71,7 @@ def main():
-         finally:
-             os.chdir(ret)
- 
--    # Remove meson-created master .so and symlinks
--    os.unlink(master)
-+    # Remove meson-created symlinks
-     name, ext = os.path.splitext(master)
-     while ext != '.so':
-         if os.path.lexists(name):
diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 9a3eb404d0ce31..af6284256afdf3 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,6 +1,6 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=24.1.5
+version=24.2.1
 revision=1
 build_style=meson
 _llvmver=18
@@ -10,7 +10,7 @@ configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
  -Dlmsensors=enabled -Dplatforms=x11$(vopt_if wayland ,wayland)
  -Dllvm=enabled -Db_lto=false -Dcpp_std=gnu++17"
 hostmakedepends="gettext flex pkg-config python3-Mako glslang llvm${_llvmver}
- $(vopt_if wayland 'wayland-protocols wayland-devel') python3-pycparser"
+ $(vopt_if wayland 'wayland-protocols wayland-devel') python3-pycparser  python3-yaml"
 makedepends="elfutils-devel expat-devel libXdamage-devel
  libXxf86vm-devel libdrm-devel libffi-devel libva-devel
  libvdpau-devel libxshmfence-devel ncurses-devel zlib-devel
@@ -24,7 +24,7 @@ license="MIT, LGPL-2.1-or-later"
 homepage="https://www.mesa3d.org/"
 changelog="https://docs.mesa3d.org/relnotes.html"
 distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
-checksum=02761ffd965dd64b95421ebfca1191d73724aba00f30034009237564f34cf976
+checksum=fc9a495f3a9af906838be89367564e10ef335e058f88965ad49ccc3e9a3b420b
 
 build_options="wayland"
 build_options_default="wayland"
@@ -111,7 +111,6 @@ fi
 
 if [ "$_have_arm" ]; then
 	_have_vulkan=yes
-	_gallium_drivers+=",kmsro"
 	_gallium_drivers+=",v3d,vc4,freedreno,etnaviv,lima,panfrost"
 	_vulkan_drivers+=",broadcom,freedreno"
 	subpackages+=" mesa-vulkan-broadcom mesa-vulkan-freedreno"

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

* Re: mesa: update to 24.2.1
  2024-08-16 19:50 [PR PATCH] mesa: update to 24.2.0 SpidFightFR
                   ` (6 preceding siblings ...)
  2024-08-29 19:28 ` [PR PATCH] [Updated] " SpidFightFR
@ 2024-08-29 19:28 ` SpidFightFR
  2024-09-06 20:03 ` [PR PATCH] [Updated] " SpidFightFR
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: SpidFightFR @ 2024-08-29 19:28 UTC (permalink / raw)
  To: ml

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

New comment by SpidFightFR on void-packages repository

https://github.com/void-linux/void-packages/pull/51881#issuecomment-2318716706

Comment:

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



#### Local build testing
- I built this PR locally for my native architecture, (x64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x64-musl

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

* Re: [PR PATCH] [Updated] mesa: update to 24.2.1
  2024-08-16 19:50 [PR PATCH] mesa: update to 24.2.0 SpidFightFR
                   ` (7 preceding siblings ...)
  2024-08-29 19:28 ` mesa: update to 24.2.1 SpidFightFR
@ 2024-09-06 20:03 ` SpidFightFR
  2024-09-07  7:41 ` biopsin
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: SpidFightFR @ 2024-09-06 20:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SpidFightFR/void-packages update-mesa
https://github.com/void-linux/void-packages/pull/51881

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

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



#### Local build testing
- I built this PR locally for my native architecture, (x64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x64-musl



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

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

From 9587f57c6958897b55dc6b3f4d90345339629132 Mon Sep 17 00:00:00 2001
From: SpidFightFR <spidfight@swisscows.email>
Date: Fri, 16 Aug 2024 21:44:16 +0200
Subject: [PATCH] mesa: update to 24.2.2

---
 .../mesa/patches/megadriver-symlinks.patch    | 25 -------------------
 srcpkgs/mesa/template                         |  7 +++---
 2 files changed, 3 insertions(+), 29 deletions(-)
 delete mode 100644 srcpkgs/mesa/patches/megadriver-symlinks.patch

diff --git a/srcpkgs/mesa/patches/megadriver-symlinks.patch b/srcpkgs/mesa/patches/megadriver-symlinks.patch
deleted file mode 100644
index c19c42719422cd..00000000000000
--- a/srcpkgs/mesa/patches/megadriver-symlinks.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-This converts megadriver installation to use symlinks so that we do
-not have to deal with skipping the strip stage for some files, as
-a result simplifying our template greatly.
-
---- a/bin/install_megadrivers.py
-+++ b/bin/install_megadrivers.py
-@@ -56,7 +56,7 @@ def main():
-         if os.path.lexists(abs_driver):
-             os.unlink(abs_driver)
-         print('installing {} to {}'.format(args.megadriver, abs_driver))
--        os.link(master, abs_driver)
-+        os.symlink(os.path.basename(master), abs_driver)
- 
-         try:
-             ret = os.getcwd()
-@@ -71,8 +71,7 @@ def main():
-         finally:
-             os.chdir(ret)
- 
--    # Remove meson-created master .so and symlinks
--    os.unlink(master)
-+    # Remove meson-created symlinks
-     name, ext = os.path.splitext(master)
-     while ext != '.so':
-         if os.path.lexists(name):
diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 9a3eb404d0ce31..423bd91e1c3531 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,6 +1,6 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=24.1.5
+version=24.2.2
 revision=1
 build_style=meson
 _llvmver=18
@@ -10,7 +10,7 @@ configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
  -Dlmsensors=enabled -Dplatforms=x11$(vopt_if wayland ,wayland)
  -Dllvm=enabled -Db_lto=false -Dcpp_std=gnu++17"
 hostmakedepends="gettext flex pkg-config python3-Mako glslang llvm${_llvmver}
- $(vopt_if wayland 'wayland-protocols wayland-devel') python3-pycparser"
+ $(vopt_if wayland 'wayland-protocols wayland-devel') python3-pycparser  python3-yaml"
 makedepends="elfutils-devel expat-devel libXdamage-devel
  libXxf86vm-devel libdrm-devel libffi-devel libva-devel
  libvdpau-devel libxshmfence-devel ncurses-devel zlib-devel
@@ -24,7 +24,7 @@ license="MIT, LGPL-2.1-or-later"
 homepage="https://www.mesa3d.org/"
 changelog="https://docs.mesa3d.org/relnotes.html"
 distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
-checksum=02761ffd965dd64b95421ebfca1191d73724aba00f30034009237564f34cf976
+checksum=fd077d3104edbe459e2b8597d2757ec065f9bd2d620b8c0b9cc88c2bf9891d02
 
 build_options="wayland"
 build_options_default="wayland"
@@ -111,7 +111,6 @@ fi
 
 if [ "$_have_arm" ]; then
 	_have_vulkan=yes
-	_gallium_drivers+=",kmsro"
 	_gallium_drivers+=",v3d,vc4,freedreno,etnaviv,lima,panfrost"
 	_vulkan_drivers+=",broadcom,freedreno"
 	subpackages+=" mesa-vulkan-broadcom mesa-vulkan-freedreno"

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

* Re: mesa: update to 24.2.1
  2024-08-16 19:50 [PR PATCH] mesa: update to 24.2.0 SpidFightFR
                   ` (8 preceding siblings ...)
  2024-09-06 20:03 ` [PR PATCH] [Updated] " SpidFightFR
@ 2024-09-07  7:41 ` biopsin
  2024-09-07  8:21 ` SpidFightFR
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: biopsin @ 2024-09-07  7:41 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/51881#issuecomment-2335106101

Comment:
Hey, what's the reason for the megadriver patch removal this time?

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

* Re: mesa: update to 24.2.1
  2024-08-16 19:50 [PR PATCH] mesa: update to 24.2.0 SpidFightFR
                   ` (9 preceding siblings ...)
  2024-09-07  7:41 ` biopsin
@ 2024-09-07  8:21 ` SpidFightFR
  2024-09-07  8:23 ` SpidFightFR
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: SpidFightFR @ 2024-09-07  8:21 UTC (permalink / raw)
  To: ml

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

New comment by SpidFightFR on void-packages repository

https://github.com/void-linux/void-packages/pull/51881#issuecomment-2335115794

Comment:
> Hey, what's the reason for the megadriver patch removal this time?

The changes in the patch were already in upstream.
The patch wasn't required anymore. since 24.2.0

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

* Re: mesa: update to 24.2.1
  2024-08-16 19:50 [PR PATCH] mesa: update to 24.2.0 SpidFightFR
                   ` (10 preceding siblings ...)
  2024-09-07  8:21 ` SpidFightFR
@ 2024-09-07  8:23 ` SpidFightFR
  2024-09-07  8:26 ` SpidFightFR
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: SpidFightFR @ 2024-09-07  8:23 UTC (permalink / raw)
  To: ml

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

New comment by SpidFightFR on void-packages repository

https://github.com/void-linux/void-packages/pull/51881#issuecomment-2335115794

Comment:
> Hey, what's the reason for the megadriver patch removal this time?

The changes in the patch were already in upstream.
The patch wasn't required anymore. since 24.2.0

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

* Re: mesa: update to 24.2.1
  2024-08-16 19:50 [PR PATCH] mesa: update to 24.2.0 SpidFightFR
                   ` (11 preceding siblings ...)
  2024-09-07  8:23 ` SpidFightFR
@ 2024-09-07  8:26 ` SpidFightFR
  2024-09-08 10:17 ` mesa: update to 24.2.2 SpidFightFR
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: SpidFightFR @ 2024-09-07  8:26 UTC (permalink / raw)
  To: ml

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

New comment by SpidFightFR on void-packages repository

https://github.com/void-linux/void-packages/pull/51881#issuecomment-2335116807

Comment:
> Hey, what's the reason for the megadriver patch removal this time?

Hey, sorry for the double answer (i had a doubt so i deleted my first answer).

The patch is upstreamed, although written in a tiny different matter

eg:
`os.symlink(os.path.basename(master), abs_driver)`
becomes:

```
basename = os.path.basename(args.megadriver)
[...]
print(f'Installing symlink pointing to {basename} to {abs_driver}')
        os.symlink(basename, abs_driver)
```

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

* Re: mesa: update to 24.2.2
  2024-08-16 19:50 [PR PATCH] mesa: update to 24.2.0 SpidFightFR
                   ` (12 preceding siblings ...)
  2024-09-07  8:26 ` SpidFightFR
@ 2024-09-08 10:17 ` SpidFightFR
  2024-09-18 18:35 ` [PR PATCH] [Updated] " SpidFightFR
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: SpidFightFR @ 2024-09-08 10:17 UTC (permalink / raw)
  To: ml

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

New comment by SpidFightFR on void-packages repository

https://github.com/void-linux/void-packages/pull/51881#issuecomment-2336628971

Comment:
@classabbyamp hey sorry for the ping, i hope you're doing well.

May i request a review for mesa, please?

I noticed a slight problem within the waterfall of void builders. I hope everything is okay in the infra...!

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

* Re: [PR PATCH] [Updated] mesa: update to 24.2.2
  2024-08-16 19:50 [PR PATCH] mesa: update to 24.2.0 SpidFightFR
                   ` (13 preceding siblings ...)
  2024-09-08 10:17 ` mesa: update to 24.2.2 SpidFightFR
@ 2024-09-18 18:35 ` SpidFightFR
  2024-09-18 18:38 ` SpidFightFR
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: SpidFightFR @ 2024-09-18 18:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SpidFightFR/void-packages update-mesa
https://github.com/void-linux/void-packages/pull/51881

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

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



#### Local build testing
- I built this PR locally for my native architecture, (x64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x64-musl



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

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

From f1b235430e80aa36b5a89d7bf78d73f3c54e90a9 Mon Sep 17 00:00:00 2001
From: SpidFightFR <spidfight@swisscows.email>
Date: Fri, 16 Aug 2024 21:44:16 +0200
Subject: [PATCH] mesa: update to 24.2.3

---
 .../mesa/patches/megadriver-symlinks.patch    | 25 -------------------
 srcpkgs/mesa/template                         |  7 +++---
 2 files changed, 3 insertions(+), 29 deletions(-)
 delete mode 100644 srcpkgs/mesa/patches/megadriver-symlinks.patch

diff --git a/srcpkgs/mesa/patches/megadriver-symlinks.patch b/srcpkgs/mesa/patches/megadriver-symlinks.patch
deleted file mode 100644
index c19c42719422cd..00000000000000
--- a/srcpkgs/mesa/patches/megadriver-symlinks.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-This converts megadriver installation to use symlinks so that we do
-not have to deal with skipping the strip stage for some files, as
-a result simplifying our template greatly.
-
---- a/bin/install_megadrivers.py
-+++ b/bin/install_megadrivers.py
-@@ -56,7 +56,7 @@ def main():
-         if os.path.lexists(abs_driver):
-             os.unlink(abs_driver)
-         print('installing {} to {}'.format(args.megadriver, abs_driver))
--        os.link(master, abs_driver)
-+        os.symlink(os.path.basename(master), abs_driver)
- 
-         try:
-             ret = os.getcwd()
-@@ -71,8 +71,7 @@ def main():
-         finally:
-             os.chdir(ret)
- 
--    # Remove meson-created master .so and symlinks
--    os.unlink(master)
-+    # Remove meson-created symlinks
-     name, ext = os.path.splitext(master)
-     while ext != '.so':
-         if os.path.lexists(name):
diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 9a3eb404d0ce31..e7fab04f92f07c 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,6 +1,6 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=24.1.5
+version=24.2.3
 revision=1
 build_style=meson
 _llvmver=18
@@ -10,7 +10,7 @@ configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
  -Dlmsensors=enabled -Dplatforms=x11$(vopt_if wayland ,wayland)
  -Dllvm=enabled -Db_lto=false -Dcpp_std=gnu++17"
 hostmakedepends="gettext flex pkg-config python3-Mako glslang llvm${_llvmver}
- $(vopt_if wayland 'wayland-protocols wayland-devel') python3-pycparser"
+ $(vopt_if wayland 'wayland-protocols wayland-devel') python3-pycparser  python3-yaml"
 makedepends="elfutils-devel expat-devel libXdamage-devel
  libXxf86vm-devel libdrm-devel libffi-devel libva-devel
  libvdpau-devel libxshmfence-devel ncurses-devel zlib-devel
@@ -24,7 +24,7 @@ license="MIT, LGPL-2.1-or-later"
 homepage="https://www.mesa3d.org/"
 changelog="https://docs.mesa3d.org/relnotes.html"
 distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
-checksum=02761ffd965dd64b95421ebfca1191d73724aba00f30034009237564f34cf976
+checksum=4ea18b1155a4544a09f7361848974768f6f73c19d88f63de2ec650be313b2d0c
 
 build_options="wayland"
 build_options_default="wayland"
@@ -111,7 +111,6 @@ fi
 
 if [ "$_have_arm" ]; then
 	_have_vulkan=yes
-	_gallium_drivers+=",kmsro"
 	_gallium_drivers+=",v3d,vc4,freedreno,etnaviv,lima,panfrost"
 	_vulkan_drivers+=",broadcom,freedreno"
 	subpackages+=" mesa-vulkan-broadcom mesa-vulkan-freedreno"

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

* Re: mesa: update to 24.2.2
  2024-08-16 19:50 [PR PATCH] mesa: update to 24.2.0 SpidFightFR
                   ` (14 preceding siblings ...)
  2024-09-18 18:35 ` [PR PATCH] [Updated] " SpidFightFR
@ 2024-09-18 18:38 ` SpidFightFR
  2024-09-18 18:47 ` mesa: update to 24.2.3 SpidFightFR
  2024-09-29  3:01 ` [PR PATCH] [Merged]: " classabbyamp
  17 siblings, 0 replies; 19+ messages in thread
From: SpidFightFR @ 2024-09-18 18:38 UTC (permalink / raw)
  To: ml

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

New comment by SpidFightFR on void-packages repository

https://github.com/void-linux/void-packages/pull/51881#issuecomment-2359161232

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



#### Local build testing
- I built this PR locally for my native architecture, (x64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x64-musl

Please, may we have a review for mesa 24.2.3? We are 1 major version behind upstream and missing many performance patches...

There was no news on this front for quite some time, do i need to do something in particular that i missed ?
Please ping me if so i'd gladly help.

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

* Re: mesa: update to 24.2.3
  2024-08-16 19:50 [PR PATCH] mesa: update to 24.2.0 SpidFightFR
                   ` (15 preceding siblings ...)
  2024-09-18 18:38 ` SpidFightFR
@ 2024-09-18 18:47 ` SpidFightFR
  2024-09-29  3:01 ` [PR PATCH] [Merged]: " classabbyamp
  17 siblings, 0 replies; 19+ messages in thread
From: SpidFightFR @ 2024-09-18 18:47 UTC (permalink / raw)
  To: ml

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

New comment by SpidFightFR on void-packages repository

https://github.com/void-linux/void-packages/pull/51881#issuecomment-2359161232

Comment:
#### Testing the changes
- I tested the changes in this PR: ~~briefly~~ **YES** (EDIT: on bare metal)



#### Local build testing
- I built this PR locally for my native architecture, (x64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x64-musl

Please, may we have a review for mesa 24.2.3? We are 1 major version behind upstream and missing many performance patches...

There was no news on this front for quite some time, do i need to do something in particular that i missed ?
Please ping me if so i'd gladly help.

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

* Re: [PR PATCH] [Merged]: mesa: update to 24.2.3
  2024-08-16 19:50 [PR PATCH] mesa: update to 24.2.0 SpidFightFR
                   ` (16 preceding siblings ...)
  2024-09-18 18:47 ` mesa: update to 24.2.3 SpidFightFR
@ 2024-09-29  3:01 ` classabbyamp
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2024-09-29  3:01 UTC (permalink / raw)
  To: ml

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

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

mesa: update to 24.2.3
https://github.com/void-linux/void-packages/pull/51881

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

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



#### Local build testing
- I built this PR locally for my native architecture, (x64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x64-musl



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

end of thread, other threads:[~2024-09-29  3:01 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-16 19:50 [PR PATCH] mesa: update to 24.2.0 SpidFightFR
2024-08-16 19:51 ` SpidFightFR
2024-08-16 19:51 ` SpidFightFR
2024-08-17  4:40 ` classabbyamp
2024-08-17  7:58 ` SpidFightFR
2024-08-17  8:13 ` [PR PATCH] [Updated] " SpidFightFR
2024-08-17  8:55 ` SpidFightFR
2024-08-29 19:28 ` [PR PATCH] [Updated] " SpidFightFR
2024-08-29 19:28 ` mesa: update to 24.2.1 SpidFightFR
2024-09-06 20:03 ` [PR PATCH] [Updated] " SpidFightFR
2024-09-07  7:41 ` biopsin
2024-09-07  8:21 ` SpidFightFR
2024-09-07  8:23 ` SpidFightFR
2024-09-07  8:26 ` SpidFightFR
2024-09-08 10:17 ` mesa: update to 24.2.2 SpidFightFR
2024-09-18 18:35 ` [PR PATCH] [Updated] " SpidFightFR
2024-09-18 18:38 ` SpidFightFR
2024-09-18 18:47 ` mesa: update to 24.2.3 SpidFightFR
2024-09-29  3:01 ` [PR PATCH] [Merged]: " classabbyamp

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