mesa: update to 25.1.6
authorDaniel Golle <[email protected]>
Mon, 21 Jul 2025 02:02:30 +0000 (03:02 +0100)
committerDaniel Golle <[email protected]>
Mon, 21 Jul 2025 16:04:52 +0000 (17:04 +0100)
See https://docs.mesa3d.org/relnotes/25.1.6.html

Signed-off-by: Daniel Golle <[email protected]>
libs/mesa/Makefile
libs/mesa/patches/100-use-llvm-subproject-vars.patch
libs/mesa/patches/200-panfrost-precomp.patch

index 635f3d96c03b1b51e3bf4e920c13072790e2cdd5..095c1d4e12b6ae7187df308426778be683b2fa2a 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mesa
-PKG_VERSION:=25.1.5
+PKG_VERSION:=25.1.6
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://archive.mesa3d.org/
-PKG_HASH:=3c4f6b10ff6ee950d0ec6ea733cc6e6d34c569454e3d39a9b276de9115a3b363
+PKG_HASH:=9f2b69eb39d2d8717d30a9868fdda3e0c0d3708ba32778bbac8ddb044538ce84
 
 PKG_MAINTAINER:=Daniel Golle <[email protected]>
 PKG_LICENSE:=BSD-3-Clause
index 188e03bc45575cd8a8739918f835f84495ef7bfb..cdff7e1934b739648aab025b1541b4e3849a2421 100644 (file)
@@ -1,6 +1,6 @@
 --- a/meson.build
 +++ b/meson.build
-@@ -1771,21 +1771,26 @@ _llvm = get_option('llvm')
+@@ -1785,21 +1785,26 @@ _llvm = get_option('llvm')
  dep_llvm = null_dep
  with_llvm = false
  if _llvm.allowed()
@@ -42,7 +42,7 @@
  endif
  if with_llvm
    pre_args += '-DMESA_LLVM_VERSION_STRING="@0@"'.format(dep_llvm.version())
-@@ -1884,7 +1889,11 @@ endif
+@@ -1898,7 +1903,11 @@ endif
  
  dep_clang = null_dep
  if with_clc or with_gallium_clover
index cf9e813f6498dd770e09555ce90274a1aac29e8b..3054a970387bcadddfeba72e41bb8348eca86022 100644 (file)
@@ -1,6 +1,6 @@
 --- a/src/meson.build
 +++ b/src/meson.build
-@@ -87,7 +87,7 @@ endif
+@@ -91,7 +91,7 @@ endif
  if with_imagination_vk
    subdir('imagination')
  endif