Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/poppler/
Date: Tue, 01 Oct 2019 23:43:49
Message-Id: 1569973365.d0942006701c3e3b5d2cc40f74d2c353a3adef75.asturm@gentoo
1 commit: d0942006701c3e3b5d2cc40f74d2c353a3adef75
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Tue Oct 1 00:18:11 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 1 23:42:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0942006
7
8 app-text/poppler: Update subslot and cmake options
9
10 SPLASH_CMYK option was dropped in:
11 https://gitlab.freedesktop.org/poppler/poppler/commit/2e32545b1d2e31359775a65ef34e0385c9079126
12
13 Soname of libpoppler.so was updated in:
14 https://gitlab.freedesktop.org/poppler/poppler/commit/39a8b10181d77fff8846df2cff236a3105dd03a5
15
16 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
17 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
18
19 app-text/poppler/poppler-9999.ebuild | 5 ++---
20 1 file changed, 2 insertions(+), 3 deletions(-)
21
22 diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild
23 index e11942716aa..7297bf7836a 100644
24 --- a/app-text/poppler/poppler-9999.ebuild
25 +++ b/app-text/poppler/poppler-9999.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2019 Gentoo Authors
28 +# Copyright 2005-2019 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=7
32 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]] ; then
33 else
34 SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz"
35 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
36 - SLOT="0/90" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION
37 + SLOT="0/91" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION
38 fi
39
40 DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"
41 @@ -94,7 +94,6 @@ src_configure() {
42 -DENABLE_ZLIB=ON
43 -DENABLE_ZLIB_UNCOMPRESS=OFF
44 -DENABLE_UNSTABLE_API_ABI_HEADERS=ON
45 - -DSPLASH_CMYK=OFF
46 -DUSE_FLOAT=OFF
47 -DWITH_Cairo=$(usex cairo)
48 -DENABLE_LIBCURL=$(usex curl)