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 A45DE1582EF for ; Tue, 11 Mar 2025 09:04:52 +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 58337343111 for ; Tue, 11 Mar 2025 09:04:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A37DA110479; Tue, 11 Mar 2025 09:04:10 +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 98B41110479 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 4359634313D 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 2941128D4 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.c2c3630036ffeed8519ab2b05cc7e905ad373e62.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vidcutter/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vidcutter/vidcutter-6.0.5.1_p20230201-r1.ebuild media-video/vidcutter/vidcutter-6.0.5.1_p20230201.ebuild media-video/vidcutter/vidcutter-9999.ebuild X-VCS-Directories: media-video/vidcutter/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: c2c3630036ffeed8519ab2b05cc7e905ad373e62 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: f9bce0c5-e0cb-4272-a4fd-658f28f24eb8 X-Archives-Hash: fc0aeb0dd5935af9e5768f37a96669a9 commit: c2c3630036ffeed8519ab2b05cc7e905ad373e62 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Mar 10 06:14:21 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=c2c36300 media-video/vidcutter: update ffmpeg usedeps (not testing this, so not going to add the missing python3.12) Signed-off-by: Ionen Wolkens gentoo.org> ...6.0.5.1_p20230201.ebuild => vidcutter-6.0.5.1_p20230201-r1.ebuild} | 4 ++-- media-video/vidcutter/vidcutter-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-video/vidcutter/vidcutter-6.0.5.1_p20230201.ebuild b/media-video/vidcutter/vidcutter-6.0.5.1_p20230201-r1.ebuild similarity index 93% rename from media-video/vidcutter/vidcutter-6.0.5.1_p20230201.ebuild rename to media-video/vidcutter/vidcutter-6.0.5.1_p20230201-r1.ebuild index ff216aac4416..270e602e93e5 100644 --- a/media-video/vidcutter/vidcutter-6.0.5.1_p20230201.ebuild +++ b/media-video/vidcutter/vidcutter-6.0.5.1_p20230201-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 @@ -30,7 +30,7 @@ DEPEND=" RDEPEND="${DEPEND} >=dev-python/pyqt5-5.7[dbus,multimedia,widgets,${PYTHON_USEDEP}] dev-python/pyopengl[${PYTHON_USEDEP}] - media-video/ffmpeg[X,encode] + media-video/ffmpeg[X,encode(+)] media-video/mediainfo" BDEPEND=" ${PYTHON_DEPS} diff --git a/media-video/vidcutter/vidcutter-9999.ebuild b/media-video/vidcutter/vidcutter-9999.ebuild index a0315410bdd6..1336186ef154 100644 --- a/media-video/vidcutter/vidcutter-9999.ebuild +++ b/media-video/vidcutter/vidcutter-9999.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 @@ -29,7 +29,7 @@ DEPEND=" RDEPEND="${DEPEND} >=dev-python/pyqt5-5.7[dbus,multimedia,widgets,${PYTHON_USEDEP}] dev-python/pyopengl[${PYTHON_USEDEP}] - media-video/ffmpeg[X,encode] + media-video/ffmpeg[X,encode(+)] media-video/mediainfo" BDEPEND=" ${PYTHON_DEPS}