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 D11C41584AD for ; Thu, 08 May 2025 21:42:09 +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 BC1C23430FF for ; Thu, 08 May 2025 21:42:09 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EA3D9110497; Thu, 08 May 2025 21:41:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E10C111047E for ; Thu, 08 May 2025 21:41:56 +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 9A6E83430D0 for ; Thu, 08 May 2025 21:41:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0D35284E for ; Thu, 08 May 2025 21:41:53 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1746740479.53cb69ce0af2f718c9b09812af62d6a4018f67ce.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mlt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mlt/mlt-7.30.0-r1.ebuild media-libs/mlt/mlt-7.30.0.ebuild X-VCS-Directories: media-libs/mlt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 53cb69ce0af2f718c9b09812af62d6a4018f67ce X-VCS-Branch: master Date: Thu, 08 May 2025 21:41:53 +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: e19f5646-8b1f-47c6-9068-fcf34bb619ed X-Archives-Hash: 7860a8084b570e847ced585a4529c0c2 commit: 53cb69ce0af2f718c9b09812af62d6a4018f67ce Author: Alfred Wingate protonmail com> AuthorDate: Sat May 3 15:56:23 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 8 21:41:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53cb69ce media-libs/mlt: add dev-libs/libxml2 subslot op for incoming ABI break Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/mlt/{mlt-7.30.0.ebuild => mlt-7.30.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/mlt/mlt-7.30.0.ebuild b/media-libs/mlt/mlt-7.30.0-r1.ebuild similarity index 98% rename from media-libs/mlt/mlt-7.30.0.ebuild rename to media-libs/mlt/mlt-7.30.0-r1.ebuild index 86f192d7c40b..9badf1b06b7a 100644 --- a/media-libs/mlt/mlt-7.30.0.ebuild +++ b/media-libs/mlt/mlt-7.30.0-r1.ebuild @@ -33,7 +33,7 @@ DEPEND=" x11-libs/pango ) jack? ( - >=dev-libs/libxml2-2.5 + >=dev-libs/libxml2-2.5:= media-libs/ladspa-sdk virtual/jack ) @@ -68,7 +68,7 @@ DEPEND=" ) vidstab? ( media-libs/vidstab ) xine? ( >=media-libs/xine-lib-1.1.2_pre20060328-r7 ) - xml? ( >=dev-libs/libxml2-2.5 ) + xml? ( >=dev-libs/libxml2-2.5:= ) " # java? ( >=virtual/jre-1.8:* ) # perl? ( dev-lang/perl )