commit: 62a48a002d732684f9f32460ebcc44aecedc861f
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 10 06:14:44 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> 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 <ionen <AT> 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() {