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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A74131582EF for ; Mon, 24 Feb 2025 21:19:25 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 723EC34319F for ; Mon, 24 Feb 2025 21:19:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6C6451102F2; Mon, 24 Feb 2025 21:19:24 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 642BC1102F2 for ; Mon, 24 Feb 2025 21:19:24 +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 17E8D34319F for ; Mon, 24 Feb 2025 21:19:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74AEC267D for ; Mon, 24 Feb 2025 21:19:22 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1740431936.0ffbd9835a61a06269c191918e0c3a33ec02ec70.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0ffbd9835a61a06269c191918e0c3a33ec02ec70 X-VCS-Branch: master Date: Mon, 24 Feb 2025 21:19:22 +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: b089867a-2598-475b-9477-c5102aae7400 X-Archives-Hash: 4fb430d2d6ea282f367439670b2468b1 commit: 0ffbd9835a61a06269c191918e0c3a33ec02ec70 Author: Paul Zander gmail com> AuthorDate: Mon Feb 24 20:54:39 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 24 21:18:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffbd983 sci-libs/opencascade: Mask ffmpeg use-flag as it's 4.x only Only builds with ffmpeg-4.x, upstream has no timeline to fix it. Fringe usage only to play audio. Which most consumers (freecad, vtk) don't do. Mask so the unsuspecting user with ffmpeg in global USE isn't restricted to ancient ffmpeg. Bug: https://bugs.gentoo.org/834422 Bug: https://bugs.gentoo.org/950241 See-Also: https://tracker.dev.opencascade.org/view.php?id=32871 Signed-off-by: Paul Zander gmail.com> Closes: https://github.com/gentoo/gentoo/pull/40739 Signed-off-by: Sam James gentoo.org> profiles/base/package.use.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 1fccc2f21258..d4a0180e877d 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,14 @@ # New entries go on top. +# Paul Zander (2025-02-24) +# Only builds with ffmpeg-4.x, upstream has no timeline to fix it. +# https://tracker.dev.opencascade.org/view.php?id=32871 +# Fringe usage only to play audio. Which most consumers (freecad, vtk) +# don't do. Mask so the unsuspecting user with ffmpeg in global USE isn't +# restricted to ancient ffmpeg. +sci-libs/opencascade ffmpeg + # Sam James (2025-02-21) # Mask for older GTK to phase in enabling Vulkan for users (and avoid a surprise # for stable users, as Vulkan is enabled by default on desktop profiles).