diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-08-28 11:19:57 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-08-28 11:22:11 +0300 |
commit | 854d33a2eec23ae9604a92f7bcc322ec1fcaffb7 (patch) | |
tree | 7cba16809e458c0c2eb1b1101bbdaba63f995121 /media-gfx/maim | |
parent | media-gfx/maim: add version 5.7.4 (diff) | |
download | gentoo-854d33a2eec23ae9604a92f7bcc322ec1fcaffb7.tar.gz gentoo-854d33a2eec23ae9604a92f7bcc322ec1fcaffb7.tar.bz2 gentoo-854d33a2eec23ae9604a92f7bcc322ec1fcaffb7.zip |
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 <juippis@gentoo.org>
Diffstat (limited to 'media-gfx/maim')
-rw-r--r-- | media-gfx/maim/maim-5.7.4.ebuild | 11 |
1 files 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 |