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 A03E51582EF for ; Tue, 11 Mar 2025 09:04:46 +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 8B5F334314E for ; Tue, 11 Mar 2025 09:04:46 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9A82011047C; Tue, 11 Mar 2025 09:04:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 bobolink.gentoo.org (Postfix) with ESMTPS id 92475110475 for ; Tue, 11 Mar 2025 09:04:10 +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 38AE7343123 for ; Tue, 11 Mar 2025 09:04:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 150331743 for ; Tue, 11 Mar 2025 09:04:07 +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: <1741683802.62a48a002d732684f9f32460ebcc44aecedc861f.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ttcut/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ttcut/ttcut-0.19.6_p2-r1.ebuild media-video/ttcut/ttcut-0.19.6_p2.ebuild X-VCS-Directories: media-video/ttcut/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 62a48a002d732684f9f32460ebcc44aecedc861f X-VCS-Branch: master Date: Tue, 11 Mar 2025 09:04:07 +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: 59036993-b69a-4855-bb4f-eb922bbe50fe X-Archives-Hash: 3faa1f201ceafda38068dc4c69c1032e commit: 62a48a002d732684f9f32460ebcc44aecedc861f Author: Ionen Wolkens gentoo org> AuthorDate: Mon Mar 10 06:14:44 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Mar 11 09:03:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a48a00 media-video/ttcut: update ffmpeg usedeps Note binding operator being missing is correct, this uses the `ffmpeg` tool as far as I can tell. Signed-off-by: Ionen Wolkens gentoo.org> .../ttcut/{ttcut-0.19.6_p2.ebuild => ttcut-0.19.6_p2-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/ttcut/ttcut-0.19.6_p2.ebuild b/media-video/ttcut/ttcut-0.19.6_p2-r1.ebuild similarity index 91% rename from media-video/ttcut/ttcut-0.19.6_p2.ebuild rename to media-video/ttcut/ttcut-0.19.6_p2-r1.ebuild index 0e90d7f9bd09..314d4107b8e5 100644 --- a/media-video/ttcut/ttcut-0.19.6_p2.ebuild +++ b/media-video/ttcut/ttcut-0.19.6_p2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,7 +28,7 @@ RDEPEND=" ${DEPEND} media-video/mjpegtools media-video/mplayer - >=media-video/ffmpeg-1.0.8[encode] + media-video/ffmpeg[encode(+)] " src_prepare() {