From e4554302c3e5e95f383799cf01fd13d038dbf41e Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Thu, 8 Apr 2021 00:18:29 +0200 Subject: poppler: upgrade 21.03.0 -> 21.04.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release 21.04.0 core: * Hide symbols by default * TextSelectionDumper: fix word order for RTL text * Fix rendering of text in some files. Issue #1052 * Implement rendering of Masks of Image subtype. Issue #1058 * Forms: fix unclicking standalone form buttons. Issue #1034 glib: * Expose more fields from MediaRendition in PopplerMedia * Use stock glib macro to define boxed type * Remove incorrecly used volatile from enum type registration code qt5: * Fix crash in files with malformed signatures * Fix memory leak when QImage constructor "fails" qt6: * Fix crash in files with malformed signatures * Fix memory leak when QImage constructor "fails" utils: * pdfsig: New paragraph for "-sign" in manpage * pdfimages: Do not assert in "too big images". Issue #1061 build system: * Require cmake >= 3.10 * Require Qt 5 >= 5.9 * Require glib >= 2.56 * Require gtk 3 >= 3.22 * Require gdk-pixbuf >= 2.36 Signed-off-by: Andreas Müller Signed-off-by: Khem Raj (cherry picked from commit 643af3ee2cf61d12123374ba915ce71c4a56410b) Signed-off-by: Armin Kuster --- ...Use-stock-glib-macro-to-define-boxed-type.patch | 228 --------------------- ...-incorrecly-used-volatile-from-enum-type-.patch | 47 ----- meta-oe/recipes-support/poppler/poppler_21.03.0.bb | 53 ----- meta-oe/recipes-support/poppler/poppler_21.04.0.bb | 51 +++++ 4 files changed, 51 insertions(+), 328 deletions(-) delete mode 100644 meta-oe/recipes-support/poppler/poppler/0001-glib-Use-stock-glib-macro-to-define-boxed-type.patch delete mode 100644 meta-oe/recipes-support/poppler/poppler/0002-glib-Remove-incorrecly-used-volatile-from-enum-type-.patch delete mode 100644 meta-oe/recipes-support/poppler/poppler_21.03.0.bb create mode 100644 meta-oe/recipes-support/poppler/poppler_21.04.0.bb diff --git a/meta-oe/recipes-support/poppler/poppler/0001-glib-Use-stock-glib-macro-to-define-boxed-type.patch b/meta-oe/recipes-support/poppler/poppler/0001-glib-Use-stock-glib-macro-to-define-boxed-type.patch deleted file mode 100644 index 89de98c0cb..0000000000 --- a/meta-oe/recipes-support/poppler/poppler/0001-glib-Use-stock-glib-macro-to-define-boxed-type.patch +++ /dev/null @@ -1,228 +0,0 @@ -From 17b25e3122685d8277fe70fb6d27ab1eaf15b3e7 Mon Sep 17 00:00:00 2001 -From: Christian Persch -Date: Fri, 26 Mar 2021 18:17:25 +0100 -Subject: [PATCH 1/2] glib: Use stock glib macro to define boxed type - -Upstream-Staus: Backport [https://github.com/freedesktop/poppler/commit/47de887d7658cfd68df44b3acf710971054f957b] -Poppler already depends on a sufficiently new glib version, so we can -simply use G_DEFINE_BOXED_TYPE instead of defining our own macro. ---- - glib/poppler-action.cc | 4 ++-- - glib/poppler-annot.cc | 2 +- - glib/poppler-document.cc | 6 +++--- - glib/poppler-page.cc | 20 ++++++++++---------- - glib/poppler-private.h | 15 --------------- - glib/poppler-structure-element.cc | 4 ++-- - 6 files changed, 18 insertions(+), 33 deletions(-) - -diff --git a/glib/poppler-action.cc b/glib/poppler-action.cc -index d395db7..b772a3c 100644 ---- a/glib/poppler-action.cc -+++ b/glib/poppler-action.cc -@@ -25,7 +25,7 @@ - * @title: PopplerAction - */ - --POPPLER_DEFINE_BOXED_TYPE(PopplerDest, poppler_dest, poppler_dest_copy, poppler_dest_free) -+G_DEFINE_BOXED_TYPE(PopplerDest, poppler_dest, poppler_dest_copy, poppler_dest_free) - - /** - * poppler_dest_copy: -@@ -88,7 +88,7 @@ static PopplerActionLayer *poppler_action_layer_copy(PopplerActionLayer *action_ - return retval; - } - --POPPLER_DEFINE_BOXED_TYPE(PopplerAction, poppler_action, poppler_action_copy, poppler_action_free) -+G_DEFINE_BOXED_TYPE(PopplerAction, poppler_action, poppler_action_copy, poppler_action_free) - - /** - * poppler_action_free: -diff --git a/glib/poppler-annot.cc b/glib/poppler-annot.cc -index f4c5bb1..5320565 100644 ---- a/glib/poppler-annot.cc -+++ b/glib/poppler-annot.cc -@@ -1693,7 +1693,7 @@ gchar *poppler_annot_file_attachment_get_name(PopplerAnnotFileAttachment *popple - } - - /* PopplerAnnotCalloutLine */ --POPPLER_DEFINE_BOXED_TYPE(PopplerAnnotCalloutLine, poppler_annot_callout_line, poppler_annot_callout_line_copy, poppler_annot_callout_line_free) -+G_DEFINE_BOXED_TYPE(PopplerAnnotCalloutLine, poppler_annot_callout_line, poppler_annot_callout_line_copy, poppler_annot_callout_line_free) - - /** - * poppler_annot_callout_line_new: -diff --git a/glib/poppler-document.cc b/glib/poppler-document.cc -index bd26bc7..9e62ff6 100644 ---- a/glib/poppler-document.cc -+++ b/glib/poppler-document.cc -@@ -2360,7 +2360,7 @@ struct _PopplerIndexIter - int index; - }; - --POPPLER_DEFINE_BOXED_TYPE(PopplerIndexIter, poppler_index_iter, poppler_index_iter_copy, poppler_index_iter_free) -+G_DEFINE_BOXED_TYPE(PopplerIndexIter, poppler_index_iter, poppler_index_iter_copy, poppler_index_iter_free) - - /** - * poppler_index_iter_copy: -@@ -2579,7 +2579,7 @@ struct _PopplerFontsIter - int index; - }; - --POPPLER_DEFINE_BOXED_TYPE(PopplerFontsIter, poppler_fonts_iter, poppler_fonts_iter_copy, poppler_fonts_iter_free) -+G_DEFINE_BOXED_TYPE(PopplerFontsIter, poppler_fonts_iter, poppler_fonts_iter_copy, poppler_fonts_iter_free) - - /** - * poppler_fonts_iter_get_full_name: -@@ -3111,7 +3111,7 @@ struct _PopplerLayersIter - int index; - }; - --POPPLER_DEFINE_BOXED_TYPE(PopplerLayersIter, poppler_layers_iter, poppler_layers_iter_copy, poppler_layers_iter_free) -+G_DEFINE_BOXED_TYPE(PopplerLayersIter, poppler_layers_iter, poppler_layers_iter_copy, poppler_layers_iter_free) - - /** - * poppler_layers_iter_copy: -diff --git a/glib/poppler-page.cc b/glib/poppler-page.cc -index 7e21c71..2e229bf 100644 ---- a/glib/poppler-page.cc -+++ b/glib/poppler-page.cc -@@ -1566,7 +1566,7 @@ void poppler_page_remove_annot(PopplerPage *page, PopplerAnnot *annot) - - /* PopplerRectangle type */ - --POPPLER_DEFINE_BOXED_TYPE(PopplerRectangle, poppler_rectangle, poppler_rectangle_copy, poppler_rectangle_free) -+G_DEFINE_BOXED_TYPE(PopplerRectangle, poppler_rectangle, poppler_rectangle_copy, poppler_rectangle_free) - - /** - * poppler_rectangle_new: -@@ -1608,7 +1608,7 @@ void poppler_rectangle_free(PopplerRectangle *rectangle) - - /* PopplerPoint type */ - --POPPLER_DEFINE_BOXED_TYPE(PopplerPoint, poppler_point, poppler_point_copy, poppler_point_free) -+G_DEFINE_BOXED_TYPE(PopplerPoint, poppler_point, poppler_point_copy, poppler_point_free) - - /** - * poppler_point_new: -@@ -1657,7 +1657,7 @@ void poppler_point_free(PopplerPoint *point) - - /* PopplerQuadrilateral type */ - --POPPLER_DEFINE_BOXED_TYPE(PopplerQuadrilateral, poppler_quadrilateral, poppler_quadrilateral_copy, poppler_quadrilateral_free) -+G_DEFINE_BOXED_TYPE(PopplerQuadrilateral, poppler_quadrilateral, poppler_quadrilateral_copy, poppler_quadrilateral_free) - - /** - * poppler_quadrilateral_new: -@@ -1705,7 +1705,7 @@ void poppler_quadrilateral_free(PopplerQuadrilateral *quad) - - /* PopplerTextAttributes type */ - --POPPLER_DEFINE_BOXED_TYPE(PopplerTextAttributes, poppler_text_attributes, poppler_text_attributes_copy, poppler_text_attributes_free) -+G_DEFINE_BOXED_TYPE(PopplerTextAttributes, poppler_text_attributes, poppler_text_attributes_copy, poppler_text_attributes_free) - - /** - * poppler_text_attributes_new: -@@ -1804,7 +1804,7 @@ void poppler_text_attributes_free(PopplerTextAttributes *text_attrs) - */ - - /* PopplerColor type */ --POPPLER_DEFINE_BOXED_TYPE(PopplerColor, poppler_color, poppler_color_copy, poppler_color_free) -+G_DEFINE_BOXED_TYPE(PopplerColor, poppler_color, poppler_color_copy, poppler_color_free) - - /** - * poppler_color_new: -@@ -1848,7 +1848,7 @@ void poppler_color_free(PopplerColor *color) - } - - /* PopplerLinkMapping type */ --POPPLER_DEFINE_BOXED_TYPE(PopplerLinkMapping, poppler_link_mapping, poppler_link_mapping_copy, poppler_link_mapping_free) -+G_DEFINE_BOXED_TYPE(PopplerLinkMapping, poppler_link_mapping, poppler_link_mapping_copy, poppler_link_mapping_free) - - /** - * poppler_link_mapping_new: -@@ -1900,7 +1900,7 @@ void poppler_link_mapping_free(PopplerLinkMapping *mapping) - } - - /* Poppler Image mapping type */ --POPPLER_DEFINE_BOXED_TYPE(PopplerImageMapping, poppler_image_mapping, poppler_image_mapping_copy, poppler_image_mapping_free) -+G_DEFINE_BOXED_TYPE(PopplerImageMapping, poppler_image_mapping, poppler_image_mapping_copy, poppler_image_mapping_free) - - /** - * poppler_image_mapping_new: -@@ -1939,7 +1939,7 @@ void poppler_image_mapping_free(PopplerImageMapping *mapping) - } - - /* Page Transition */ --POPPLER_DEFINE_BOXED_TYPE(PopplerPageTransition, poppler_page_transition, poppler_page_transition_copy, poppler_page_transition_free) -+G_DEFINE_BOXED_TYPE(PopplerPageTransition, poppler_page_transition, poppler_page_transition_copy, poppler_page_transition_free) - - /** - * poppler_page_transition_new: -@@ -1983,7 +1983,7 @@ void poppler_page_transition_free(PopplerPageTransition *transition) - } - - /* Form Field Mapping Type */ --POPPLER_DEFINE_BOXED_TYPE(PopplerFormFieldMapping, poppler_form_field_mapping, poppler_form_field_mapping_copy, poppler_form_field_mapping_free) -+G_DEFINE_BOXED_TYPE(PopplerFormFieldMapping, poppler_form_field_mapping, poppler_form_field_mapping_copy, poppler_form_field_mapping_free) - - /** - * poppler_form_field_mapping_new: -@@ -2035,7 +2035,7 @@ void poppler_form_field_mapping_free(PopplerFormFieldMapping *mapping) - } - - /* PopplerAnnot Mapping Type */ --POPPLER_DEFINE_BOXED_TYPE(PopplerAnnotMapping, poppler_annot_mapping, poppler_annot_mapping_copy, poppler_annot_mapping_free) -+G_DEFINE_BOXED_TYPE(PopplerAnnotMapping, poppler_annot_mapping, poppler_annot_mapping_copy, poppler_annot_mapping_free) - - /** - * poppler_annot_mapping_new: -diff --git a/glib/poppler-private.h b/glib/poppler-private.h -index d41b59c..1027271 100644 ---- a/glib/poppler-private.h -+++ b/glib/poppler-private.h -@@ -143,21 +143,6 @@ gboolean _poppler_convert_pdf_date_to_gtime(const GooString *date, time_t *gdate - GDateTime *_poppler_convert_pdf_date_to_date_time(const GooString *date); - GooString *_poppler_convert_date_time_to_pdf_date(GDateTime *datetime); - --/* -- * A convenience macro for boxed type implementations, which defines a -- * type_name_get_type() function registering the boxed type. -- */ --#define POPPLER_DEFINE_BOXED_TYPE(TypeName, type_name, copy_func, free_func) \ -- GType type_name##_get_type(void) \ -- { \ -- static volatile gsize g_define_type_id__volatile = 0; \ -- if (g_once_init_enter(&g_define_type_id__volatile)) { \ -- GType g_define_type_id = g_boxed_type_register_static(g_intern_static_string(#TypeName), (GBoxedCopyFunc)copy_func, (GBoxedFreeFunc)free_func); \ -- g_once_init_leave(&g_define_type_id__volatile, g_define_type_id); \ -- } \ -- return g_define_type_id__volatile; \ -- } -- - void _poppler_error_cb(ErrorCategory category, Goffset pos, const char *message); - - #endif -diff --git a/glib/poppler-structure-element.cc b/glib/poppler-structure-element.cc -index aec7cd1..29d3e5c 100644 ---- a/glib/poppler-structure-element.cc -+++ b/glib/poppler-structure-element.cc -@@ -581,7 +581,7 @@ struct _PopplerStructureElementIter - unsigned index; - }; - --POPPLER_DEFINE_BOXED_TYPE(PopplerStructureElementIter, poppler_structure_element_iter, poppler_structure_element_iter_copy, poppler_structure_element_iter_free) -+G_DEFINE_BOXED_TYPE(PopplerStructureElementIter, poppler_structure_element_iter, poppler_structure_element_iter_copy, poppler_structure_element_iter_free) - - /** - * poppler_structure_element_iter_copy: -@@ -763,7 +763,7 @@ struct _PopplerTextSpan - PopplerColor color; - }; - --POPPLER_DEFINE_BOXED_TYPE(PopplerTextSpan, poppler_text_span, poppler_text_span_copy, poppler_text_span_free) -+G_DEFINE_BOXED_TYPE(PopplerTextSpan, poppler_text_span, poppler_text_span_copy, poppler_text_span_free) - - enum - { --- -2.31.1 - diff --git a/meta-oe/recipes-support/poppler/poppler/0002-glib-Remove-incorrecly-used-volatile-from-enum-type-.patch b/meta-oe/recipes-support/poppler/poppler/0002-glib-Remove-incorrecly-used-volatile-from-enum-type-.patch deleted file mode 100644 index f4a54a184f..0000000000 --- a/meta-oe/recipes-support/poppler/poppler/0002-glib-Remove-incorrecly-used-volatile-from-enum-type-.patch +++ /dev/null @@ -1,47 +0,0 @@ -From 8b0890e2d1623e580d8a849e56c1f3a2984e782d Mon Sep 17 00:00:00 2001 -From: Christian Persch -Date: Fri, 26 Mar 2021 18:17:25 +0100 -Subject: [PATCH 2/2] glib: Remove incorrecly used volatile from enum type - registration code - -Upstream-Status: Backport [https://github.com/freedesktop/poppler/commit/bdd110b45a38e8a4f80f522892e4c4a9e432abd5] ---- - glib/poppler-enums.c.template | 10 +++++----- - 1 file changed, 5 insertions(+), 5 deletions(-) - -diff --git a/glib/poppler-enums.c.template b/glib/poppler-enums.c.template -index 26a51b4..eefc769 100644 ---- a/glib/poppler-enums.c.template -+++ b/glib/poppler-enums.c.template -@@ -15,9 +15,9 @@ - GType - @enum_name@_get_type (void) - { -- static volatile gsize g_define_type_id__volatile = 0; -+ static volatile gsize g_define_type_id = 0; - -- if (g_once_init_enter (&g_define_type_id__volatile)) { -+ if (g_once_init_enter (&g_define_type_id)) { - static const G@Type@Value values[] = { - /*** END value-header ***/ - -@@ -28,13 +28,13 @@ GType - /*** BEGIN value-tail ***/ - { 0, NULL, NULL } - }; -- GType g_define_type_id = -+ GType type = - g_@type@_register_static (g_intern_static_string ("@EnumName@"), values); - -- g_once_init_leave (&g_define_type_id__volatile, g_define_type_id); -+ g_once_init_leave (&g_define_type_id, type); - } - -- return g_define_type_id__volatile; -+ return g_define_type_id; - } - - /*** END value-tail ***/ --- -2.31.1 - diff --git a/meta-oe/recipes-support/poppler/poppler_21.03.0.bb b/meta-oe/recipes-support/poppler/poppler_21.03.0.bb deleted file mode 100644 index b272bc82cc..0000000000 --- a/meta-oe/recipes-support/poppler/poppler_21.03.0.bb +++ /dev/null @@ -1,53 +0,0 @@ -SUMMARY = "Poppler is a PDF rendering library based on the xpdf-3.0 code base" -HOMEPAGE = "https://poppler.freedesktop.org/" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" - -SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.xz \ - file://0001-Do-not-overwrite-all-our-build-flags.patch \ - file://basename-include.patch \ - file://0001-glib-Use-stock-glib-macro-to-define-boxed-type.patch \ - file://0002-glib-Remove-incorrecly-used-volatile-from-enum-type-.patch \ - " -SRC_URI[sha256sum] = "fd51ead4aac1d2f4684fa6e7b0ec06f0233ed21667e720a4e817e4455dd63d27" - -DEPENDS = "fontconfig zlib cairo lcms glib-2.0" - -inherit cmake pkgconfig gobject-introspection - -PACKAGECONFIG ??= "jpeg openjpeg png tiff nss splash" -PACKAGECONFIG[jpeg] = "-DWITH_JPEG=ON -DENABLE_DCTDECODER=libjpeg,-DWITH_JPEG=OFF -DENABLE_DCTDECODER=none,jpeg" -PACKAGECONFIG[png] = "-DWITH_PNG=ON,-DWITH_PNG=OFF,libpng" -PACKAGECONFIG[tiff] = "-DWITH_TIFF=ON,-DWITH_TIFF=OFF,tiff" -PACKAGECONFIG[curl] = "-DENABLE_LIBCURL=ON,-DENABLE_LIBCURL=OFF,curl" -PACKAGECONFIG[openjpeg] = "-DENABLE_LIBOPENJPEG=openjpeg2,-DENABLE_LIBOPENJPEG=none,openjpeg" -PACKAGECONFIG[qt5] = "-DENABLE_QT5=ON,-DENABLE_QT5=OFF,qtbase qttools-native" -PACKAGECONFIG[nss] = "-DWITH_NSS3=ON,-DWITH_NSS3=OFF,nss" -PACKAGECONFIG[splash] = "-DENABLE_SPLASH=ON,-DENABLE_SPLASH=OFF,boost" - -# surprise - did not expect this to work :) -inherit ${@bb.utils.contains('PACKAGECONFIG', 'qt5', 'cmake_qt5', '', d)} - -SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}" - -EXTRA_OECMAKE += " \ - -DENABLE_CMS=lcms2 \ - -DENABLE_UNSTABLE_API_ABI_HEADERS=ON \ - -DBUILD_GTK_TESTS=OFF \ - -DENABLE_ZLIB=ON \ - -DCMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES:PATH='${STAGING_INCDIR}' \ - ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-DENABLE_GOBJECT_INTROSPECTION=ON', '-DENABLE_GOBJECT_INTROSPECTION=OFF', d)} \ -" - -do_configure_append() { - # poppler macro uses pkg-config to check for g-ir runtimes. Something - # makes them point to /usr/bin. Align them to sysroot - that's where the - # gir-wrappers are: - sed -i 's: ${bindir}/g-ir: ${STAGING_BINDIR}/g-ir:' ${B}/build.ninja -} - -PACKAGES =+ "libpoppler libpoppler-glib" -FILES_libpoppler = "${libdir}/libpoppler.so.*" -FILES_libpoppler-glib = "${libdir}/libpoppler-glib.so.*" - -RDEPENDS_libpoppler = "poppler-data" diff --git a/meta-oe/recipes-support/poppler/poppler_21.04.0.bb b/meta-oe/recipes-support/poppler/poppler_21.04.0.bb new file mode 100644 index 0000000000..de5f380361 --- /dev/null +++ b/meta-oe/recipes-support/poppler/poppler_21.04.0.bb @@ -0,0 +1,51 @@ +SUMMARY = "Poppler is a PDF rendering library based on the xpdf-3.0 code base" +HOMEPAGE = "https://poppler.freedesktop.org/" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" + +SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.xz \ + file://0001-Do-not-overwrite-all-our-build-flags.patch \ + file://basename-include.patch \ + " +SRC_URI[sha256sum] = "5e2219656c6bbd36154133fef2e12b7d0938464518827098b29a10b1697ea79c" + +DEPENDS = "fontconfig zlib cairo lcms glib-2.0" + +inherit cmake pkgconfig gobject-introspection + +PACKAGECONFIG ??= "jpeg openjpeg png tiff nss splash" +PACKAGECONFIG[jpeg] = "-DWITH_JPEG=ON -DENABLE_DCTDECODER=libjpeg,-DWITH_JPEG=OFF -DENABLE_DCTDECODER=none,jpeg" +PACKAGECONFIG[png] = "-DWITH_PNG=ON,-DWITH_PNG=OFF,libpng" +PACKAGECONFIG[tiff] = "-DWITH_TIFF=ON,-DWITH_TIFF=OFF,tiff" +PACKAGECONFIG[curl] = "-DENABLE_LIBCURL=ON,-DENABLE_LIBCURL=OFF,curl" +PACKAGECONFIG[openjpeg] = "-DENABLE_LIBOPENJPEG=openjpeg2,-DENABLE_LIBOPENJPEG=none,openjpeg" +PACKAGECONFIG[qt5] = "-DENABLE_QT5=ON,-DENABLE_QT5=OFF,qtbase qttools-native" +PACKAGECONFIG[nss] = "-DWITH_NSS3=ON,-DWITH_NSS3=OFF,nss" +PACKAGECONFIG[splash] = "-DENABLE_SPLASH=ON,-DENABLE_SPLASH=OFF,boost" + +# surprise - did not expect this to work :) +inherit ${@bb.utils.contains('PACKAGECONFIG', 'qt5', 'cmake_qt5', '', d)} + +SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}" + +EXTRA_OECMAKE += " \ + -DENABLE_CMS=lcms2 \ + -DENABLE_UNSTABLE_API_ABI_HEADERS=ON \ + -DBUILD_GTK_TESTS=OFF \ + -DENABLE_ZLIB=ON \ + -DCMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES:PATH='${STAGING_INCDIR}' \ + ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-DENABLE_GOBJECT_INTROSPECTION=ON', '-DENABLE_GOBJECT_INTROSPECTION=OFF', d)} \ +" + +do_configure_append() { + # poppler macro uses pkg-config to check for g-ir runtimes. Something + # makes them point to /usr/bin. Align them to sysroot - that's where the + # gir-wrappers are: + sed -i 's: ${bindir}/g-ir: ${STAGING_BINDIR}/g-ir:' ${B}/build.ninja +} + +PACKAGES =+ "libpoppler libpoppler-glib" +FILES_libpoppler = "${libdir}/libpoppler.so.*" +FILES_libpoppler-glib = "${libdir}/libpoppler-glib.so.*" + +RDEPENDS_libpoppler = "poppler-data" -- cgit v1.2.3-54-g00ecf