commit: 18960f5624fc560ba92f18c9cee66db289237243 Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru> AuthorDate: Sun Apr 24 21:12:37 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Apr 27 13:18:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18960f56
media-gfx/gimp: Fix 9999-ebuild deps and src_configure options Gimp upstream now depends on >=gexiv2-0.14.0. Src configure option `--with-pdbgen` is required to generate some header files in "maintainer mode" like live ebuild. Bug: https://bugs.gentoo.org/835781 Closes: https://bugs.gentoo.org/840314 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/25187 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-gfx/gimp/gimp-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index bcead23bec7b..0bcc2c670890 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -43,7 +43,7 @@ COMMON_DEPEND=" >=media-libs/fontconfig-2.12.6 >=media-libs/freetype-2.10.2 >=media-libs/gegl-0.4.36:0.4[cairo,introspection,lcms,vala?] - >=media-libs/gexiv2-0.12.2 + >=media-libs/gexiv2-0.14.0 >=media-libs/harfbuzz-2.6.5:= >=media-libs/lcms-2.9:2 >=media-libs/libmypaint-1.6.1:= @@ -167,6 +167,7 @@ src_configure() { --enable-mp --with-appdata-test --with-bug-report-url=https://bugs.gentoo.org/ + --with-pdbgen --with-xmc --without-libbacktrace --without-webkit
