pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/mesa: vdpau option is removed in 25.3.0 and regenerate distinfo for new patch



Module Name:	pkgsrc-wip
Committed By:	Ryo ONODERA <ryoon%NetBSD.org@localhost>
Pushed By:	ryoon
Date:		Thu Sep 3 21:18:46 2026 +0900
Changeset:	7775d1d53dfcf7698afcba0c5b369934da1ed5b3

Modified Files:
	mesa/PLIST
	mesa/distinfo
	mesa/options.mk

Log Message:
wip/mesa: vdpau option is removed in 25.3.0 and regenerate distinfo for new patch

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7775d1d53dfcf7698afcba0c5b369934da1ed5b3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mesa/PLIST      | 16 ----------------
 mesa/distinfo   |  1 +
 mesa/options.mk |  1 -
 3 files changed, 1 insertion(+), 17 deletions(-)

diffs:
diff --git a/mesa/PLIST b/mesa/PLIST
index 95e62300a1..d1ac548bbb 100644
--- a/mesa/PLIST
+++ b/mesa/PLIST
@@ -112,22 +112,6 @@ ${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
-${PLIST.nouveau}${PLIST.vdpau}lib/vdpau/libvdpau_nouveau.so.1.0.0
-${PLIST.r300}${PLIST.vdpau}lib/vdpau/libvdpau_r300.so
-${PLIST.r300}${PLIST.vdpau}lib/vdpau/libvdpau_r300.so.1
-${PLIST.r300}${PLIST.vdpau}lib/vdpau/libvdpau_r300.so.1.0
-${PLIST.r300}${PLIST.vdpau}lib/vdpau/libvdpau_r300.so.1.0.0
-${PLIST.r600}${PLIST.vdpau}lib/vdpau/libvdpau_r600.so
-${PLIST.r600}${PLIST.vdpau}lib/vdpau/libvdpau_r600.so.1
-${PLIST.r600}${PLIST.vdpau}lib/vdpau/libvdpau_r600.so.1.0
-${PLIST.r600}${PLIST.vdpau}lib/vdpau/libvdpau_r600.so.1.0.0
-${PLIST.radeonsi}${PLIST.vdpau}lib/vdpau/libvdpau_radeonsi.so
-${PLIST.radeonsi}${PLIST.vdpau}lib/vdpau/libvdpau_radeonsi.so.1
-${PLIST.radeonsi}${PLIST.vdpau}lib/vdpau/libvdpau_radeonsi.so.1.0
-${PLIST.radeonsi}${PLIST.vdpau}lib/vdpau/libvdpau_radeonsi.so.1.0.0
 ${PLIST.vulkan}share/drirc.d/00-radv-defaults.conf
 share/examples/mesa/00-mesa-defaults.conf
 ${PLIST.vulkan}${PLIST.arm}share/vulkan/icd.d/broadcom_icd.${MACHINE_ARCH}.json
diff --git a/mesa/distinfo b/mesa/distinfo
index 51a766d474..4a142b4d82 100644
--- a/mesa/distinfo
+++ b/mesa/distinfo
@@ -5,6 +5,7 @@ SHA512 (mesa-25.3.6.tar.xz) = 73620003e1e67c6b5ad076afb19e0b250214cfb6ed830166fb
 Size (mesa-25.3.6.tar.xz) = 43485532 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_auxiliary_vl_vl__csc.c) = 4a67a1ca8ffc10171ccd60123d4222970e5b7a6e
 SHA1 (patch-src_gallium_drivers_r600_sfn_sfn__valuefactory.cpp) = 14a0bc9f0cb7d0f4bc7ba8de49cf162af4e27ddf
 SHA1 (patch-src_glx_glxclient.h) = 4812c1b17bfff6cb43192790aa5cfee5c6c3149d
 SHA1 (patch-src_glx_glxcurrent.c) = be95c084b834275ca65a38f446487c68889e1ab5
diff --git a/mesa/options.mk b/mesa/options.mk
index 4259a9558a..f1e1d4a9cf 100644
--- a/mesa/options.mk
+++ b/mesa/options.mk
@@ -129,7 +129,6 @@ MESON_ARGS+=		-Dglx=dri
 .  include "../../x11/xorgproto/buildlink3.mk"
 .else
 MESON_ARGS+=		-Dglx=disabled
-MESON_ARGS+=		-Dgallium-vdpau=disabled
 .endif
 
 #


Home | Main Index | Thread Index | Old Index