Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ghostscript-gpl/
Date: Wed, 15 Mar 2023 03:40:14
Message-Id: 1678851519.cfa57a7af4d5c0349202812fbe749aa30d6c2b82.sam@gentoo
1 commit: cfa57a7af4d5c0349202812fbe749aa30d6c2b82
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 03:38:34 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 15 03:38:39 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa57a7a
7
8 app-text/ghostscript-gpl: add note re bundled libs
9
10 Bug: https://bugs.gentoo.org/900975
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-text/ghostscript-gpl/ghostscript-gpl-10.0.0-r5.ebuild | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-10.0.0-r5.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-10.0.0-r5.ebuild
17 index 3aea5af66531..ec7a31487639 100644
18 --- a/app-text/ghostscript-gpl/ghostscript-gpl-10.0.0-r5.ebuild
19 +++ b/app-text/ghostscript-gpl/ghostscript-gpl-10.0.0-r5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 +# Copyright 1999-2023 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26 @@ -128,11 +128,13 @@ src_configure() {
27 FONTPATH="${FONTPATH}${FONTPATH:+:}${EPREFIX}${path}"
28 done
29
30 - PKGCONFIG=$(type -P $(tc-getPKG_CONFIG)) \
31 # Do not add --enable-dynamic here, it's not supported fully upstream
32 # https://bugs.ghostscript.com/show_bug.cgi?id=705895
33 # bug #884707
34 - econf \
35 + #
36 + # leptonica and tesseract are bundled but modified upstream, like in
37 + # mujs/mupdf.
38 + PKGCONFIG=$(type -P $(tc-getPKG_CONFIG)) econf \
39 --enable-freetype \
40 --enable-fontconfig \
41 --enable-openjpeg \