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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B7037158094 for ; Sun, 28 Aug 2022 08:22:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06419E0886; Sun, 28 Aug 2022 08:22:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 pigeon.gentoo.org (Postfix) with ESMTPS id E4F19E088C for ; Sun, 28 Aug 2022 08:22:23 +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 230EF341245 for ; Sun, 28 Aug 2022 08:22:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 788035BF for ; Sun, 28 Aug 2022 08:22:20 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1661674931.854d33a2eec23ae9604a92f7bcc322ec1fcaffb7.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/maim/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/maim/maim-5.7.4.ebuild X-VCS-Directories: media-gfx/maim/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 854d33a2eec23ae9604a92f7bcc322ec1fcaffb7 X-VCS-Branch: master Date: Sun, 28 Aug 2022 08:22:20 +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: 47370743-7cf2-482f-bff8-a60d92a4fdeb X-Archives-Hash: d4df88145b91d4a6f3967acd84a83aa9 commit: 854d33a2eec23ae9604a92f7bcc322ec1fcaffb7 Author: Joonas Niilola gentoo org> AuthorDate: Sun Aug 28 08:19:57 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Aug 28 08:22:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=854d33a2 media-gfx/maim: ebuild enhancements to 5.7.4 - add missing dependencies, - update copyright header, - update EAPI, - update licenses. Closes: https://bugs.gentoo.org/729624 Signed-off-by: Joonas Niilola gentoo.org> media-gfx/maim/maim-5.7.4.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/media-gfx/maim/maim-5.7.4.ebuild b/media-gfx/maim/maim-5.7.4.ebuild index ffedcb2e1110..c97126c54b14 100644 --- a/media-gfx/maim/maim-5.7.4.ebuild +++ b/media-gfx/maim/maim-5.7.4.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake @@ -16,14 +16,15 @@ else KEYWORDS="~amd64 ~x86" fi -LICENSE="GPL-3" +LICENSE="GPL-3+ MIT" SLOT="0" IUSE="icu" DEPEND=" - media-libs/libglvnd - media-libs/libjpeg-turbo + media-libs/libjpeg-turbo:= media-libs/libpng:0= + media-libs/libwebp:= + virtual/opengl x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXext