Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mesa: update to 24.0.3.
@ 2024-03-15 13:32 Calandracas606
  2024-04-16  2:14 ` [PR PATCH] [Updated] " Calandracas606
  2024-04-16  4:02 ` [PR PATCH] [Merged]: mesa: update to 24.0.5 classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: Calandracas606 @ 2024-03-15 13:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Calandracas606/void-packages mesa24.0.3
https://github.com/void-linux/void-packages/pull/49303

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

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

<!--
#### 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, x86-64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (cross)
  - armv7l (cross)
  - armv6l-musl (cross)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mesa24.0.3-49303.patch --]
[-- Type: text/x-diff, Size: 1109 bytes --]

From 0fd920cee372ad931d00098aef19d1926ba6d43b Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Fri, 15 Mar 2024 08:54:42 -0400
Subject: [PATCH] mesa: update to 24.0.3.

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

diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index cd25b7aaf837b6..8f48895fd2ba1c 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,7 +1,7 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=24.0.2
-revision=2
+version=24.0.3
+revision=1
 build_style=meson
 _llvmver=17
 #Disable LTO flag should be present, see https://gitlab.freedesktop.org/mesa/mesa/-/issues/6911
@@ -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=94e28a8edad06d8ed2b83eb53f253b9eb5aa62c3080f939702e1b3039b56c9e8
+checksum=77aec9a2a37b7d3596ea1640b3cc53d0b5d9b3b52abed89de07e3717e91bfdbe
 
 build_options="wayland"
 build_options_default="wayland"

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

* Re: [PR PATCH] [Updated] mesa: update to 24.0.3.
  2024-03-15 13:32 [PR PATCH] mesa: update to 24.0.3 Calandracas606
@ 2024-04-16  2:14 ` Calandracas606
  2024-04-16  4:02 ` [PR PATCH] [Merged]: mesa: update to 24.0.5 classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: Calandracas606 @ 2024-04-16  2:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Calandracas606/void-packages mesa24.0.3
https://github.com/void-linux/void-packages/pull/49303

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

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

<!--
#### 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, x86-64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (cross)
  - armv7l (cross)
  - armv6l-musl (cross)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mesa24.0.3-49303.patch --]
[-- Type: text/x-diff, Size: 2222 bytes --]

From 528fd323cb05ad8f3dd8662165617e34ce5a37e9 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Fri, 15 Mar 2024 08:54:42 -0400
Subject: [PATCH] mesa: update to 24.0.5.

---
 .../fix_crash_radeon_bo_can_reclaim_slab.patch      | 13 -------------
 srcpkgs/mesa/template                               |  6 +++---
 2 files changed, 3 insertions(+), 16 deletions(-)
 delete mode 100644 srcpkgs/mesa/patches/fix_crash_radeon_bo_can_reclaim_slab.patch

diff --git a/srcpkgs/mesa/patches/fix_crash_radeon_bo_can_reclaim_slab.patch b/srcpkgs/mesa/patches/fix_crash_radeon_bo_can_reclaim_slab.patch
deleted file mode 100644
index 34bb2d835a548d..00000000000000
--- a/srcpkgs/mesa/patches/fix_crash_radeon_bo_can_reclaim_slab.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/gallium/winsys/radeon/drm/radeon_drm_bo.c b/src/gallium/winsys/radeon/drm/radeon_drm_bo.c
-index 2e1d9c4..7979cad 100644
---- a/src/gallium/winsys/radeon/drm/radeon_drm_bo.c
-+++ b/src/gallium/winsys/radeon/drm/radeon_drm_bo.c
-@@ -729,7 +729,7 @@ bool radeon_bo_can_reclaim_slab(void *priv, struct pb_slab_entry *entry)
- {
-    struct radeon_bo *bo = container_of(entry, struct radeon_bo, u.slab.entry);
- 
--   return radeon_bo_can_reclaim(NULL, &bo->base);
-+   return radeon_bo_can_reclaim(priv, &bo->base);
- }
- 
- static void radeon_bo_slab_destroy(void *winsys, struct pb_buffer_lean *_buf)
diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index cd25b7aaf837b6..aec17d420a904e 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,7 +1,7 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=24.0.2
-revision=2
+version=24.0.5
+revision=1
 build_style=meson
 _llvmver=17
 #Disable LTO flag should be present, see https://gitlab.freedesktop.org/mesa/mesa/-/issues/6911
@@ -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=94e28a8edad06d8ed2b83eb53f253b9eb5aa62c3080f939702e1b3039b56c9e8
+checksum=38cc245ca8faa3c69da6d2687f8906377001f63365348a62cc6f7fafb1e8c018
 
 build_options="wayland"
 build_options_default="wayland"

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

* Re: [PR PATCH] [Merged]: mesa: update to 24.0.5.
  2024-03-15 13:32 [PR PATCH] mesa: update to 24.0.3 Calandracas606
  2024-04-16  2:14 ` [PR PATCH] [Updated] " Calandracas606
@ 2024-04-16  4:02 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-04-16  4:02 UTC (permalink / raw)
  To: ml

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

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

mesa: update to 24.0.5.
https://github.com/void-linux/void-packages/pull/49303

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

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

<!--
#### 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, x86-64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (cross)
  - armv7l (cross)
  - armv6l-musl (cross)



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

end of thread, other threads:[~2024-04-16  4:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-15 13:32 [PR PATCH] mesa: update to 24.0.3 Calandracas606
2024-04-16  2:14 ` [PR PATCH] [Updated] " Calandracas606
2024-04-16  4:02 ` [PR PATCH] [Merged]: mesa: update to 24.0.5 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).