From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F182B15806E for ; Tue, 23 May 2023 02:52:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D132FE098A; Tue, 23 May 2023 02:52:36 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 58930E098E for ; Tue, 23 May 2023 02:52:36 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E1E6335D4F for ; Tue, 23 May 2023 02:52:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BF81A8A for ; Tue, 23 May 2023 02:52:31 +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: <1684810318.4170add960d76fc9a9e34968278c58ac5160062f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ffmpeg/metadata.xml X-VCS-Directories: media-video/ffmpeg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4170add960d76fc9a9e34968278c58ac5160062f X-VCS-Branch: master Date: Tue, 23 May 2023 02:52:31 +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: b7ae25e6-d273-4609-bbfc-f8b196a24d04 X-Archives-Hash: ed1b8a6c8a9c5cb5f1242bb7a8a4cc01 commit: 4170add960d76fc9a9e34968278c58ac5160062f Author: Sam James gentoo org> AuthorDate: Tue May 23 02:44:53 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 23 02:51:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4170add9 media-video/ffmpeg: defer to new global USE=vulkan description Signed-off-by: Sam James gentoo.org> media-video/ffmpeg/metadata.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/media-video/ffmpeg/metadata.xml b/media-video/ffmpeg/metadata.xml index 54cb9b3546d3..88482e70770c 100644 --- a/media-video/ffmpeg/metadata.xml +++ b/media-video/ffmpeg/metadata.xml @@ -72,7 +72,6 @@ Enables video stabilization filter using vid.stab library (media-libs/vidstab). Enables Netflix's perceptual video quality assessment filter using the library (media-libs/libvmaf). Enables VP8 and VP9 codec support using libvpx: Decoding does not require this to be enabled but libvpx can also be used for decoding; encoding requires this useflag to be enabled though. - Enables support for the vulkan API for GPU offload. Enables HEVC encoding with media-libs/x265. Enables net-libs/zeromq support with the zmq/azmq filters. Enables media-libs/zimg based scale filter.