diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2022-06-21 23:37:43 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-21 23:39:31 +0100 |
commit | 590184b6a23f2f3ce67e799f47922541ab4a8074 (patch) | |
tree | 7fbcf620551d5b37c8414f9b6861ff222f2924ba | |
parent | media-gfx/gimp: 2.10.32, fix gegl version dependency (diff) | |
download | gentoo-590184b6a23f2f3ce67e799f47922541ab4a8074.tar.gz gentoo-590184b6a23f2f3ce67e799f47922541ab4a8074.tar.bz2 gentoo-590184b6a23f2f3ce67e799f47922541ab4a8074.zip |
media-gfx/gimp: 2.10.32, add USE=jpegxl for missed new feature
Gimp-2.10.32 now support import of jpegxl files like Gimp-2.99.x branch.
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | media-gfx/gimp/gimp-2.10.32.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-gfx/gimp/gimp-2.10.32.ebuild b/media-gfx/gimp/gimp-2.10.32.ebuild index 7e51444ae192..77afe045ad17 100644 --- a/media-gfx/gimp/gimp-2.10.32.ebuild +++ b/media-gfx/gimp/gimp-2.10.32.ebuild @@ -14,7 +14,7 @@ LICENSE="GPL-3 LGPL-3" SLOT="0/2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~x86" -IUSE="aalib alsa aqua debug doc gnome heif jpeg2k mng openexr postscript udev unwind vector-icons webp wmf xpm cpu_flags_ppc_altivec cpu_flags_x86_mmx cpu_flags_x86_sse" +IUSE="aalib alsa aqua debug doc gnome heif jpeg2k jpegxl mng openexr postscript udev unwind vector-icons webp wmf xpm cpu_flags_ppc_altivec cpu_flags_x86_mmx cpu_flags_x86_sse" RESTRICT="!test? ( test )" @@ -51,6 +51,7 @@ COMMON_DEPEND=" aqua? ( >=x11-libs/gtk-mac-integration-2.0.0 ) heif? ( >=media-libs/libheif-1.9.1:= ) jpeg2k? ( >=media-libs/openjpeg-2.1.0:2= ) + jpegxl? ( >=media-libs/libjxl-0.6.1:= ) mng? ( media-libs/libmng:= ) openexr? ( >=media-libs/openexr-1.6.1:= ) postscript? ( app-text/ghostscript-gpl ) @@ -140,6 +141,7 @@ src_configure() { $(use_with !aqua x) $(use_with heif libheif) $(use_with jpeg2k jpeg2000) + $(use_with jpegxl) $(use_with mng libmng) $(use_with openexr) $(use_with postscript gs) |