From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A5F91382C5 for ; Sun, 24 Jan 2021 02:56:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D334E09AD; Sun, 24 Jan 2021 02:56:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18D1EE09AD for ; Sun, 24 Jan 2021 02:56:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC6E8340F9A for ; Sun, 24 Jan 2021 02:56:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43CE73A6 for ; Sun, 24 Jan 2021 02:56:21 +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: <1611456967.0acbdc31a1c7bbf1c6194f6cef1266634366d8b4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mediainfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mediainfo/mediainfo-20.09.ebuild X-VCS-Directories: media-video/mediainfo/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0acbdc31a1c7bbf1c6194f6cef1266634366d8b4 X-VCS-Branch: master Date: Sun, 24 Jan 2021 02:56:21 +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: 15e10d91-58f9-4056-b659-9edd810735e7 X-Archives-Hash: b43c4d97abb21757475441d3fc871678 commit: 0acbdc31a1c7bbf1c6194f6cef1266634366d8b4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 24 02:56:07 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 24 02:56:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0acbdc31 media-video/mediainfo: Use BDEPEND, grep-friendlier DEPEND, sort it Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/mediainfo/mediainfo-20.09.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/media-video/mediainfo/mediainfo-20.09.ebuild b/media-video/mediainfo/mediainfo-20.09.ebuild index a79f1f18270..be6db587456 100644 --- a/media-video/mediainfo/mediainfo-20.09.ebuild +++ b/media-video/mediainfo/mediainfo-20.09.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -WX_GTK_VER="3.0" +WX_GTK_VER="3.0" inherit xdg-utils autotools wxwidgets DESCRIPTION="MediaInfo supplies technical and tag information about media files" @@ -15,12 +15,13 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="curl mms wxwidgets" -RDEPEND="sys-libs/zlib +RDEPEND=" + ~media-libs/libmediainfo-${PV}[curl=,mms=] >=media-libs/libzen-0.4.37 - ~media-libs/lib${P}[curl=,mms=] + sys-libs/zlib wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" S=${WORKDIR}/MediaInfo