Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mupdf/
Date: Fri, 14 Aug 2020 23:53:39
Message-Id: 1597449209.30fc228f731e480aaef3d357936c0c7768acfadd.bman@gentoo
1 commit: 30fc228f731e480aaef3d357936c0c7768acfadd
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 14 23:51:42 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 14 23:53:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30fc228f
7
8 app-text/mupdf: drop libressl patch and bump min version
9
10 * Upstream has included LibreSSL support
11 * Bump minimum version to 3.2.0 for latest APIs.
12
13 Closes: https://bugs.gentoo.org/737126
14 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
15
16 app-text/mupdf/mupdf-1.17.0.ebuild | 5 +----
17 1 file changed, 1 insertion(+), 4 deletions(-)
18
19 diff --git a/app-text/mupdf/mupdf-1.17.0.ebuild b/app-text/mupdf/mupdf-1.17.0.ebuild
20 index 61f7125c382..73a2ee99223 100644
21 --- a/app-text/mupdf/mupdf-1.17.0.ebuild
22 +++ b/app-text/mupdf/mupdf-1.17.0.ebuild
23 @@ -29,7 +29,7 @@ RDEPEND="
24 virtual/jpeg[static-libs?]
25 opengl? ( >=media-libs/freeglut-3.0.0:= )
26 ssl? (
27 - libressl? ( >=dev-libs/libressl-2.8:0=[static-libs?] )
28 + libressl? ( >=dev-libs/libressl-3.2.0:0=[static-libs?] )
29 !libressl? ( >=dev-libs/openssl-1.1:0=[static-libs?] )
30 )
31 X? (
32 @@ -60,9 +60,6 @@ src_prepare() {
33 sed -e '/* #define FZ_ENABLE_JS/ a\#define FZ_ENABLE_JS 0' \
34 -i include/mupdf/fitz/config.h || die
35
36 - # See bug #670832
37 - use ssl && use libressl && eapply "${FILESDIR}"/${PN}-1.14-libressl.patch
38 -
39 sed -e "1iOS = Linux" \
40 -e "1iCC = $(tc-getCC)" \
41 -e "1iLD = $(tc-getLD)" \