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 CF8931581C1 for ; Sun, 7 Jul 2024 00:36:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DB3D2BC0CC; Sun, 7 Jul 2024 00:36:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED4E32BC0CC for ; Sun, 7 Jul 2024 00:36:06 +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 3029A335C36 for ; Sun, 7 Jul 2024 00:36:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C134A1BD7 for ; Sun, 7 Jul 2024 00:36:04 +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: <1720312520.8f2becbfb7c1a190ab0bd96e3c637806eff6fa58.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: 8f2becbfb7c1a190ab0bd96e3c637806eff6fa58 X-VCS-Branch: master Date: Sun, 7 Jul 2024 00:36:04 +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: c4e4567b-afe8-4ce2-85e8-31a120e4fea4 X-Archives-Hash: 01f395201f7e1bdd1594898bd0acf93e commit: 8f2becbfb7c1a190ab0bd96e3c637806eff6fa58 Author: Sam James gentoo org> AuthorDate: Sun Jul 7 00:35:20 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 7 00:35:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f2becbf media-video/ffmpeg: fix media-sound/liblc3 category in metadata.xml Signed-off-by: Sam James gentoo.org> media-video/ffmpeg/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/ffmpeg/metadata.xml b/media-video/ffmpeg/metadata.xml index 04f6fce5cbf7..09dba7627ec5 100644 --- a/media-video/ffmpeg/metadata.xml +++ b/media-video/ffmpeg/metadata.xml @@ -50,7 +50,7 @@ Uses media-libs/libdvdnav to enable DVD demuxing Uses media-libs/libdvdread to enable DVD demuxing Enables iLBC de/encoding via media-libs/libilbc. - Enables LC3 de/encoding via media-libs/liblc3. + Enables LC3 de/encoding via media-sound/liblc3. Adds flexible GPU-accelerated processing filter based on media-libs/libplacebo. Enables Real Time Messaging Protocol using librtmp (media-video/rtmpdump) in addition to FFmpeg's native implementation. Enables audio resampling through media-libs/soxr.