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

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