From eeac9ad0cc9aa667209f693b1a8e2b9fe3a8b423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 24 Apr 2016 16:18:14 +0200 Subject: [PATCH] poppler: update to 0.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * remove leftover patches * run tested against evince and qpdfview Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- .../fix-qt4e-library-dependencies.patch | 28 ------------------- .../{poppler_0.37.0.bb => poppler_0.41.0.bb} | 4 +-- 2 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644 meta-oe/recipes-support/poppler/poppler-0.35.0/fix-qt4e-library-dependencies.patch rename meta-oe/recipes-support/poppler/{poppler_0.37.0.bb => poppler_0.41.0.bb} (93%) diff --git a/meta-oe/recipes-support/poppler/poppler-0.35.0/fix-qt4e-library-dependencies.patch b/meta-oe/recipes-support/poppler/poppler-0.35.0/fix-qt4e-library-dependencies.patch deleted file mode 100644 index f67e1f5039..0000000000 --- a/meta-oe/recipes-support/poppler/poppler-0.35.0/fix-qt4e-library-dependencies.patch +++ /dev/null @@ -1,28 +0,0 @@ -Configuration changes needed to allow building with QT4-embedded - -Index: poppler-0.35.0/configure.ac -=================================================================== ---- poppler-0.35.0.orig/configure.ac -+++ poppler-0.35.0/configure.ac -@@ -654,17 +654,17 @@ AC_ARG_ENABLE(poppler-qt4, - enable_poppler_qt4="try") - if test x$enable_poppler_qt4 = xyes; then - PKG_CHECK_MODULES(POPPLER_QT4, -- QtCore >= 4.7.0 QtGui >= 4.7.0 QtXml >= 4.7.0) -+ QtCoreE >= 4.7.0 QtGuiE >= 4.7.0 QtXmlE >= 4.7.0) - PKG_CHECK_MODULES(POPPLER_QT4_TEST, -- QtTest >= 4.7.0) -+ QtTestE >= 4.7.0) - elif test x$enable_poppler_qt4 = xtry; then - PKG_CHECK_MODULES(POPPLER_QT4, -- QtCore >= 4.7.0 QtGui >= 4.7.0 QtXml >= 4.7.0, -+ QtCoreE >= 4.7.0 QtGuiE >= 4.7.0 QtXmlE >= 4.7.0, - [enable_poppler_qt4="yes"], - [enable_poppler_qt4="no"]) - if test x$enable_poppler_qt4 = xyes; then - PKG_CHECK_MODULES(POPPLER_QT4_TEST, -- QtTest >= 4.7.0, -+ QtTestE >= 4.7.0, - [enable_poppler_qt4="yes"], - [enable_poppler_qt4="no"]) - fi diff --git a/meta-oe/recipes-support/poppler/poppler_0.37.0.bb b/meta-oe/recipes-support/poppler/poppler_0.41.0.bb similarity index 93% rename from meta-oe/recipes-support/poppler/poppler_0.37.0.bb rename to meta-oe/recipes-support/poppler/poppler_0.41.0.bb index 2c6b1a9d96..4320408464 100644 --- a/meta-oe/recipes-support/poppler/poppler_0.37.0.bb +++ b/meta-oe/recipes-support/poppler/poppler_0.41.0.bb @@ -6,8 +6,8 @@ SRC_URI = " \ http://poppler.freedesktop.org/${BP}.tar.xz \ file://0001-add-manadatory-options-to-find-qt4-qt5-moc.patch \ " -SRC_URI[md5sum] = "c635e1742202cbbd9182cb0255d95652" -SRC_URI[sha256sum] = "b89f9c5eae3bbb1046b0f767714afd75eca102a0406a3a30856778d42a685bee" +SRC_URI[md5sum] = "849a8bd6af5794efb961b70418414e5a" +SRC_URI[sha256sum] = "420abaab63caed9e1ee28964a0ba216d1979506726164bc99ad5ade289192a1b" DEPENDS = "fontconfig zlib cairo lcms"