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: Sat, 02 Oct 2021 12:58:50
Message-Id: 1633179517.6732cdb750585f9c8f539333c7f6bee293d2c2d4.asturm@gentoo
1 commit: 6732cdb750585f9c8f539333c7f6bee293d2c2d4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 12:13:11 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 12:58:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6732cdb7
7
8 app-text/poppler: 21.10.0 version bump
9
10 Package-Manager: Portage-3.0.26, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-text/poppler/Manifest | 1 +
14 app-text/poppler/poppler-21.10.0.ebuild | 126 ++++++++++++++++++++++++++++++++
15 2 files changed, 127 insertions(+)
16
17 diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest
18 index a8210d6bd51..e7b624d08ad 100644
19 --- a/app-text/poppler/Manifest
20 +++ b/app-text/poppler/Manifest
21 @@ -1,3 +1,4 @@
22 DIST poppler-21.07.0.tar.xz 1709664 BLAKE2B 22c411c44a7f61344a0ea747fd435ad2b0180979d8117425167338b7f5cf963eefac19d38b5630df03b4ef978a113c9f031966d3bd8b0c1d86a5bdecd526d191 SHA512 ce1d8a5dd4a300a24aa71aea4919262e108ce1717dee04863da41de0962e4c0067e9c703c190386bd66d9c4ef54d04513cc8509f4beaf76e996576912d2583e8
23 DIST poppler-21.08.0.tar.xz 1717372 BLAKE2B f617b41ebacee183730f20233273a2cc773c12b6c9d045850f8e738985b9079338c0e86b66d598a5dd4fd0227f70989604164a38fd45150b239e603c4da7e42f SHA512 266583279fb5c6b5300d23f8ba5b9da3e1f475fe21341a82ed7350dd9e321e243f3ef051944006c4f242c2d63a8c46bcda565a56017eb3a68caa5680ce719211
24 DIST poppler-21.09.0.tar.xz 1722828 BLAKE2B 02bb35a051fadccd6e6d071b74f169fa8aca0f83aa27aac420fdb7998537b42747134efe6562ee2a09598761c55494e30dabf5785f70f84029c5662bbd7311a2 SHA512 e63181b98cbcb71e5b1beefce3aa7c196f69a7adc4304c8ced70eac7ab8a7edf918988faeb2a23727ecaafd6f4a809f561fa1c86f1fda0ab7e5e2dc882a5ab55
25 +DIST poppler-21.10.0.tar.xz 1779668 BLAKE2B f4464b70ba031ed697443803c435a79498184fc9a74381f5ac7c6ee0f856d77d6e270fe0cea70ee9bbc54713ec69d45ea0ffc66e820d80061856d6711d584e04 SHA512 4a125784716ee578f5be39830cc5903c27eeb707d3756c2ff04ef97328ed8d9e35d3873b7731d2144997cb31794674a1bd35461c84d4237335db27c8df43e4f1
26
27 diff --git a/app-text/poppler/poppler-21.10.0.ebuild b/app-text/poppler/poppler-21.10.0.ebuild
28 new file mode 100644
29 index 00000000000..2ca5838c2b0
30 --- /dev/null
31 +++ b/app-text/poppler/poppler-21.10.0.ebuild
32 @@ -0,0 +1,126 @@
33 +# Copyright 2005-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=8
37 +
38 +inherit cmake toolchain-funcs xdg-utils
39 +
40 +if [[ ${PV} == *9999* ]] ; then
41 + inherit git-r3
42 + EGIT_REPO_URI="https://anongit.freedesktop.org/git/poppler/poppler.git"
43 + SLOT="0/9999"
44 +else
45 + SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz"
46 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
47 + SLOT="0/114" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION
48 +fi
49 +
50 +DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"
51 +HOMEPAGE="https://poppler.freedesktop.org/"
52 +
53 +LICENSE="GPL-2"
54 +IUSE="boost cairo cjk curl +cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png qt5 tiff +utils"
55 +
56 +# No test data provided
57 +RESTRICT="test"
58 +
59 +DEPEND="
60 + media-libs/fontconfig
61 + media-libs/freetype
62 + sys-libs/zlib
63 + cairo? (
64 + dev-libs/glib:2
65 + x11-libs/cairo
66 + introspection? ( dev-libs/gobject-introspection:= )
67 + )
68 + curl? ( net-misc/curl )
69 + jpeg? ( virtual/jpeg:0 )
70 + jpeg2k? ( >=media-libs/openjpeg-2.3.0-r1:2= )
71 + lcms? ( media-libs/lcms:2 )
72 + nss? ( >=dev-libs/nss-3.19:0 )
73 + png? ( media-libs/libpng:0= )
74 + qt5? (
75 + dev-qt/qtcore:5
76 + dev-qt/qtgui:5
77 + dev-qt/qtxml:5
78 + )
79 + tiff? ( media-libs/tiff:0 )
80 +"
81 +RDEPEND="${DEPEND}
82 + cjk? ( app-text/poppler-data )
83 +"
84 +DEPEND+="
85 + boost? ( dev-libs/boost )
86 +"
87 +BDEPEND="
88 + dev-util/glib-utils
89 + virtual/pkgconfig
90 +"
91 +
92 +DOCS=( AUTHORS NEWS README.md README-XPDF )
93 +
94 +PATCHES=(
95 + "${FILESDIR}/${PN}-20.12.1-qt5-deps.patch"
96 + "${FILESDIR}/${PN}-21.09.0-respect-cflags.patch"
97 + "${FILESDIR}/${PN}-0.57.0-disable-internal-jpx.patch"
98 +)
99 +
100 +src_prepare() {
101 + cmake_src_prepare
102 +
103 + # Clang doesn't grok this flag, the configure nicely tests that, but
104 + # cmake just uses it, so remove it if we use clang
105 + if tc-is-clang ; then
106 + sed -e 's/-fno-check-new//' -i cmake/modules/PopplerMacros.cmake || die
107 + fi
108 +
109 + if ! grep -Fq 'cmake_policy(SET CMP0002 OLD)' CMakeLists.txt ; then
110 + sed -e '/^cmake_minimum_required/acmake_policy(SET CMP0002 OLD)' \
111 + -i CMakeLists.txt || die
112 + else
113 + einfo "policy(SET CMP0002 OLD) - workaround can be removed"
114 + fi
115 +}
116 +
117 +src_configure() {
118 + xdg_environment_reset
119 + local mycmakeargs=(
120 + -DBUILD_GTK_TESTS=OFF
121 + -DBUILD_QT5_TESTS=OFF
122 + -DBUILD_CPP_TESTS=OFF
123 + -DBUILD_MANUAL_TESTS=OFF
124 + -DRUN_GPERF_IF_PRESENT=OFF
125 + -DENABLE_BOOST="$(usex boost)"
126 + -DENABLE_ZLIB=ON
127 + -DENABLE_ZLIB_UNCOMPRESS=OFF
128 + -DENABLE_UNSTABLE_API_ABI_HEADERS=ON
129 + -DUSE_FLOAT=OFF
130 + -DWITH_Cairo=$(usex cairo)
131 + -DENABLE_LIBCURL=$(usex curl)
132 + -DENABLE_CPP=$(usex cxx)
133 + -DWITH_JPEG=$(usex jpeg)
134 + -DENABLE_DCTDECODER=$(usex jpeg libjpeg none)
135 + -DENABLE_LIBOPENJPEG=$(usex jpeg2k openjpeg2 none)
136 + -DENABLE_CMS=$(usex lcms lcms2 none)
137 + -DWITH_NSS3=$(usex nss)
138 + -DWITH_PNG=$(usex png)
139 + $(cmake_use_find_package qt5 Qt5Core)
140 + -DWITH_TIFF=$(usex tiff)
141 + -DENABLE_UTILS=$(usex utils)
142 + -DENABLE_QT6=OFF
143 + )
144 + use cairo && mycmakeargs+=( -DWITH_GObjectIntrospection=$(usex introspection) )
145 +
146 + cmake_src_configure
147 +}
148 +
149 +src_install() {
150 + cmake_src_install
151 +
152 + # live version doesn't provide html documentation
153 + if use cairo && use doc && [[ ${PV} != *9999* ]]; then
154 + # For now install gtk-doc there
155 + insinto /usr/share/gtk-doc/html/poppler
156 + doins -r "${S}"/glib/reference/html/*
157 + fi
158 +}