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: Tue, 01 Aug 2017 11:57:56
Message-Id: 1501588669.bda26f4c28eb5c9abb4d26976906c938522e82b4.polynomial-c@gentoo
1 commit: bda26f4c28eb5c9abb4d26976906c938522e82b4
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 1 11:57:40 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 1 11:57:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bda26f4c
7
8 app-text/poppler: Bump to version 0.57.0
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 app-text/poppler/Manifest | 1 +
14 app-text/poppler/poppler-0.57.0.ebuild | 146 +++++++++++++++++++++++++++++++++
15 2 files changed, 147 insertions(+)
16
17 diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest
18 index 4e899b89caa..a6d7b3afbba 100644
19 --- a/app-text/poppler/Manifest
20 +++ b/app-text/poppler/Manifest
21 @@ -1,2 +1,3 @@
22 DIST poppler-0.45.0.tar.xz 1674464 SHA256 96dd1a6024bcdaa4530a3b49687db3d5c24ddfd072ccb37c6de0e42599728798 SHA512 b703bed35da3572801834740bf61d59b6a3ee3b88bc1b3181bde3472264be4f6b89ceacb56179d7093329946abd6ba2501acfaf209d4f543352ff9fd38c47f1b WHIRLPOOL 687b1ba816dbff1b0a69cb05914dd7fb161bfd8c0fa4e26b77bb0ad26e27f7d7d94085a1022716a8d7a7563145f0acead9fccbbd332959d0216b81b27f3632e8
23 DIST poppler-0.56.0.tar.xz 1701488 SHA256 869dbadf99ed882e776acbdbc06689d8a81872a2963440b1e8516cd7a2577173 SHA512 74d2ca63afcb7e155c153b4ddc71621b7f4f2c60d4fcafd873176d5ac59fafedc35b200a22c7af2013d7f75e670a1cc23d6ba878167a02209917f8d30002d528 WHIRLPOOL 3b7b4330306f46bc6c1f72205a8cff95f23a82011260a629762ad52bdcbc89e5c071da8aeb48c15ff21e7b38893aa01b3421d9d232938ac8a61745f798271b04
24 +DIST poppler-0.57.0.tar.xz 1703300 SHA256 0ea37de71b7db78212ebc79df59f99b66409a29c2eac4d882dae9f2397fe44d8 SHA512 197a0bf51e7fd607db83144d771904e48f266ab9e1252c688f9e7700a5bdd239670cf0363e9d77137bafa9c08fb6ddb9d066cc78a74dac7dfd717662b25cac5f WHIRLPOOL fb0c15e4834f23b2956014748f92557de9996b8a2a37cf4a7ba62ca22f01866455a933bcf0412775a8d5a8f6ba1ba463f2fd63e27fa406b5fb5bf1fd25d32000
25
26 diff --git a/app-text/poppler/poppler-0.57.0.ebuild b/app-text/poppler/poppler-0.57.0.ebuild
27 new file mode 100644
28 index 00000000000..ee34882a819
29 --- /dev/null
30 +++ b/app-text/poppler/poppler-0.57.0.ebuild
31 @@ -0,0 +1,146 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +inherit cmake-utils toolchain-funcs xdg-utils
38 +
39 +if [[ "${PV}" == "9999" ]] ; then
40 + inherit git-r3
41 + EGIT_REPO_URI="git://git.freedesktop.org/git/${PN}/${PN}"
42 + SLOT="0/9999"
43 +else
44 + SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz"
45 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
46 + SLOT="0/68" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION
47 +fi
48 +
49 +DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"
50 +HOMEPAGE="https://poppler.freedesktop.org/"
51 +
52 +LICENSE="GPL-2"
53 +IUSE="cairo cjk curl cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png qt4 qt5 tiff +utils"
54 +
55 +# No test data provided
56 +RESTRICT="test"
57 +
58 +COMMON_DEPEND="
59 + >=media-libs/fontconfig-2.6.0
60 + >=media-libs/freetype-2.3.9
61 + sys-libs/zlib
62 + cairo? (
63 + dev-libs/glib:2
64 + >=x11-libs/cairo-1.10.0
65 + introspection? ( >=dev-libs/gobject-introspection-1.32.1:= )
66 + )
67 + curl? ( net-misc/curl )
68 + jpeg? ( virtual/jpeg:0 )
69 + jpeg2k? ( media-libs/openjpeg:2= )
70 + lcms? ( media-libs/lcms:2 )
71 + nss? ( >=dev-libs/nss-3.19:0 )
72 + png? ( media-libs/libpng:0= )
73 + qt4? (
74 + dev-qt/qtcore:4
75 + dev-qt/qtgui:4
76 + )
77 + qt5? (
78 + dev-qt/qtcore:5
79 + dev-qt/qtgui:5
80 + dev-qt/qtxml:5
81 + )
82 + tiff? ( media-libs/tiff:0 )
83 +"
84 +DEPEND="${COMMON_DEPEND}
85 + virtual/pkgconfig
86 +"
87 +RDEPEND="${COMMON_DEPEND}
88 + cjk? ( >=app-text/poppler-data-0.4.7 )
89 +"
90 +
91 +DOCS=(AUTHORS NEWS README README-XPDF TODO)
92 +
93 +PATCHES=(
94 + "${FILESDIR}/${PN}-0.26.0-qt5-dependencies.patch"
95 + "${FILESDIR}/${PN}-0.28.1-fix-multilib-configuration.patch"
96 + "${FILESDIR}/${PN}-0.53.0-respect-cflags.patch"
97 + "${FILESDIR}/${PN}-0.33.0-openjpeg2.patch"
98 + "${FILESDIR}/${PN}-0.40-FindQt4.patch"
99 +)
100 +
101 +src_prepare() {
102 + cmake-utils_src_prepare
103 +
104 + # Clang doesn't grok this flag, the configure nicely tests that, but
105 + # cmake just uses it, so remove it if we use clang
106 + if [[ ${CC} == clang ]] ; then
107 + sed -i -e 's/-fno-check-new//' cmake/modules/PopplerMacros.cmake || die
108 + fi
109 +
110 + if ! grep -Fq 'cmake_policy(SET CMP0002 OLD)' CMakeLists.txt ; then
111 + sed '/^cmake_minimum_required/acmake_policy(SET CMP0002 OLD)' \
112 + -i CMakeLists.txt || die
113 + else
114 + einfo "policy(SET CMP0002 OLD) - workaround can be removed"
115 + fi
116 +
117 + if tc-is-clang && [[ ${CHOST} == *-darwin* ]] ; then
118 + # we need to up the C++ version, bug #622526
119 + export CXX="$(tc-getCXX) -std=c++0x"
120 + fi
121 +}
122 +
123 +src_configure() {
124 + xdg_environment_reset
125 + local mycmakeargs=(
126 + -DBUILD_GTK_TESTS=OFF
127 + -DBUILD_QT4_TESTS=OFF
128 + -DBUILD_QT5_TESTS=OFF
129 + -DBUILD_CPP_TESTS=OFF
130 + -DENABLE_SPLASH=ON
131 + -DENABLE_ZLIB=ON
132 + -DENABLE_ZLIB_UNCOMPRESS=OFF
133 + -DENABLE_XPDF_HEADERS=ON
134 + -DENABLE_LIBCURL="$(usex curl)"
135 + -DENABLE_CPP="$(usex cxx)"
136 + -DENABLE_UTILS="$(usex utils)"
137 + -DSPLASH_CMYK=OFF
138 + -DUSE_FIXEDPOINT=OFF
139 + -DUSE_FLOAT=OFF
140 + -DWITH_Cairo="$(usex cairo)"
141 + -DWITH_GObjectIntrospection="$(usex introspection)"
142 + -DWITH_JPEG="$(usex jpeg)"
143 + -DWITH_NSS3="$(usex nss)"
144 + -DWITH_PNG="$(usex png)"
145 + -DWITH_Qt4="$(usex qt4)"
146 + $(cmake-utils_use_find_package qt5 Qt5Core)
147 + -DWITH_TIFF="$(usex tiff)"
148 + )
149 + if use jpeg; then
150 + mycmakeargs+=(-DENABLE_DCTDECODER=libjpeg)
151 + else
152 + mycmakeargs+=(-DENABLE_DCTDECODER=none)
153 + fi
154 + if use jpeg2k; then
155 + mycmakeargs+=(-DENABLE_LIBOPENJPEG=openjpeg2)
156 + else
157 + mycmakeargs+=(-DENABLE_LIBOPENJPEG=none)
158 + fi
159 + if use lcms; then
160 + mycmakeargs+=(-DENABLE_CMS=lcms2)
161 + else
162 + mycmakeargs+=(-DENABLE_CMS=)
163 + fi
164 +
165 + cmake-utils_src_configure
166 +}
167 +
168 +src_install() {
169 + cmake-utils_src_install
170 +
171 + # live version doesn't provide html documentation
172 + if use cairo && use doc && [[ ${PV} != 9999 ]]; then
173 + # For now install gtk-doc there
174 + insinto /usr/share/gtk-doc/html/poppler
175 + doins -r "${S}"/glib/reference/html/*
176 + fi
177 +}