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 811DB1584AD for ; Sun, 27 Apr 2025 01:00:11 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6C4DC34300E for ; Sun, 27 Apr 2025 01:00:11 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E229F1104B8; Sun, 27 Apr 2025 01:00:07 +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 bobolink.gentoo.org (Postfix) with ESMTPS id D7FDC1104B8 for ; Sun, 27 Apr 2025 01:00:07 +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 6B31134300B for ; Sun, 27 Apr 2025 01:00:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D3ED1C6E for ; Sun, 27 Apr 2025 01:00:05 +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: <1745715564.407300acedcbae8fc9b678a700f3a9f2120bb36e.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg-compat/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ffmpeg-compat/ffmpeg-compat-6.1.2.ebuild X-VCS-Directories: media-video/ffmpeg-compat/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 407300acedcbae8fc9b678a700f3a9f2120bb36e X-VCS-Branch: master Date: Sun, 27 Apr 2025 01:00:05 +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: d191dcf8-edb5-4f04-a0d5-71d238eeb246 X-Archives-Hash: daaf46a1acf96b35c2191ee6ffca48d6 commit: 407300acedcbae8fc9b678a700f3a9f2120bb36e Author: Ionen Wolkens gentoo org> AuthorDate: Sun Apr 27 00:58:11 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Apr 27 00:59:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=407300ac media-video/ffmpeg-compat: sync with ffmpeg Signed-off-by: Ionen Wolkens gentoo.org> media-video/ffmpeg-compat/ffmpeg-compat-6.1.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-video/ffmpeg-compat/ffmpeg-compat-6.1.2.ebuild b/media-video/ffmpeg-compat/ffmpeg-compat-6.1.2.ebuild index cbcdab0ce4c4..cd2a164ad955 100644 --- a/media-video/ffmpeg-compat/ffmpeg-compat-6.1.2.ebuild +++ b/media-video/ffmpeg-compat/ffmpeg-compat-6.1.2.ebuild @@ -211,16 +211,16 @@ COMMON_DEPEND=" ) jack? ( virtual/jack[${MULTILIB_USEDEP}] ) jpeg2k? ( media-libs/openjpeg:2=[${MULTILIB_USEDEP}] ) - jpegxl? ( media-libs/libjxl:=[$MULTILIB_USEDEP] ) + jpegxl? ( media-libs/libjxl:=[${MULTILIB_USEDEP}] ) kvazaar? ( media-libs/kvazaar:=[${MULTILIB_USEDEP}] ) lame? ( media-sound/lame[${MULTILIB_USEDEP}] ) - lcms? ( media-libs/lcms:2[$MULTILIB_USEDEP] ) + lcms? ( media-libs/lcms:2[${MULTILIB_USEDEP}] ) libaom? ( media-libs/libaom:=[${MULTILIB_USEDEP}] ) libaribb24? ( media-libs/aribb24[${MULTILIB_USEDEP}] ) libass? ( media-libs/libass:=[${MULTILIB_USEDEP}] ) libcaca? ( media-libs/libcaca[${MULTILIB_USEDEP}] ) libilbc? ( media-libs/libilbc:=[${MULTILIB_USEDEP}] ) - libplacebo? ( media-libs/libplacebo:=[vulkan,$MULTILIB_USEDEP] ) + libplacebo? ( media-libs/libplacebo:=[vulkan,${MULTILIB_USEDEP}] ) librtmp? ( media-video/rtmpdump[${MULTILIB_USEDEP}] ) libsoxr? ( media-libs/soxr[${MULTILIB_USEDEP}] ) libtesseract? ( app-text/tesseract:=[${MULTILIB_USEDEP}] )