From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15AA41581FD for ; Thu, 11 Sep 2025 03:37:48 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0021A341051 for ; Thu, 11 Sep 2025 03:37:47 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id F3A5C110377; Thu, 11 Sep 2025 03:37:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E91BB110377 for ; Thu, 11 Sep 2025 03:37:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2198341051 for ; Thu, 11 Sep 2025 03:37:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BB19272F for ; Thu, 11 Sep 2025 03:37:45 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1757561840.4e2266e3af2d1a0e9aa8ff0239bf46c7a2138c75.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4e2266e3af2d1a0e9aa8ff0239bf46c7a2138c75 X-VCS-Branch: master Date: Thu, 11 Sep 2025 03:37:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d0bf0d24-9e5c-4a2b-afa4-7b3f1b80d363 X-Archives-Hash: 197f5010e297f6d857896a9dfe1011a6 commit: 4e2266e3af2d1a0e9aa8ff0239bf46c7a2138c75 Author: Matt Turner gentoo org> AuthorDate: Wed Sep 10 18:42:12 2025 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Sep 11 03:37:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e2266e3 media-libs/mesa: Drop IUSE=vdpau Removed in upstream commit 4b54277d2e9 ("Remove VDPAU"). Closes: https://bugs.gentoo.org/962714 Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-9999.ebuild | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 04d4be889463..44580b1f889c 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -64,7 +64,7 @@ done IUSE="${IUSE_VIDEO_CARDS} cpu_flags_x86_sse2 debug +llvm lm-sensors opencl +opengl +proprietary-codecs - sysprof test unwind vaapi valgrind vdpau vulkan + sysprof test unwind vaapi valgrind vulkan wayland +X +zstd" RESTRICT="!test? ( test )" REQUIRED_USE=" @@ -74,7 +74,6 @@ REQUIRED_USE=" video_cards_r300? ( x86? ( llvm ) amd64? ( llvm ) ) video_cards_zink? ( vulkan opengl ) video_cards_nvk? ( vulkan video_cards_nouveau ) - vdpau? ( X ) " LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.121" @@ -109,7 +108,6 @@ RDEPEND=" vaapi? ( >=media-libs/libva-1.7.3:=[${MULTILIB_USEDEP}] ) - vdpau? ( >=x11-libs/libvdpau-1.5:=[${MULTILIB_USEDEP}] ) video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] ) video_cards_zink? ( media-libs/vulkan-loader:=[${MULTILIB_USEDEP}] ) vulkan? ( virtual/libudev:= ) @@ -232,16 +230,6 @@ pkg_pretend() { fi fi - if use vdpau; then - if ! use video_cards_d3d12 && - ! use video_cards_nouveau && - ! use video_cards_r600 && - ! use video_cards_radeonsi && - ! use video_cards_virgl; then - ewarn "Ignoring USE=vdpau since VIDEO_CARDS does not contain d3d12, nouveau, r600, radeonsi, or virgl" - fi - fi - if ! use llvm; then use opencl && ewarn "Ignoring USE=opencl since USE does not contain llvm" fi @@ -314,16 +302,6 @@ multilib_src_configure() { emesonargs+=($(meson_feature vaapi gallium-d3d12-video)) fi - if use video_cards_d3d12 || - use video_cards_nouveau || - use video_cards_r600 || - use video_cards_radeonsi || - use video_cards_virgl; then - emesonargs+=($(meson_feature vdpau gallium-vdpau)) - else - emesonargs+=(-Dgallium-vdpau=disabled) - fi - gallium_enable !llvm softpipe gallium_enable llvm llvmpipe gallium_enable video_cards_asahi asahi