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 CE00C1584F2 for ; Sun, 16 Mar 2025 02:42:32 +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 B0284343383 for ; Sun, 16 Mar 2025 02:42:32 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9E8371102B7; Sun, 16 Mar 2025 02:42:31 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 951371102B7 for ; Sun, 16 Mar 2025 02:42:31 +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 3DA33343381 for ; Sun, 16 Mar 2025 02:42:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B8C311A8 for ; Sun, 16 Mar 2025 02:42:29 +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: <1742092877.0ac0d6c8cc5bbc696c76c6322b93817ac78c2d60.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-7.1.1.ebuild 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: 0ac0d6c8cc5bbc696c76c6322b93817ac78c2d60 X-VCS-Branch: master Date: Sun, 16 Mar 2025 02:42:29 +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: 6a753088-36f6-42f9-9b88-532e77b3acab X-Archives-Hash: d62d181377bc9968912182d86d8fe16f commit: 0ac0d6c8cc5bbc696c76c6322b93817ac78c2d60 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Mar 16 02:35:02 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Mar 16 02:41:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac0d6c8 media-video/ffmpeg: update libtorch comment Signed-off-by: Ionen Wolkens gentoo.org> media-video/ffmpeg/ffmpeg-7.1.1.ebuild | 2 +- media-video/ffmpeg/ffmpeg-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/ffmpeg/ffmpeg-7.1.1.ebuild b/media-video/ffmpeg/ffmpeg-7.1.1.ebuild index 78c6328aae0c..59a43fef4eb7 100644 --- a/media-video/ffmpeg/ffmpeg-7.1.1.ebuild +++ b/media-video/ffmpeg/ffmpeg-7.1.1.ebuild @@ -481,7 +481,7 @@ multilib_src_configure() { --disable-libopencv # leaving for later due to circular opencv[ffmpeg] --disable-librist # librist itself needs attention first (bug #822012) --disable-libtensorflow # causes headaches, and is gone - --disable-libtorch # has not been looked at yet (bug #936127) + --disable-libtorch # support may need special attention (bug #936127) --disable-mbedtls # messy with slots, tests underlinking issues --disable-mmal # prefer USE=soc --disable-omx # unsupported (bug #653386) diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index a2db69e97ad0..7976606ece31 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -475,7 +475,7 @@ multilib_src_configure() { --disable-libopencv # leaving for later due to circular opencv[ffmpeg] --disable-librist # librist itself needs attention first (bug #822012) --disable-libtensorflow # causes headaches, and is gone - --disable-libtorch # has not been looked at yet (bug #936127) + --disable-libtorch # support may need special attention (bug #936127) --disable-mbedtls # messy with slots, tests underlinking issues --disable-mmal # prefer USE=soc --disable-omx # unsupported (bug #653386)