Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/poppler/
Date: Sun, 01 Jan 2017 15:17:14
Message-Id: 1483283807.e9f617c1191ead32eb377bf80396bf5cbec0e015.johu@gentoo
1 commit: e9f617c1191ead32eb377bf80396bf5cbec0e015
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 15:16:47 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 15:16:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9f617c1
7
8 app-text/poppler: Remove 0.42.0
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-text/poppler/Manifest | 1 -
13 app-text/poppler/poppler-0.42.0.ebuild | 144 ---------------------------------
14 2 files changed, 145 deletions(-)
15
16 diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest
17 index f20857d..c65827b 100644
18 --- a/app-text/poppler/Manifest
19 +++ b/app-text/poppler/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST poppler-0.42.0.tar.xz 1674024 SHA256 9fef076ffe2a4f18a4e0da547d814ef5c5e6f8a283afe3387504a0bb1a418010 SHA512 ab8c86c28a2ac848bf118de7f20f57576ed4faa4ad06ae7d58590b951fb2b0ee8a728919ce2417592b467af7322c57ed0bff0288eced042fcf94a50d89c73c19 WHIRLPOOL 095986b44875847d471ecda35194eeb894051b689a754dc8ae55caa04100b4e2ebd57fe868008972502d27346eeb98699fa9660b414ececef4d0eafe53265736
22 DIST poppler-0.45.0.tar.xz 1674464 SHA256 96dd1a6024bcdaa4530a3b49687db3d5c24ddfd072ccb37c6de0e42599728798 SHA512 b703bed35da3572801834740bf61d59b6a3ee3b88bc1b3181bde3472264be4f6b89ceacb56179d7093329946abd6ba2501acfaf209d4f543352ff9fd38c47f1b WHIRLPOOL 687b1ba816dbff1b0a69cb05914dd7fb161bfd8c0fa4e26b77bb0ad26e27f7d7d94085a1022716a8d7a7563145f0acead9fccbbd332959d0216b81b27f3632e8
23 DIST poppler-0.49.0.tar.xz 1685860 SHA256 14485f0e1e43dcddf49cfc02c2ccb92910ba3e0e91e06f4bd2642ec00cb3a79f SHA512 f840c28688318693efdf5af70608c72cdfc80399c33dc6f929918775b43b0c36695d8accc50fdce5d7c6bd0503206488d9658291613393e6ead0174bcb29dd79 WHIRLPOOL a3f9b13add6e103b491456abc7571dcdf66a3a1285c4dfe21289468d13b384adc1d99fb9ed8de4cc9150683914cc513666df6d0e218531e01acbd0884979cc9d
24 DIST poppler-0.50.0.tar.xz 1689260 SHA256 c9c93318b789d3933f6e0bad3bc65110280c28eac3f0666284bb9c9a0ab4bc36 SHA512 81e7b69126dbb06195c68e94d4ffc09bd5beab61c3330ab9e3ca42ce3c9717f18909aa0fe05542c291410f3195d1246b339eaa918fc0aff63d42cbced23b8e8e WHIRLPOOL a2df6f527eaba8324ac700c7fcdf65c9830d54548b721ed1136a713f5a9b3c7dc4a32c0dda4f6ef32a0febbe090ceb31a7361d0707a5b5d1043cd6ccba24f7f9
25
26 diff --git a/app-text/poppler/poppler-0.42.0.ebuild b/app-text/poppler/poppler-0.42.0.ebuild
27 deleted file mode 100644
28 index 23b6f25..00000000
29 --- a/app-text/poppler/poppler-0.42.0.ebuild
30 +++ /dev/null
31 @@ -1,144 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=6
37 -
38 -CMAKE_WARN_UNUSED_CLI=1
39 -inherit cmake-utils toolchain-funcs xdg-utils
40 -
41 -if [[ "${PV}" == "9999" ]] ; then
42 - inherit git-r3
43 - EGIT_REPO_URI="git://git.freedesktop.org/git/${PN}/${PN}"
44 - SLOT="0/9999"
45 -else
46 - SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz"
47 - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
48 - SLOT="0/59" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION
49 -fi
50 -
51 -DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"
52 -HOMEPAGE="https://poppler.freedesktop.org/"
53 -
54 -LICENSE="GPL-2"
55 -IUSE="cairo cairo-qt cjk curl cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png qt4 qt5 tiff +utils"
56 -
57 -REQUIRED_USE="cairo-qt? ( qt4 )"
58 -
59 -# No test data provided
60 -RESTRICT="test"
61 -
62 -COMMON_DEPEND="
63 - >=media-libs/fontconfig-2.6.0
64 - >=media-libs/freetype-2.3.9
65 - sys-libs/zlib
66 - cairo? (
67 - dev-libs/glib:2
68 - >=x11-libs/cairo-1.10.0
69 - introspection? ( >=dev-libs/gobject-introspection-1.32.1:= )
70 - )
71 - cairo-qt? ( >=x11-libs/cairo-1.10.0 )
72 - curl? ( net-misc/curl )
73 - jpeg? ( virtual/jpeg:0 )
74 - jpeg2k? ( media-libs/openjpeg:2= )
75 - lcms? ( media-libs/lcms:2 )
76 - nss? ( >=dev-libs/nss-3.19:0 )
77 - png? ( media-libs/libpng:0= )
78 - qt4? (
79 - dev-qt/qtcore:4
80 - dev-qt/qtgui:4
81 - )
82 - qt5? (
83 - dev-qt/qtcore:5
84 - dev-qt/qtgui:5
85 - dev-qt/qtxml:5
86 - )
87 - tiff? ( media-libs/tiff:0 )
88 -"
89 -DEPEND="${COMMON_DEPEND}
90 - virtual/pkgconfig
91 -"
92 -RDEPEND="${COMMON_DEPEND}
93 - cjk? ( >=app-text/poppler-data-0.4.4 )
94 -"
95 -
96 -DOCS=(AUTHORS NEWS README README-XPDF TODO)
97 -
98 -PATCHES=(
99 - "${FILESDIR}/${PN}-0.26.0-qt5-dependencies.patch"
100 - "${FILESDIR}/${PN}-0.28.1-fix-multilib-configuration.patch"
101 - "${FILESDIR}/${PN}-0.28.1-respect-cflags.patch"
102 - "${FILESDIR}/${PN}-0.33.0-openjpeg2.patch"
103 - "${FILESDIR}/${PN}-0.40-FindQt4.patch"
104 -)
105 -
106 -src_prepare() {
107 - cmake-utils_src_prepare
108 -
109 - # Clang doesn't grok this flag, the configure nicely tests that, but
110 - # cmake just uses it, so remove it if we use clang
111 - if [[ ${CC} == clang ]] ; then
112 - sed -i -e 's/-fno-check-new//' cmake/modules/PopplerMacros.cmake || die
113 - fi
114 -
115 - # Enable experimental patchset for subpixel font rendering using cairo
116 - # backend for poppler-qt4 from https://github.com/giddie/poppler-qt4-cairo-backend.
117 - if use cairo-qt; then
118 - ewarn "Enabling unsupported, experimental cairo-qt patchset. Please do not report bugs."
119 - epatch "${FILESDIR}/cairo-qt-experimental/0001-Cairo-backend-added-to-Qt4-wrapper.patch"
120 - epatch "${FILESDIR}/cairo-qt-experimental/0002-Setting-default-Qt4-backend-to-Cairo.patch"
121 - epatch "${FILESDIR}/cairo-qt-experimental/0003-Forcing-subpixel-rendering-in-Cairo-backend.patch"
122 - epatch "${FILESDIR}/cairo-qt-experimental/0004-Enabling-slight-hinting-in-Cairo-Backend.patch"
123 - fi
124 -}
125 -
126 -src_configure() {
127 - xdg_environment_reset
128 - local mycmakeargs=(
129 - -DBUILD_GTK_TESTS=OFF
130 - -DBUILD_QT4_TESTS=OFF
131 - -DBUILD_QT5_TESTS=OFF
132 - -DBUILD_CPP_TESTS=OFF
133 - -DENABLE_SPLASH=ON
134 - -DENABLE_ZLIB=ON
135 - -DENABLE_ZLIB_UNCOMPRESS=OFF
136 - -DENABLE_XPDF_HEADERS=ON
137 - -DENABLE_LIBCURL="$(usex curl)"
138 - -DENABLE_CPP="$(usex cxx)"
139 - -DENABLE_UTILS="$(usex utils)"
140 - -DSPLASH_CMYK=OFF
141 - -DUSE_FIXEDPOINT=OFF
142 - -DUSE_FLOAT=OFF
143 - -DWITH_Cairo="$(usex cairo)"
144 - -DWITH_GObjectIntrospection="$(usex introspection)"
145 - -DWITH_JPEG="$(usex jpeg)"
146 - -DWITH_NSS3="$(usex nss)"
147 - -DWITH_PNG="$(usex png)"
148 - -DWITH_Qt4="$(usex qt4)"
149 - $(cmake-utils_use_find_package qt5 Qt5Core)
150 - -DWITH_TIFF="$(usex tiff)"
151 - )
152 - if use jpeg2k; then
153 - mycmakeargs+=(-DENABLE_LIBOPENJPEG=openjpeg2)
154 - else
155 - mycmakeargs+=(-DENABLE_LIBOPENJPEG=)
156 - fi
157 - if use lcms; then
158 - mycmakeargs+=(-DENABLE_CMS=lcms2)
159 - else
160 - mycmakeargs+=(-DENABLE_CMS=)
161 - fi
162 -
163 - cmake-utils_src_configure
164 -}
165 -
166 -src_install() {
167 - cmake-utils_src_install
168 -
169 - # live version doesn't provide html documentation
170 - if use cairo && use doc && [[ ${PV} != 9999 ]]; then
171 - # For now install gtk-doc there
172 - insinto /usr/share/gtk-doc/html/poppler
173 - doins -r "${S}"/glib/reference/html/*
174 - fi
175 -}