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 965C31584AD for ; Thu, 08 May 2025 06:17:01 +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 82EF034302F for ; Thu, 08 May 2025 06:17:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 82726110278; Thu, 08 May 2025 06:17:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 778DD110278 for ; Thu, 08 May 2025 06:17:00 +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 2CAC034302F for ; Thu, 08 May 2025 06:17:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95D2310D4 for ; Thu, 08 May 2025 06:16:58 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1746684898.5ed7b40ab3945faef4b637360e17f632ff66eb3b.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ffmpeg/ffmpeg-9999.ebuild X-VCS-Directories: media-video/ffmpeg/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 5ed7b40ab3945faef4b637360e17f632ff66eb3b X-VCS-Branch: master Date: Thu, 08 May 2025 06:16:58 +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: 2feac9a1-4d1d-49f1-aa59-6372b0104642 X-Archives-Hash: 883df4be95681c4523e9966235220fc0 commit: 5ed7b40ab3945faef4b637360e17f632ff66eb3b Author: Ionen Wolkens gentoo org> AuthorDate: Thu May 8 06:03:36 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu May 8 06:14:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed7b40a media-video/ffmpeg: update live (libpostproc removed) May need to be packaged separately instead, but will not do this now given the status is unclear at the moment. https://github.com/michaelni/libpostproc Signed-off-by: Ionen Wolkens gentoo.org> media-video/ffmpeg/ffmpeg-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index f34e7f3903ca..33bcf63d6de3 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -94,7 +94,6 @@ FFMPEG_IUSE_MAP=( openmpt:libopenmpt openssl:openssl,!gnutls@v3ifgpl # still LGPL2.1+ if USE=-gpl opus:libopus - +postproc # exposed as a USE for clarity with the GPL requirement pulseaudio:libpulse qrcode:libqrencode qsv:libvpl @@ -164,8 +163,8 @@ REQUIRED_USE=" npp? ( nvenc ) shaderc? ( vulkan ) libaribb24? ( gpl ) cdio? ( gpl ) dvd? ( gpl ) frei0r? ( gpl ) - postproc? ( gpl ) rubberband? ( gpl ) samba? ( gpl ) - vidstab? ( gpl ) x264? ( gpl ) x265? ( gpl ) xvid? ( gpl ) + rubberband? ( gpl ) samba? ( gpl ) vidstab? ( gpl ) x264? ( gpl ) + x265? ( gpl ) xvid? ( gpl ) ${FFMPEG_UNSLOTTED:+chromium? ( opus )} ${FFMPEG_SOC_PATCH:+soc? ( drm )} "