Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/
Date: Wed, 27 Apr 2022 13:19:12
Message-Id: 1651065536.18960f5624fc560ba92f18c9cee66db289237243.juippis@gentoo
1 commit: 18960f5624fc560ba92f18c9cee66db289237243
2 Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
3 AuthorDate: Sun Apr 24 21:12:37 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 13:18:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18960f56
7
8 media-gfx/gimp: Fix 9999-ebuild deps and src_configure options
9
10 Gimp upstream now depends on >=gexiv2-0.14.0.
11
12 Src configure option `--with-pdbgen` is required
13 to generate some header files in "maintainer mode" like live ebuild.
14
15 Bug: https://bugs.gentoo.org/835781
16 Closes: https://bugs.gentoo.org/840314
17
18 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
19 Closes: https://github.com/gentoo/gentoo/pull/25187
20 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
21
22 media-gfx/gimp/gimp-9999.ebuild | 3 ++-
23 1 file changed, 2 insertions(+), 1 deletion(-)
24
25 diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild
26 index bcead23bec7b..0bcc2c670890 100644
27 --- a/media-gfx/gimp/gimp-9999.ebuild
28 +++ b/media-gfx/gimp/gimp-9999.ebuild
29 @@ -43,7 +43,7 @@ COMMON_DEPEND="
30 >=media-libs/fontconfig-2.12.6
31 >=media-libs/freetype-2.10.2
32 >=media-libs/gegl-0.4.36:0.4[cairo,introspection,lcms,vala?]
33 - >=media-libs/gexiv2-0.12.2
34 + >=media-libs/gexiv2-0.14.0
35 >=media-libs/harfbuzz-2.6.5:=
36 >=media-libs/lcms-2.9:2
37 >=media-libs/libmypaint-1.6.1:=
38 @@ -167,6 +167,7 @@ src_configure() {
39 --enable-mp
40 --with-appdata-test
41 --with-bug-report-url=https://bugs.gentoo.org/
42 + --with-pdbgen
43 --with-xmc
44 --without-libbacktrace
45 --without-webkit