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 274051582EF for ; Tue, 11 Mar 2025 09:04:37 +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 0C09234316E for ; Tue, 11 Mar 2025 09:04:37 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7FB3C110473; 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 761B0110473 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 2DB413430C8 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 A2BDB28E8 for ; Tue, 11 Mar 2025 09:04:06 +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: <1741683801.c7a45ccf5e9e7db4f425da2263f00c7178c4a4bd.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/dvdstyler/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/dvdstyler/dvdstyler-3.2.1-r1.ebuild media-video/dvdstyler/dvdstyler-3.2.1-r2.ebuild X-VCS-Directories: media-video/dvdstyler/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: c7a45ccf5e9e7db4f425da2263f00c7178c4a4bd X-VCS-Branch: master Date: Tue, 11 Mar 2025 09:04:06 +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: d84c911b-8cb5-417d-8930-53a4f06fe902 X-Archives-Hash: 58acc279b4338669a8bfa30ead32b6d1 commit: c7a45ccf5e9e7db4f425da2263f00c7178c4a4bd Author: Ionen Wolkens gentoo org> AuthorDate: Mon Mar 10 06:19:23 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Mar 11 09:03:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a45ccf media-video/dvdstyler: update ffmpeg usedeps Signed-off-by: Ionen Wolkens gentoo.org> .../{dvdstyler-3.2.1-r1.ebuild => dvdstyler-3.2.1-r2.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-video/dvdstyler/dvdstyler-3.2.1-r1.ebuild b/media-video/dvdstyler/dvdstyler-3.2.1-r2.ebuild similarity index 94% rename from media-video/dvdstyler/dvdstyler-3.2.1-r1.ebuild rename to media-video/dvdstyler/dvdstyler-3.2.1-r2.ebuild index 9da92a439bf5..825c9de9e393 100644 --- a/media-video/dvdstyler/dvdstyler-3.2.1-r1.ebuild +++ b/media-video/dvdstyler/dvdstyler-3.2.1-r2.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 @@ -22,11 +22,11 @@ DEPEND=" app-cdr/cdrtools >=app-cdr/dvd+rw-tools-7.1 media-libs/libexif:= + media-libs/libjpeg-turbo:= >=media-libs/wxsvg-1.5.23:= >=media-video/dvdauthor-0.7.1 - >=media-video/ffmpeg-2.6:0=[encode] + media-video/ffmpeg:=[encode(+)] >=media-video/xine-ui-0.99.7 - virtual/jpeg:0 x11-libs/wxGTK:${WX_GTK_VER}=[gstreamer,X] sys-apps/dbus udev? ( >=virtual/libudev-215:= )