Github messages for voidlinux
 help / color / mirror / Atom feed
From: SpidFightFR <SpidFightFR@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] mesa: update to 24.2.0
Date: Fri, 16 Aug 2024 21:50:24 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-51881@inbox.vuxu.org> (raw)

[-- 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"

             reply	other threads:[~2024-08-16 19:50 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-16 19:50 SpidFightFR [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-51881@inbox.vuxu.org \
    --to=spidfightfr@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).