commit: af933cd2593644887a0dc19ba3b00283056cf6b2 Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru> AuthorDate: Tue Jun 11 21:20:04 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Jul 13 08:03:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af933cd2
media-gfx/gimp: 2.99.18-r1 bump; Add USE="fits", disable "ilbm" Closes: https://bugs.gentoo.org/934007 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/37124 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-gfx/gimp/{gimp-2.99.18.ebuild => gimp-2.99.18-r1.ebuild} | 5 ++++- media-gfx/gimp/metadata.xml | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/media-gfx/gimp/gimp-2.99.18.ebuild b/media-gfx/gimp/gimp-2.99.18-r1.ebuild similarity index 96% rename from media-gfx/gimp/gimp-2.99.18.ebuild rename to media-gfx/gimp/gimp-2.99.18-r1.ebuild index 48f5c21117db..a206f158550c 100644 --- a/media-gfx/gimp/gimp-2.99.18.ebuild +++ b/media-gfx/gimp/gimp-2.99.18-r1.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://gimp/v$(ver_cut 1-2)/${P}.tar.xz" LICENSE="GPL-3+ LGPL-3+" SLOT="0/3" -IUSE="X aalib alsa doc gnome heif javascript jpeg2k jpegxl lua mng openexr openmp postscript python test udev unwind vala vector-icons webp wmf xpm" +IUSE="X aalib alsa doc fits gnome heif javascript jpeg2k jpegxl lua mng openexr openmp postscript python test udev unwind vala vector-icons webp wmf xpm" REQUIRED_USE=" lua? ( ${LUA_REQUIRED_USE} ) python? ( ${PYTHON_REQUIRED_USE} ) @@ -57,6 +57,7 @@ COMMON_DEPEND=" >=x11-libs/libXmu-1.1.4 aalib? ( media-libs/aalib ) alsa? ( >=media-libs/alsa-lib-1.0.0 ) + fits? ( sci-libs/cfitsio ) heif? ( >=media-libs/libheif-1.13.0:= ) javascript? ( dev-libs/gjs ) jpeg2k? ( >=media-libs/openjpeg-2.3.1:2= ) @@ -173,11 +174,13 @@ src_configure() { -Denable-multiproc=true -Dappdata-test=disabled -Dbug-report-url=https://bugs.gentoo.org/ + -Dilbm=disabled -Dlibbacktrace=false -Dwebkit-unmaintained=false $(meson_feature aalib aa) $(meson_feature alsa) $(meson_feature doc gi-docgen) + $(meson_feature fits) $(meson_feature heif) $(meson_feature javascript) $(meson_feature jpeg2k jpeg2000) diff --git a/media-gfx/gimp/metadata.xml b/media-gfx/gimp/metadata.xml index 7f947b8fb0b5..23efd9862ca5 100644 --- a/media-gfx/gimp/metadata.xml +++ b/media-gfx/gimp/metadata.xml @@ -10,6 +10,7 @@ <name>Proxy Maintainers</name> </maintainer> <use> + <flag name="fits">Enable support for loading/exporting FITS images</flag> <flag name="vector-icons">Enable support for vector icons (experimental)</flag> </use> <upstream>
