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/files/, app-text/poppler/files/cairo-qt-experimental/, ...
Date: Thu, 23 Nov 2017 21:12:46
Message-Id: 1511471533.fe12fcb87e86364127969ec37a308d0731d58084.asturm@gentoo
1 commit: fe12fcb87e86364127969ec37a308d0731d58084
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 23 16:53:41 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 23 21:12:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe12fcb8
7
8 app-text/poppler: Security cleanup
9
10 Bug: https://bugs.gentoo.org/627392
11 Package-Manager: Portage-2.3.16, Repoman-2.3.6
12
13 app-text/poppler/Manifest | 3 +-
14 .../0001-Cairo-backend-added-to-Qt4-wrapper.patch | 199 ---------------------
15 ...0002-Setting-default-Qt4-backend-to-Cairo.patch | 25 ---
16 ...rcing-subpixel-rendering-in-Cairo-backend.patch | 30 ----
17 ...-Enabling-slight-hinting-in-Cairo-Backend.patch | 45 -----
18 .../files/poppler-0.28.1-respect-cflags.patch | 48 -----
19 app-text/poppler/metadata.xml | 1 -
20 app-text/poppler/poppler-0.45.0.ebuild | 142 ---------------
21 8 files changed, 1 insertion(+), 492 deletions(-)
22
23 diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest
24 index 62a15b03bbd..4fb1a1ebb5b 100644
25 --- a/app-text/poppler/Manifest
26 +++ b/app-text/poppler/Manifest
27 @@ -1,5 +1,4 @@
28 -DIST poppler-0.45.0.tar.xz 1674464 SHA256 96dd1a6024bcdaa4530a3b49687db3d5c24ddfd072ccb37c6de0e42599728798 SHA512 b703bed35da3572801834740bf61d59b6a3ee3b88bc1b3181bde3472264be4f6b89ceacb56179d7093329946abd6ba2501acfaf209d4f543352ff9fd38c47f1b WHIRLPOOL 687b1ba816dbff1b0a69cb05914dd7fb161bfd8c0fa4e26b77bb0ad26e27f7d7d94085a1022716a8d7a7563145f0acead9fccbbd332959d0216b81b27f3632e8
29 -DIST poppler-0.57.0.tar.xz 1703300 SHA256 0ea37de71b7db78212ebc79df59f99b66409a29c2eac4d882dae9f2397fe44d8 SHA512 197a0bf51e7fd607db83144d771904e48f266ab9e1252c688f9e7700a5bdd239670cf0363e9d77137bafa9c08fb6ddb9d066cc78a74dac7dfd717662b25cac5f WHIRLPOOL fb0c15e4834f23b2956014748f92557de9996b8a2a37cf4a7ba62ca22f01866455a933bcf0412775a8d5a8f6ba1ba463f2fd63e27fa406b5fb5bf1fd25d32000
30 +DIST poppler-0.57.0.tar.xz 1703300 BLAKE2B e4126dff2e0ee140fa4c5c30d5a57da5aff38d4c1f566e4ace22d3fe625949db3a662a8513881702cd5c5c302845998dd462048b5158abaf1d119650c997c84c SHA512 197a0bf51e7fd607db83144d771904e48f266ab9e1252c688f9e7700a5bdd239670cf0363e9d77137bafa9c08fb6ddb9d066cc78a74dac7dfd717662b25cac5f
31 DIST poppler-0.58.0.tar.xz 1710412 SHA256 0e42e46419ae54b02d9f2b527c6475b6011d15816918b9057dfa3aae211af832 SHA512 0675846fc99578925840cbb17083463da6ea54f7de348b946ae7d4480d9d87bd4b5069392b23a8b9bbafe0aafafaf5a200134be52d0832558104cb4aa2497aee WHIRLPOOL 658f7dfbb786c2e09558f7e89ef0832db4ff32eaef08b7360fbf468236db01b44e33374424df6b64c17f018d7b10f61e151c08026652628d387958143a5a3837
32 DIST poppler-0.59.0.tar.xz 1712004 SHA256 a3d626b24cd14efa9864e12584b22c9c32f51c46417d7c10ca17651f297c9641 SHA512 23777922dc95feee2a4459281081b37e124a39fc25cd00c2c3fc206f5484c13eb9ac5317f674fbbcb51e384f9a53e38b4cacbf1426c68d2bae21a7cefbc48a0e WHIRLPOOL 82ec203c17e2b2544cc0ac12d0b22bb051abf776114d17e1548f47d5e38ff289dee2e9c4b27dc16e3953b6f5b5ff0e0eeecfba73561dbc396ee0db7c5a4847e2
33 DIST poppler-0.60.1.tar.xz 1432712 SHA256 19f185e05c3b59b4a1de2cec8ef39f5446035493d17bbed41d02fb9a77c8a93c SHA512 db73524b7413dddee38d5a049f3926338ee123b8fc4893d80ee9cf5aaae47c8c7b75b112293b156cd375894e548ec68e5fbf4af305e77b43bc3868ad1c966cdc WHIRLPOOL fe1fe7a3f0c0bac57c7503ad183fe2e8e2f0378c4dedc0dadbc6dcfaeaf8044bf387256742a970af5ed9e2704e42c35e996957e765eeff1aca4bedcc427ae6a7
34
35 diff --git a/app-text/poppler/files/cairo-qt-experimental/0001-Cairo-backend-added-to-Qt4-wrapper.patch b/app-text/poppler/files/cairo-qt-experimental/0001-Cairo-backend-added-to-Qt4-wrapper.patch
36 deleted file mode 100644
37 index 2246b29b134..00000000000
38 --- a/app-text/poppler/files/cairo-qt-experimental/0001-Cairo-backend-added-to-Qt4-wrapper.patch
39 +++ /dev/null
40 @@ -1,199 +0,0 @@
41 -From e8fcbaca23878f0edd2015440eec55aaba0e8f9f Mon Sep 17 00:00:00 2001
42 -From: Paul Gideon Dann <pdgiddie@×××××.com>
43 -Date: Wed, 20 May 2009 11:42:28 +0100
44 -Subject: [PATCH 1/4] Cairo backend added to Qt4 wrapper
45 -
46 ----
47 - qt4/src/CMakeLists.txt | 15 ++++++++++
48 - qt4/src/poppler-document.cc | 3 ++
49 - qt4/src/poppler-page.cc | 70 +++++++++++++++++++++++++++++++++++++++++++++
50 - qt4/src/poppler-qt4.h | 3 +-
51 - qt4/tests/CMakeLists.txt | 5 ++++
52 - 5 files changed, 95 insertions(+), 1 deletion(-)
53 -
54 -diff --git a/qt4/src/CMakeLists.txt b/qt4/src/CMakeLists.txt
55 -index 189eca2..5338b55 100644
56 ---- a/qt4/src/CMakeLists.txt
57 -+++ b/qt4/src/CMakeLists.txt
58 -@@ -6,6 +6,11 @@ include_directories(
59 - ${CMAKE_CURRENT_BINARY_DIR}
60 - )
61 -
62 -+if (HAVE_CAIRO)
63 -+ include_directories(${CAIRO_INCLUDE_DIRS})
64 -+ add_definitions(${CAIRO_CFLAGS})
65 -+endif (HAVE_CAIRO)
66 -+
67 - set(poppler_qt4_SRCS
68 - poppler-annotation.cc
69 - poppler-document.cc
70 -@@ -28,10 +33,20 @@ set(poppler_qt4_SRCS
71 - poppler-media.cc
72 - ArthurOutputDev.cc
73 - )
74 -+if (HAVE_CAIRO)
75 -+ set(poppler_qt4_SRCS ${poppler_qt4_SRCS}
76 -+ ${CMAKE_SOURCE_DIR}/poppler/CairoOutputDev.cc
77 -+ ${CMAKE_SOURCE_DIR}/poppler/CairoRescaleBox.cc
78 -+ ${CMAKE_SOURCE_DIR}/poppler/CairoFontEngine.cc
79 -+ )
80 -+endif(HAVE_CAIRO)
81 - qt4_automoc(${poppler_qt4_SRCS})
82 - add_library(poppler-qt4 SHARED ${poppler_qt4_SRCS})
83 - set_target_properties(poppler-qt4 PROPERTIES VERSION 4.9.0 SOVERSION 4)
84 - target_link_libraries(poppler-qt4 poppler ${QT4_QTCORE_LIBRARY} ${QT4_QTGUI_LIBRARY} ${QT4_QTXML_LIBRARY})
85 -+if (HAVE_CAIRO)
86 -+ target_link_libraries(poppler-qt4 ${CAIRO_LIBRARIES})
87 -+endif (HAVE_CAIRO)
88 - if(MSVC)
89 - target_link_libraries(poppler-qt4 poppler ${poppler_LIBS})
90 - endif(MSVC)
91 -diff --git a/qt4/src/poppler-document.cc b/qt4/src/poppler-document.cc
92 -index 94f997d..6decaaf 100644
93 ---- a/qt4/src/poppler-document.cc
94 -+++ b/qt4/src/poppler-document.cc
95 -@@ -547,6 +547,9 @@ namespace Poppler {
96 - ret << Document::SplashBackend;
97 - #endif
98 - ret << Document::ArthurBackend;
99 -+#if defined(HAVE_CAIRO)
100 -+ ret << Document::CairoBackend;
101 -+#endif
102 - return ret;
103 - }
104 -
105 -diff --git a/qt4/src/poppler-page.cc b/qt4/src/poppler-page.cc
106 -index 83bcf4a..df1d344 100644
107 ---- a/qt4/src/poppler-page.cc
108 -+++ b/qt4/src/poppler-page.cc
109 -@@ -40,6 +40,7 @@
110 - #include <QtGui/QPainter>
111 -
112 - #include <config.h>
113 -+#include <math.h>
114 - #include <PDFDoc.h>
115 - #include <Catalog.h>
116 - #include <Form.h>
117 -@@ -53,6 +54,9 @@
118 - #include <SplashOutputDev.h>
119 - #include <splash/SplashBitmap.h>
120 - #endif
121 -+#if defined(HAVE_CAIRO)
122 -+#include <CairoOutputDev.h>
123 -+#endif
124 -
125 - #include "poppler-private.h"
126 - #include "poppler-page-transition-private.h"
127 -@@ -405,6 +409,70 @@ QImage Page::renderToImage(double xres, double yres, int x, int y, int w, int h,
128 - img = tmpimg;
129 - break;
130 - }
131 -+ case Poppler::Document::CairoBackend:
132 -+ {
133 -+#if defined(HAVE_CAIRO)
134 -+ CairoOutputDev *output_dev = new CairoOutputDev();
135 -+ output_dev->startDoc(m_page->parentDoc->doc);
136 -+ int buffer_width, buffer_height, rotate;
137 -+ cairo_surface_t *surface;
138 -+ cairo_t *cairo;
139 -+
140 -+ // If w or h are -1, that indicates the whole page, so we need to
141 -+ // calculate how many pixels that corresponds to. Otherwise, we can use w
142 -+ // or h directly for our buffer size.
143 -+ const QSize pageSize = this->pageSize();
144 -+ if (w == -1) {
145 -+ const double xscale = xres / 72.0;
146 -+ const double width = pageSize.width();;
147 -+ buffer_width = (int) ceil(width * xscale);
148 -+ } else {
149 -+ buffer_width = w;
150 -+ }
151 -+ if (h == -1) {
152 -+ const double yscale = yres / 72.0;
153 -+ const double height = pageSize.height();
154 -+ buffer_height = (int) ceil(height * yscale);
155 -+ } else {
156 -+ buffer_height = h;
157 -+ }
158 -+
159 -+ rotate = rotation + m_page->page->getRotate();
160 -+
161 -+ // FIXME: Okular never provides a rotation value, so I don't have any way
162 -+ // of testing this right now. The result is that subpixels are ordered
163 -+ // incorrectly when the page is rotated.
164 -+
165 -+ //if (rotate == 90 || rotate == 270) {
166 -+ // const double temp = height;
167 -+ // height = width;
168 -+ // width = temp;
169 -+ //}
170 -+
171 -+ img = QImage(buffer_width, buffer_height, QImage::Format_ARGB32);
172 -+ img.fill(Qt::white); // Never transparent
173 -+
174 -+ surface = cairo_image_surface_create_for_data(
175 -+ img.bits(),
176 -+ CAIRO_FORMAT_ARGB32,
177 -+ buffer_width, buffer_height,
178 -+ img.bytesPerLine());
179 -+
180 -+ cairo = cairo_create(surface);
181 -+ output_dev->setCairo(cairo);
182 -+
183 -+ m_page->parentDoc->doc->displayPageSlice(
184 -+ output_dev, m_page->index + 1, xres, yres, rotation, false, true,
185 -+ false, x, y, w, h);
186 -+
187 -+ // Clean up
188 -+ output_dev->setCairo(NULL);
189 -+ cairo_destroy(cairo);
190 -+ cairo_surface_destroy(surface);
191 -+ delete output_dev;
192 -+#endif
193 -+ break;
194 -+ }
195 - }
196 -
197 - return img;
198 -@@ -447,6 +515,8 @@ bool Page::renderToPainter(QPainter* painter, double xres, double yres, int x, i
199 - painter->restore();
200 - return true;
201 - }
202 -+ case Poppler::Document::CairoBackend:
203 -+ return false;
204 - }
205 - return false;
206 - }
207 -diff --git a/qt4/src/poppler-qt4.h b/qt4/src/poppler-qt4.h
208 -index c0340a4..118f8ba 100644
209 ---- a/qt4/src/poppler-qt4.h
210 -+++ b/qt4/src/poppler-qt4.h
211 -@@ -886,7 +886,8 @@ delete it;
212 - */
213 - enum RenderBackend {
214 - SplashBackend, ///< Splash backend
215 -- ArthurBackend ///< Arthur (Qt4) backend
216 -+ ArthurBackend, ///< Arthur (Qt4) backend
217 -+ CairoBackend ///< Cairo backend
218 - };
219 -
220 - /**
221 -diff --git a/qt4/tests/CMakeLists.txt b/qt4/tests/CMakeLists.txt
222 -index bba868f..8c40471 100644
223 ---- a/qt4/tests/CMakeLists.txt
224 -+++ b/qt4/tests/CMakeLists.txt
225 -@@ -8,6 +8,11 @@ include_directories(
226 - ${QT4_INCLUDE_DIR}
227 - )
228 -
229 -+if (HAVE_CAIRO)
230 -+ include_directories(${CAIRO_INCLUDE_DIRS})
231 -+ add_definitions(${CAIRO_CFLAGS})
232 -+endif (HAVE_CAIRO)
233 -+
234 - macro(QT4_ADD_SIMPLETEST exe source)
235 - string(REPLACE "-" "" test_name ${exe})
236 - set(${test_name}_SOURCES
237 ---
238 -2.7.3
239 -
240
241 diff --git a/app-text/poppler/files/cairo-qt-experimental/0002-Setting-default-Qt4-backend-to-Cairo.patch b/app-text/poppler/files/cairo-qt-experimental/0002-Setting-default-Qt4-backend-to-Cairo.patch
242 deleted file mode 100644
243 index 3a360394182..00000000000
244 --- a/app-text/poppler/files/cairo-qt-experimental/0002-Setting-default-Qt4-backend-to-Cairo.patch
245 +++ /dev/null
246 @@ -1,25 +0,0 @@
247 -From 7ddcf7bf4296ed58dc316b0dd6b000057740e118 Mon Sep 17 00:00:00 2001
248 -From: Paul Gideon Dann <pdgiddie@×××××.com>
249 -Date: Wed, 20 May 2009 13:17:29 +0100
250 -Subject: [PATCH 2/4] Setting default Qt4 backend to Cairo
251 -
252 ----
253 - qt4/src/poppler-private.cc | 2 +-
254 - 1 file changed, 1 insertion(+), 1 deletion(-)
255 -
256 -diff --git a/qt4/src/poppler-private.cc b/qt4/src/poppler-private.cc
257 -index cbf21b1..1c7f16c 100644
258 ---- a/qt4/src/poppler-private.cc
259 -+++ b/qt4/src/poppler-private.cc
260 -@@ -236,7 +236,7 @@ namespace Debug {
261 - void DocumentData::init()
262 - {
263 - m_fontInfoIterator = 0;
264 -- m_backend = Document::SplashBackend;
265 -+ m_backend = Document::CairoBackend;
266 - paperColor = Qt::white;
267 - m_hints = 0;
268 - m_optContentModel = 0;
269 ---
270 -2.7.3
271 -
272
273 diff --git a/app-text/poppler/files/cairo-qt-experimental/0003-Forcing-subpixel-rendering-in-Cairo-backend.patch b/app-text/poppler/files/cairo-qt-experimental/0003-Forcing-subpixel-rendering-in-Cairo-backend.patch
274 deleted file mode 100644
275 index 21547b95180..00000000000
276 --- a/app-text/poppler/files/cairo-qt-experimental/0003-Forcing-subpixel-rendering-in-Cairo-backend.patch
277 +++ /dev/null
278 @@ -1,30 +0,0 @@
279 -From a9a6a3fcf4f2bf62e83d325a790624241084ad72 Mon Sep 17 00:00:00 2001
280 -From: Paul Gideon Dann <pdgiddie@×××××.com>
281 -Date: Wed, 20 May 2009 13:06:48 +0100
282 -Subject: [PATCH 3/4] Forcing subpixel rendering in Cairo backend
283 -
284 ----
285 - poppler/CairoOutputDev.cc | 7 +++++++
286 - 1 file changed, 7 insertions(+)
287 -
288 -diff --git a/poppler/CairoOutputDev.cc b/poppler/CairoOutputDev.cc
289 -index d0d6cb4..50e64f9 100644
290 ---- a/poppler/CairoOutputDev.cc
291 -+++ b/poppler/CairoOutputDev.cc
292 -@@ -203,6 +203,13 @@ void CairoOutputDev::setCairo(cairo_t *cairo)
293 - }
294 - if (cairo != NULL) {
295 - this->cairo = cairo_reference (cairo);
296 -+ {
297 -+ cairo_font_options_t *options = cairo_font_options_create ();
298 -+ cairo_get_font_options (cairo, options);
299 -+ cairo_font_options_set_antialias (options, CAIRO_ANTIALIAS_SUBPIXEL);
300 -+ cairo_set_font_options (cairo, options);
301 -+ cairo_font_options_destroy (options);
302 -+ }
303 - /* save the initial matrix so that we can use it for type3 fonts. */
304 - //XXX: is this sufficient? could we miss changes to the matrix somehow?
305 - cairo_get_matrix(cairo, &orig_matrix);
306 ---
307 -2.7.3
308 -
309
310 diff --git a/app-text/poppler/files/cairo-qt-experimental/0004-Enabling-slight-hinting-in-Cairo-Backend.patch b/app-text/poppler/files/cairo-qt-experimental/0004-Enabling-slight-hinting-in-Cairo-Backend.patch
311 deleted file mode 100644
312 index 0f622323a9f..00000000000
313 --- a/app-text/poppler/files/cairo-qt-experimental/0004-Enabling-slight-hinting-in-Cairo-Backend.patch
314 +++ /dev/null
315 @@ -1,45 +0,0 @@
316 -From 1604ec6cb759b6f2b8aa006faa0ec990cd511b36 Mon Sep 17 00:00:00 2001
317 -From: Paul Gideon Dann <pdgiddie@×××××.com>
318 -Date: Thu, 21 May 2009 10:55:49 +0100
319 -Subject: [PATCH 4/4] Enabling slight hinting in Cairo Backend
320 -
321 -Originally suggested at:
322 -http://bugs.freedesktop.org/show_bug.cgi?id=3307#c20
323 ----
324 - poppler/CairoFontEngine.cc | 6 +++---
325 - 1 file changed, 3 insertions(+), 3 deletions(-)
326 -
327 -diff --git a/poppler/CairoFontEngine.cc b/poppler/CairoFontEngine.cc
328 -index 3cff917..75a1c50 100644
329 ---- a/poppler/CairoFontEngine.cc
330 -+++ b/poppler/CairoFontEngine.cc
331 -@@ -132,7 +132,7 @@ CairoFont::getSubstitutionCorrection(GfxFont *gfxFont)
332 - cairo_matrix_t m;
333 - cairo_matrix_init_identity(&m);
334 - cairo_font_options_t *options = cairo_font_options_create();
335 -- cairo_font_options_set_hint_style(options, CAIRO_HINT_STYLE_NONE);
336 -+ cairo_font_options_set_hint_style(options, CAIRO_HINT_STYLE_SLIGHT);
337 - cairo_font_options_set_hint_metrics(options, CAIRO_HINT_METRICS_OFF);
338 - cairo_scaled_font_t *scaled_font = cairo_scaled_font_create(cairo_font_face, &m, &m, options);
339 -
340 -@@ -189,7 +189,7 @@ _ft_new_face_uncached (FT_Library lib,
341 - }
342 -
343 - font_face = cairo_ft_font_face_create_for_ft_face (face,
344 -- FT_LOAD_NO_HINTING |
345 -+ FT_LOAD_TARGET_LIGHT |
346 - FT_LOAD_NO_BITMAP);
347 - if (cairo_font_face_set_user_data (font_face,
348 - &_ft_cairo_key,
349 -@@ -358,7 +358,7 @@ _ft_new_face (FT_Library lib,
350 - _ft_open_faces = l;
351 -
352 - l->font_face = cairo_ft_font_face_create_for_ft_face (tmpl.face,
353 -- FT_LOAD_NO_HINTING |
354 -+ FT_LOAD_TARGET_LIGHT |
355 - FT_LOAD_NO_BITMAP);
356 - if (cairo_font_face_set_user_data (l->font_face,
357 - &_ft_cairo_key,
358 ---
359 -2.7.3
360 -
361
362 diff --git a/app-text/poppler/files/poppler-0.28.1-respect-cflags.patch b/app-text/poppler/files/poppler-0.28.1-respect-cflags.patch
363 deleted file mode 100644
364 index 0b94042c8af..00000000000
365 --- a/app-text/poppler/files/poppler-0.28.1-respect-cflags.patch
366 +++ /dev/null
367 @@ -1,48 +0,0 @@
368 -diff --git a/cmake/modules/PopplerMacros.cmake b/cmake/modules/PopplerMacros.cmake
369 -index 6cadf40..7e5e6b2 100644
370 ---- a/cmake/modules/PopplerMacros.cmake
371 -+++ b/cmake/modules/PopplerMacros.cmake
372 -@@ -98,41 +98,10 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
373 - set(CMAKE_BUILD_TYPE RelWithDebInfo)
374 - endif(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
375 -
376 --if(CMAKE_COMPILER_IS_GNUCXX)
377 -- # set the default compile warnings
378 - set(DEFAULT_COMPILE_WARNINGS_NO)
379 - set(DEFAULT_COMPILE_WARNINGS_YES "-Wall -Wcast-align -fno-exceptions -fno-check-new -fno-common")
380 - set(DEFAULT_COMPILE_WARNINGS_KDE "-Wno-long-long -Wundef -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -Wcast-align -Wconversion -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common")
381 -
382 -- set(CMAKE_CXX_FLAGS "-Wnon-virtual-dtor -Woverloaded-virtual ${CMAKE_CXX_FLAGS}")
383 -- set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -g")
384 -- set(CMAKE_CXX_FLAGS_RELEASE "-O2 -DNDEBUG")
385 -- set(CMAKE_CXX_FLAGS_DEBUG "-g -O2 -fno-reorder-blocks -fno-schedule-insns -fno-inline")
386 -- set(CMAKE_CXX_FLAGS_DEBUGFULL "-g3 -fno-inline")
387 -- set(CMAKE_CXX_FLAGS_PROFILE "-g3 -fno-inline -ftest-coverage -fprofile-arcs")
388 -- set(CMAKE_C_FLAGS "-std=c99")
389 -- set(CMAKE_C_FLAGS_RELWITHDEBINFO "-O2 -g")
390 -- set(CMAKE_C_FLAGS_RELEASE "-O2 -DNDEBUG")
391 -- set(CMAKE_C_FLAGS_DEBUG "-g -O2 -fno-reorder-blocks -fno-schedule-insns -fno-inline")
392 -- set(CMAKE_C_FLAGS_DEBUGFULL "-g3 -fno-inline")
393 -- set(CMAKE_C_FLAGS_PROFILE "-g3 -fno-inline -ftest-coverage -fprofile-arcs")
394 --
395 -- poppler_check_link_flag("-Wl,--as-needed" GCC_HAS_AS_NEEDED)
396 -- if(GCC_HAS_AS_NEEDED)
397 -- set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--as-needed")
398 -- set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--as-needed")
399 -- set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,--as-needed")
400 -- endif(GCC_HAS_AS_NEEDED)
401 --endif (CMAKE_COMPILER_IS_GNUCXX)
402 --
403 --if(CMAKE_C_COMPILER MATCHES "icc")
404 -- set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -g")
405 -- set(CMAKE_CXX_FLAGS_RELEASE "-O2 -DNDEBUG")
406 -- set(CMAKE_CXX_FLAGS_DEBUG "-O2 -g -0b0 -noalign")
407 -- set(CMAKE_CXX_FLAGS_DEBUGFULL "-g -Ob0 -noalign")
408 -- set(CMAKE_C_FLAGS_RELWITHDEBINFO "-O2 -g")
409 -- set(CMAKE_C_FLAGS_RELEASE "-O2 -DNDEBUG")
410 -- set(CMAKE_C_FLAGS_DEBUG "-O2 -g -Ob0 -noalign")
411 -- set(CMAKE_C_FLAGS_DEBUGFULL "-g -Ob0 -noalign")
412 --endif(CMAKE_C_COMPILER MATCHES "icc")
413 -+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wnon-virtual-dtor -Woverloaded-virtual")
414 -
415 -+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99")
416
417 diff --git a/app-text/poppler/metadata.xml b/app-text/poppler/metadata.xml
418 index 40c1c894b84..3f8d6be9f98 100644
419 --- a/app-text/poppler/metadata.xml
420 +++ b/app-text/poppler/metadata.xml
421 @@ -20,7 +20,6 @@
422 <use>
423 <flag name="nss">Enable signatures handling with <pkg>dev-libs/nss</pkg></flag>
424 <flag name="utils">Install command-line PDF converters and various utilities.</flag>
425 - <flag name="cairo-qt">Enable experimental Cairo font rasterizer for Qt4 backend.</flag>
426 </use>
427 <slots>
428 <subslots>Reflects ABI compatibility of libpoppler.so only,
429
430 diff --git a/app-text/poppler/poppler-0.45.0.ebuild b/app-text/poppler/poppler-0.45.0.ebuild
431 deleted file mode 100644
432 index ad745e69149..00000000000
433 --- a/app-text/poppler/poppler-0.45.0.ebuild
434 +++ /dev/null
435 @@ -1,142 +0,0 @@
436 -# Copyright 1999-2017 Gentoo Foundation
437 -# Distributed under the terms of the GNU General Public License v2
438 -
439 -EAPI=6
440 -
441 -inherit cmake-utils toolchain-funcs xdg-utils
442 -
443 -if [[ "${PV}" == "9999" ]] ; then
444 - inherit git-r3
445 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/poppler/poppler.git"
446 - SLOT="0/9999"
447 -else
448 - SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz"
449 - 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"
450 - SLOT="0/62" # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so SOVERSION
451 -fi
452 -
453 -DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"
454 -HOMEPAGE="https://poppler.freedesktop.org/"
455 -
456 -LICENSE="GPL-2"
457 -IUSE="cairo cairo-qt cjk curl cxx debug doc +introspection +jpeg +jpeg2k +lcms nss png qt4 qt5 tiff +utils"
458 -
459 -REQUIRED_USE="cairo-qt? ( qt4 )"
460 -
461 -# No test data provided
462 -RESTRICT="test"
463 -
464 -COMMON_DEPEND="
465 - >=media-libs/fontconfig-2.6.0
466 - >=media-libs/freetype-2.3.9
467 - sys-libs/zlib
468 - cairo? (
469 - dev-libs/glib:2
470 - >=x11-libs/cairo-1.10.0
471 - introspection? ( >=dev-libs/gobject-introspection-1.32.1:= )
472 - )
473 - cairo-qt? ( >=x11-libs/cairo-1.10.0 )
474 - curl? ( net-misc/curl )
475 - jpeg? ( virtual/jpeg:0 )
476 - jpeg2k? ( media-libs/openjpeg:2= )
477 - lcms? ( media-libs/lcms:2 )
478 - nss? ( >=dev-libs/nss-3.19:0 )
479 - png? ( media-libs/libpng:0= )
480 - qt4? (
481 - dev-qt/qtcore:4
482 - dev-qt/qtgui:4
483 - )
484 - qt5? (
485 - dev-qt/qtcore:5
486 - dev-qt/qtgui:5
487 - dev-qt/qtxml:5
488 - )
489 - tiff? ( media-libs/tiff:0 )
490 -"
491 -DEPEND="${COMMON_DEPEND}
492 - virtual/pkgconfig
493 -"
494 -RDEPEND="${COMMON_DEPEND}
495 - cjk? ( >=app-text/poppler-data-0.4.7 )
496 -"
497 -
498 -DOCS=(AUTHORS NEWS README README-XPDF TODO)
499 -
500 -PATCHES=(
501 - "${FILESDIR}/${PN}-0.26.0-qt5-dependencies.patch"
502 - "${FILESDIR}/${PN}-0.28.1-fix-multilib-configuration.patch"
503 - "${FILESDIR}/${PN}-0.28.1-respect-cflags.patch"
504 - "${FILESDIR}/${PN}-0.33.0-openjpeg2.patch"
505 - "${FILESDIR}/${PN}-0.40-FindQt4.patch"
506 -)
507 -
508 -src_prepare() {
509 - cmake-utils_src_prepare
510 -
511 - # Clang doesn't grok this flag, the configure nicely tests that, but
512 - # cmake just uses it, so remove it if we use clang
513 - if [[ ${CC} == clang ]] ; then
514 - sed -i -e 's/-fno-check-new//' cmake/modules/PopplerMacros.cmake || die
515 - fi
516 -
517 - # Enable experimental patchset for subpixel font rendering using cairo
518 - # backend for poppler-qt4 from https://github.com/giddie/poppler-qt4-cairo-backend.
519 - if use cairo-qt; then
520 - ewarn "Enabling unsupported, experimental cairo-qt patchset. Please do not report bugs."
521 - epatch "${FILESDIR}/cairo-qt-experimental/0001-Cairo-backend-added-to-Qt4-wrapper.patch"
522 - epatch "${FILESDIR}/cairo-qt-experimental/0002-Setting-default-Qt4-backend-to-Cairo.patch"
523 - epatch "${FILESDIR}/cairo-qt-experimental/0003-Forcing-subpixel-rendering-in-Cairo-backend.patch"
524 - epatch "${FILESDIR}/cairo-qt-experimental/0004-Enabling-slight-hinting-in-Cairo-Backend.patch"
525 - fi
526 -}
527 -
528 -src_configure() {
529 - xdg_environment_reset
530 - local mycmakeargs=(
531 - -DBUILD_GTK_TESTS=OFF
532 - -DBUILD_QT4_TESTS=OFF
533 - -DBUILD_QT5_TESTS=OFF
534 - -DBUILD_CPP_TESTS=OFF
535 - -DENABLE_SPLASH=ON
536 - -DENABLE_ZLIB=ON
537 - -DENABLE_ZLIB_UNCOMPRESS=OFF
538 - -DENABLE_XPDF_HEADERS=ON
539 - -DENABLE_LIBCURL="$(usex curl)"
540 - -DENABLE_CPP="$(usex cxx)"
541 - -DENABLE_UTILS="$(usex utils)"
542 - -DSPLASH_CMYK=OFF
543 - -DUSE_FIXEDPOINT=OFF
544 - -DUSE_FLOAT=OFF
545 - -DWITH_Cairo="$(usex cairo)"
546 - -DWITH_GObjectIntrospection="$(usex introspection)"
547 - -DWITH_JPEG="$(usex jpeg)"
548 - -DWITH_NSS3="$(usex nss)"
549 - -DWITH_PNG="$(usex png)"
550 - -DWITH_Qt4="$(usex qt4)"
551 - $(cmake-utils_use_find_package qt5 Qt5Core)
552 - -DWITH_TIFF="$(usex tiff)"
553 - )
554 - if use jpeg2k; then
555 - mycmakeargs+=(-DENABLE_LIBOPENJPEG=openjpeg2)
556 - else
557 - mycmakeargs+=(-DENABLE_LIBOPENJPEG=)
558 - fi
559 - if use lcms; then
560 - mycmakeargs+=(-DENABLE_CMS=lcms2)
561 - else
562 - mycmakeargs+=(-DENABLE_CMS=)
563 - fi
564 -
565 - cmake-utils_src_configure
566 -}
567 -
568 -src_install() {
569 - cmake-utils_src_install
570 -
571 - # live version doesn't provide html documentation
572 - if use cairo && use doc && [[ ${PV} != 9999 ]]; then
573 - # For now install gtk-doc there
574 - insinto /usr/share/gtk-doc/html/poppler
575 - doins -r "${S}"/glib/reference/html/*
576 - fi
577 -}