pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mesa: update to 25.2.5.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sat Oct 18 11:01:08 2025 +0200
Changeset: 98966ddc4c1ebf204dbf7b13e789eebfa6821e95
Modified Files:
mesa/Makefile
mesa/PLIST
mesa/distinfo
mesa/options.mk
Log Message:
mesa: update to 25.2.5.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=98966ddc4c1ebf204dbf7b13e789eebfa6821e95
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mesa/Makefile | 5 +++--
mesa/PLIST | 3 ++-
mesa/distinfo | 6 +++---
mesa/options.mk | 1 +
4 files changed, 9 insertions(+), 6 deletions(-)
diffs:
diff --git a/mesa/Makefile b/mesa/Makefile
index f791c90ca4..9aad2beec3 100644
--- a/mesa/Makefile
+++ b/mesa/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: $
-DISTNAME= mesa-25.2.2
+DISTNAME= mesa-25.2.5
CATEGORIES= graphics
MASTER_SITES= https://mesa.freedesktop.org/archive/
MASTER_SITES+= https://mesa3d.org/archive/
@@ -39,7 +39,7 @@ PLIST_SUBST+= MACHINE_ARCH=${MACHINE_ARCH}
PLIST_VARS+= i830 i915 i965 r100 r200 nouveau_dri
# Gallium drivers
-PLIST_VARS+= r300 svga nouveau iris
+PLIST_VARS+= r300 svga nouveau
# other features
PLIST_VARS+= arm kms vaapi
@@ -164,6 +164,7 @@ PKGCONFIG_OVERRIDE+= output/meson-private/dri.pc
PKGCONFIG_OVERRIDE+= output/meson-private/gbm.pc
PKGCONFIG_OVERRIDE+= output/meson-private/egl.pc
PKGCONFIG_OVERRIDE+= output/meson-private/gl.pc
+PKGCONFIG_OVERRIDE+= output/meson-private/glx.pc
post-install:
${MV} ${DESTDIR}${PREFIX}/share/drirc.d/00-mesa-defaults.conf ${DESTDIR}${EGDIR}
diff --git a/mesa/PLIST b/mesa/PLIST
index 1abd739996..95e62300a1 100644
--- a/mesa/PLIST
+++ b/mesa/PLIST
@@ -52,9 +52,9 @@ ${PLIST.arm}lib/dri/mediatek_dri.so
${PLIST.arm}lib/dri/meson_dri.so
${PLIST.arm}lib/dri/mi0283qt_dri.so
${PLIST.arm}lib/dri/mxsfb-drm_dri.so
-${PLIST.arm}lib/dri/panel-mipi-dbi_dri.so
${PLIST.nouveau}lib/dri/nouveau_dri.so
${PLIST.nouveau}${PLIST.vaapi}lib/dri/nouveau_drv_video.so
+${PLIST.arm}lib/dri/panel-mipi-dbi_dri.so
${PLIST.arm}lib/dri/panfrost_dri.so
${PLIST.arm}lib/dri/panthor_dri.so
${PLIST.arm}lib/dri/pl111_dri.so
@@ -111,6 +111,7 @@ ${PLIST.kms}lib/pkgconfig/gbm.pc
${PLIST.glx}lib/pkgconfig/gl.pc
lib/pkgconfig/glesv1_cm.pc
lib/pkgconfig/glesv2.pc
+${PLIST.glx}lib/pkgconfig/glx.pc
${PLIST.nouveau}${PLIST.vdpau}lib/vdpau/libvdpau_nouveau.so
${PLIST.nouveau}${PLIST.vdpau}lib/vdpau/libvdpau_nouveau.so.1
${PLIST.nouveau}${PLIST.vdpau}lib/vdpau/libvdpau_nouveau.so.1.0
diff --git a/mesa/distinfo b/mesa/distinfo
index 60c35b2a71..ef20444514 100644
--- a/mesa/distinfo
+++ b/mesa/distinfo
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.166 2023/07/18 19:33:31 ryoon Exp $
-BLAKE2s (mesa-25.2.2.tar.xz) = 0c7af3def093de66a91a0eaa55298602f84fab7f31cc47e73358fe05d6b3e776
-SHA512 (mesa-25.2.2.tar.xz) = 69cd7ed33d0856e227a0219a9d09e5eb2fad28162276b5971bff4f7102cf58b0d914131ad6543562cba230ce6fb9b2076d3b156b1b8c375e74722a143aee5379
-Size (mesa-25.2.2.tar.xz) = 43626716 bytes
+BLAKE2s (mesa-25.2.5.tar.xz) = 4b7f99cca6bf016054595e2b84c2ab59e094c4317452b88273df09277af7573a
+SHA512 (mesa-25.2.5.tar.xz) = 29e61b5ecb467a706e3279c0e79ddd8d55109c08f7856d35c4042f518a70622fb19cdd208a82317654e0396835cb3117b756a96d9a0693bfa33730a50bbbd1d0
+Size (mesa-25.2.5.tar.xz) = 43723176 bytes
SHA1 (patch-src_egl_drivers_dri2_platform__drm.c) = c982acaf2246858a06a52f548b6103800c0d7c45
SHA1 (patch-src_gallium_auxiliary_pipe-loader_pipe__loader__drm.c) = c6958cf29da9154c673f8c64790ac2bb46ed74bd
SHA1 (patch-src_gallium_drivers_r600_sfn_sfn__valuefactory.cpp) = 14a0bc9f0cb7d0f4bc7ba8de49cf162af4e27ddf
diff --git a/mesa/options.mk b/mesa/options.mk
index 36fe274929..d3bec526cd 100644
--- a/mesa/options.mk
+++ b/mesa/options.mk
@@ -64,6 +64,7 @@ PLIST_VARS+= vdpau
BUILDLINK_TRANSFORM+= rm:-DUSE_ELF_TLS
.endif
+PLIST_VARS+= iris
#
# LLVM support
#
Home |
Main Index |
Thread Index |
Old Index