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 888FF1582EF for ; Wed, 12 Feb 2025 22:43:14 +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 70A1734315D for ; Wed, 12 Feb 2025 22:43:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 65FDC11042D; Wed, 12 Feb 2025 22:43:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5B4C411042D for ; Wed, 12 Feb 2025 22:43:13 +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 0B2C834309B for ; Wed, 12 Feb 2025 22:43:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F476AF2 for ; Wed, 12 Feb 2025 22:43:11 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1739400043.1d59d4fbb57082bca00623aca31fe0799c156708.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vlc/vlc-3.0.9999.ebuild media-video/vlc/vlc-9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1d59d4fbb57082bca00623aca31fe0799c156708 X-VCS-Branch: master Date: Wed, 12 Feb 2025 22:43:11 +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: 8972a74c-03cd-4186-9564-e3044f82e5b6 X-Archives-Hash: a4a2d32c0c1a1e7b7f00e392ada5a66d commit: 1d59d4fbb57082bca00623aca31fe0799c156708 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 12 22:14:07 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 12 22:40:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d59d4fb media-video/vlc: Disable amf-frc Appears to be DirectX specific at least for now. See also: https://code.videolan.org/videolan/vlc/-/merge_requests/6095 https://code.videolan.org/videolan/vlc/-/merge_requests/6112 https://github.com/gentoo/gentoo/pull/40509 Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/vlc/vlc-3.0.9999.ebuild | 3 ++- media-video/vlc/vlc-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index c3e406c30347..a0dac70525e4 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2000-2024 Gentoo Authors +# Copyright 2000-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -286,6 +286,7 @@ src_configure() { local myeconfargs=( --disable-aa + --disable-amf-frc # DirectX specific --disable-optimizations --disable-rpath --disable-update-check diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 105ed766410a..8e46924d0698 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2000-2024 Gentoo Authors +# Copyright 2000-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -289,6 +289,7 @@ src_configure() { local -x BUILDCC="$(tc-getBUILD_CC)" local myeconfargs=( + --disable-amf-frc # DirectX specific --disable-optimizations --disable-rpath --disable-update-check