Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/vips/
Date: Thu, 29 Apr 2021 11:06:55
Message-Id: 1619694388.4b38adf7e881d6c547386e7685fca24177bdbb3e.tastytea@gentoo
1 commit: 4b38adf7e881d6c547386e7685fca24177bdbb3e
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Thu Apr 29 10:59:49 2021 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Thu Apr 29 11:06:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b38adf7
7
8 media-libs/vips: Remove unrecognized configure option.
9
10 --with[out]-pangocairo was introduced after 8.10.6:
11 <https://github.com/libvips/libvips/commit/f53959b82475946a3f9b29d0ac98d34a9b906d5f>
12
13 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
14
15 media-libs/vips/vips-8.10.6.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/media-libs/vips/vips-8.10.6.ebuild b/media-libs/vips/vips-8.10.6.ebuild
19 index 09f6fd6b8..860d2d5aa 100644
20 --- a/media-libs/vips/vips-8.10.6.ebuild
21 +++ b/media-libs/vips/vips-8.10.6.ebuild
22 @@ -66,6 +66,7 @@ multilib_src_configure() {
23 use imagemagick && magick="--with-magickpackage=MagickCore"
24 use graphicsmagick && magick="--with-magickpackage=GraphicsMagick"
25
26 + # NOTE: Replace pangoft2 with pangocairo in > 8.10.6.
27 econf \
28 ${magick} \
29 $(multilib_native_use_enable doc gtk-doc) \
30 @@ -82,7 +83,6 @@ multilib_src_configure() {
31 $(use_with openexr OpenEXR) \
32 $(use_with orc) \
33 $(use_with pango pangoft2) \
34 - $(use_with pango pangocairo) \
35 $(use_with pdf poppler) \
36 $(use_with png) \
37 $(use_with svg rsvg) \