Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/poppler/
Date: Thu, 27 Sep 2018 11:43:27
Message-Id: 1538048592.23f6af1d3b70b8e18be6d70e67a4b70f6f476998.polynomial-c@gentoo
1 commit: 23f6af1d3b70b8e18be6d70e67a4b70f6f476998
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 27 11:43:12 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 11:43:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f6af1d
7
8 app-text/poppler: Adjusted sub-slot.
9
10 openjpeg patch and USE="jpeg2k" are currently broken...
11
12 Package-Manager: Portage-2.3.50, Repoman-2.3.11
13
14 app-text/poppler/poppler-9999.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild
18 index 89a289be0ed..bdb46ab5976 100644
19 --- a/app-text/poppler/poppler-9999.ebuild
20 +++ b/app-text/poppler/poppler-9999.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -12,7 +12,7 @@ if [[ "${PV}" == "9999" ]] ; then
28 else
29 SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz"
30 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"
31 - SLOT="0/78" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION
32 + SLOT="0/80" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION
33 fi
34
35 DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"
36 @@ -59,7 +59,7 @@ PATCHES=(
37 "${FILESDIR}/${PN}-0.60.1-qt5-dependencies.patch"
38 "${FILESDIR}/${PN}-0.28.1-fix-multilib-configuration.patch"
39 "${FILESDIR}/${PN}-0.61.0-respect-cflags.patch"
40 - "${FILESDIR}/${PN}-0.62.0-openjpeg2.patch"
41 + #"${FILESDIR}/${PN}-0.62.0-openjpeg2.patch"
42 "${FILESDIR}/${PN}-0.57.0-disable-internal-jpx.patch"
43 )