mesa 25.0.7

This commit is contained in:
Anders Rytter Hansen 2025-06-05 17:45:13 +02:00
commit 19b421152c
7 changed files with 316 additions and 2 deletions

View file

@ -69,7 +69,7 @@
Name: mesa
Summary: Mesa graphics libraries
%global ver 25.0.4
%global ver 25.0.7
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
Release: 10.clang.skylake%{?dist}
License: MIT AND BSD-3-Clause AND SGI-B-2.0
@ -95,12 +95,24 @@ Patch23: 0003-vulkan-wsi-implement-support-for-VK_EXT_hdr_metadata.patch
Patch24: 0004-vulkan-wsi-handle-the-compositor-not-supporting-exte.patch
Patch25: 0001-meson-update-wayland-protocols-source_hash.patch
Patch26: 0001-docs-features-add-VK_EXT_hdr_metadata.patch
# Additional fixups for color management:
# https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33804
Patch27: 0001-vulkan-wsi-dont-use-srgb-if-the-compositor.patch
# https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34000
Patch28: 0001-vulkan-wsi-validate-hdr-metadata.patch
Patch29: 0002-vulkan-wsi-warn-once-when-hdr-metadata-is-skipped.patch
# https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34353
Patch30: 0001-vulkan-wsi-wayland-initialize-surface-colorspace.patch
# https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34410
Patch31: 0001-vulkan-wsi-wayland-avoid-duplicate-colorspace-entry.patch
# https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34708
Patch32: 0001-vulkan-wsi-wayland-make-needs_color_surface_old_check_if.patch
# This patch makes Fedora CI fail and causes issues in QEMU. Revert it until
# we find a fix.
# https://bugzilla.redhat.com/show_bug.cgi?id=2360851
# https://gitlab.freedesktop.org/mesa/mesa/-/issues/13009
Patch30: 0001-Revert-kopper-Explicitly-choose-zink.patch
Patch40: 0001-Revert-kopper-Explicitly-choose-zink.patch
BuildRequires: meson >= 1.3.0
BuildRequires: gcc