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 C894C158287 for ; Sat, 17 May 2025 14:58:35 +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 AEEB33431F3 for ; Sat, 17 May 2025 14:58:35 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 46ACB1104A5; Sat, 17 May 2025 14:58:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 414BB1104A5 for ; Sat, 17 May 2025 14:58:18 +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 EBB313431DF for ; Sat, 17 May 2025 14:58:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4C322834 for ; Sat, 17 May 2025 14:58:15 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1747493845.0ff6a25f63f3791cfcca44ed1aa2133fecc20e36.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mediainfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mediainfo/mediainfo-23.10-r1.ebuild media-video/mediainfo/mediainfo-23.10.ebuild media-video/mediainfo/mediainfo-24.11-r1.ebuild media-video/mediainfo/mediainfo-24.11.ebuild X-VCS-Directories: media-video/mediainfo/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0ff6a25f63f3791cfcca44ed1aa2133fecc20e36 X-VCS-Branch: master Date: Sat, 17 May 2025 14:58:15 +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: 39c0eba0-d8f4-46f6-be96-76df14ae8910 X-Archives-Hash: ab9108fe70215351a3850174cbe86b91 commit: 0ff6a25f63f3791cfcca44ed1aa2133fecc20e36 Author: David Seifert gentoo org> AuthorDate: Sat May 17 14:57:25 2025 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 17 14:57:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff6a25f media-video/mediainfo: slot op on x11-libs/wxGTK Signed-off-by: David Seifert gentoo.org> .../mediainfo/{mediainfo-24.11.ebuild => mediainfo-23.10-r1.ebuild} | 2 +- .../mediainfo/{mediainfo-23.10.ebuild => mediainfo-24.11-r1.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-video/mediainfo/mediainfo-24.11.ebuild b/media-video/mediainfo/mediainfo-23.10-r1.ebuild similarity index 97% rename from media-video/mediainfo/mediainfo-24.11.ebuild rename to media-video/mediainfo/mediainfo-23.10-r1.ebuild index 13237732a310..c48ddeedb84e 100644 --- a/media-video/mediainfo/mediainfo-24.11.ebuild +++ b/media-video/mediainfo/mediainfo-23.10-r1.ebuild @@ -26,7 +26,7 @@ RDEPEND=" ~media-libs/libmediainfo-${PV}[curl=,mms=] >=media-libs/libzen-0.4.41 sys-libs/zlib - wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] ) + wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}=[X] ) " DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" diff --git a/media-video/mediainfo/mediainfo-23.10.ebuild b/media-video/mediainfo/mediainfo-24.11-r1.ebuild similarity index 95% rename from media-video/mediainfo/mediainfo-23.10.ebuild rename to media-video/mediainfo/mediainfo-24.11-r1.ebuild index 7f6a18286f07..c48ddeedb84e 100644 --- a/media-video/mediainfo/mediainfo-23.10.ebuild +++ b/media-video/mediainfo/mediainfo-24.11-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 @@ -26,7 +26,7 @@ RDEPEND=" ~media-libs/libmediainfo-${PV}[curl=,mms=] >=media-libs/libzen-0.4.41 sys-libs/zlib - wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] ) + wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}=[X] ) " DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig"