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 DF52D1581FD for ; Thu, 11 Sep 2025 22:29: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 C9394341B22 for ; Thu, 11 Sep 2025 22:29:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0D2ED110574; Thu, 11 Sep 2025 22:29:38 +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 00D1F110574 for ; Thu, 11 Sep 2025 22:29:37 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2E533415DA for ; Thu, 11 Sep 2025 22:29:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A38993995 for ; Thu, 11 Sep 2025 22:29:34 +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: <1757629758.a5c33ac932135becd07d4dbf683d0ae18ae7c12a.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: a5c33ac932135becd07d4dbf683d0ae18ae7c12a X-VCS-Branch: master Date: Thu, 11 Sep 2025 22:29:34 +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: a297bd08-a9ae-42b0-a83e-017b85ef3be8 X-Archives-Hash: a3cba79150503b218f58cf5045e1b804 commit: a5c33ac932135becd07d4dbf683d0ae18ae7c12a Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 11 22:17:25 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 11 22:29:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c33ac9 media-video/vlc: --disable-postproc Bug: https://bugs.gentoo.org/961436 Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/vlc/vlc-3.0.9999.ebuild | 4 ++-- media-video/vlc/vlc-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index 9c4d2701ef71..baa2ad2ecdf4 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -103,7 +103,7 @@ RDEPEND=" ) faad? ( media-libs/faad2 ) fdk? ( media-libs/fdk-aac:= ) - ffmpeg? ( >=media-video/ffmpeg-3.1.3:=[postproc(-),vaapi?,vdpau?] ) + ffmpeg? ( >=media-video/ffmpeg-3.1.3:=[vaapi?,vdpau?] ) flac? ( media-libs/flac:= media-libs/libogg @@ -282,6 +282,7 @@ src_configure() { --disable-aa --disable-amf-frc # DirectX specific --disable-optimizations + --disable-postproc # bug 961436 --disable-rpath --disable-update-check --enable-fast-install @@ -323,7 +324,6 @@ src_configure() { $(use_enable fdk fdkaac) $(use_enable ffmpeg avcodec) $(use_enable ffmpeg avformat) - $(use_enable ffmpeg postproc) $(use_enable ffmpeg swscale) $(use_enable flac) $(use_enable fluidsynth) diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index a83bdc8329dd..fc4e22c19137 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -104,7 +104,7 @@ RDEPEND=" ) faad? ( media-libs/faad2 ) fdk? ( media-libs/fdk-aac:= ) - ffmpeg? ( >=media-video/ffmpeg-3.1.3:=[postproc(-),vaapi?,vdpau?] ) + ffmpeg? ( >=media-video/ffmpeg-3.1.3:=[vaapi?,vdpau?] ) flac? ( media-libs/flac:= media-libs/libogg @@ -281,6 +281,7 @@ src_configure() { local myeconfargs=( --disable-amf-frc # DirectX specific --disable-optimizations + --disable-postproc # bug 961436 --disable-rpath --disable-update-check --enable-fast-install @@ -322,7 +323,6 @@ src_configure() { $(use_enable fdk fdkaac) $(use_enable ffmpeg avcodec) $(use_enable ffmpeg avformat) - $(use_enable ffmpeg postproc) $(use_enable ffmpeg swscale) $(use_enable flac) $(use_enable fluidsynth)