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 08EC9158B20 for ; Mon, 03 Feb 2025 17:13:12 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DAEC6343062 for ; Mon, 03 Feb 2025 17:13:11 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 029D1110471; Mon, 03 Feb 2025 17:13:07 +0000 (UTC) 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 bobolink.gentoo.org (Postfix) with ESMTPS id EDD8F110471 for ; Mon, 03 Feb 2025 17:13:06 +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 9E51534300E for ; Mon, 03 Feb 2025 17:13:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D43252626 for ; Mon, 03 Feb 2025 17:13:04 +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: <1738602778.bb817f378ce3ca84c2682570a1e821f1239f0f68.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-24.3.4-r1.ebuild media-libs/mesa/mesa-24.3.4.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: bb817f378ce3ca84c2682570a1e821f1239f0f68 X-VCS-Branch: master Date: Mon, 03 Feb 2025 17:13:04 +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: c80f1480-adb0-4c00-8d90-5988c7c10f73 X-Archives-Hash: 33b77894b5d2cd113d69b640b8be57cb commit: bb817f378ce3ca84c2682570a1e821f1239f0f68 Author: Matt Turner gentoo org> AuthorDate: Mon Feb 3 17:08:59 2025 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Feb 3 17:12:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb817f37 media-libs/mesa: Backport fixes from -9999 Closes: https://bugs.gentoo.org/948591 Closes: https://bugs.gentoo.org/949118 Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/{mesa-24.3.4.ebuild => mesa-24.3.4-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-libs/mesa/mesa-24.3.4.ebuild b/media-libs/mesa/mesa-24.3.4-r1.ebuild similarity index 98% rename from media-libs/mesa/mesa-24.3.4.ebuild rename to media-libs/mesa/mesa-24.3.4-r1.ebuild index 0aae9a9fc728..bc763fa76a54 100644 --- a/media-libs/mesa/mesa-24.3.4.ebuild +++ b/media-libs/mesa/mesa-24.3.4-r1.ebuild @@ -35,7 +35,7 @@ else SRC_URI=" https://archive.mesa3d.org/${MY_P}.tar.xz " - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~x64-solaris" fi # This should be {CARGO_CRATE_URIS//.crate/.tar.gz} to correspond to the wrap files, @@ -92,6 +92,7 @@ REQUIRED_USE=" LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.121" RDEPEND=" >=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] + >=dev-util/spirv-tools-1.3.231.0[${MULTILIB_USEDEP}] >=media-libs/libglvnd-1.3.2[X?,${MULTILIB_USEDEP}] >=sys-libs/zlib-1.2.9[${MULTILIB_USEDEP}] unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) @@ -115,7 +116,6 @@ RDEPEND=" opencl? ( >=virtual/opencl-3 llvm-core/libclc[spirv(-)] - >=dev-util/spirv-tools-1.3.231.0 virtual/libelf:0= ) vaapi? ( @@ -444,6 +444,7 @@ multilib_src_configure() { emesonargs+=( $(meson_use test build-tests) -Dshared-glapi=enabled + -Dlegacy-x11=dri2 -Dexpat=enabled $(meson_use opengl) $(meson_feature opengl gbm)