summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2016-04-24 16:18:14 +0200
committerArmin Kuster <akuster808@gmail.com>2016-05-02 14:03:04 -0700
commit51ad2f86b68b4e90b4769b9e6bd8a75b90641e36 (patch)
tree21b95c8a5e242a974c8b7d33bf3386e6eaf991e6
parentfe8fbf189537b47894f21ec98e19d1b81ece3bfa (diff)
downloadmeta-openembedded-51ad2f86b68b4e90b4769b9e6bd8a75b90641e36.tar.gz
poppler: update to 0.4.1
* remove leftover patches * run tested against evince and qpdfview Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-support/poppler/poppler-0.35.0/fix-qt4e-library-dependencies.patch28
-rw-r--r--meta-oe/recipes-support/poppler/poppler_0.41.0.bb (renamed from meta-oe/recipes-support/poppler/poppler_0.37.0.bb)4
2 files changed, 2 insertions, 30 deletions
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 f67e1f503..000000000
--- a/meta-oe/recipes-support/poppler/poppler-0.35.0/fix-qt4e-library-dependencies.patch
+++ /dev/null
@@ -1,28 +0,0 @@
1Configuration changes needed to allow building with QT4-embedded
2
3Index: poppler-0.35.0/configure.ac
4===================================================================
5--- poppler-0.35.0.orig/configure.ac
6+++ poppler-0.35.0/configure.ac
7@@ -654,17 +654,17 @@ AC_ARG_ENABLE(poppler-qt4,
8 enable_poppler_qt4="try")
9 if test x$enable_poppler_qt4 = xyes; then
10 PKG_CHECK_MODULES(POPPLER_QT4,
11- QtCore >= 4.7.0 QtGui >= 4.7.0 QtXml >= 4.7.0)
12+ QtCoreE >= 4.7.0 QtGuiE >= 4.7.0 QtXmlE >= 4.7.0)
13 PKG_CHECK_MODULES(POPPLER_QT4_TEST,
14- QtTest >= 4.7.0)
15+ QtTestE >= 4.7.0)
16 elif test x$enable_poppler_qt4 = xtry; then
17 PKG_CHECK_MODULES(POPPLER_QT4,
18- QtCore >= 4.7.0 QtGui >= 4.7.0 QtXml >= 4.7.0,
19+ QtCoreE >= 4.7.0 QtGuiE >= 4.7.0 QtXmlE >= 4.7.0,
20 [enable_poppler_qt4="yes"],
21 [enable_poppler_qt4="no"])
22 if test x$enable_poppler_qt4 = xyes; then
23 PKG_CHECK_MODULES(POPPLER_QT4_TEST,
24- QtTest >= 4.7.0,
25+ QtTestE >= 4.7.0,
26 [enable_poppler_qt4="yes"],
27 [enable_poppler_qt4="no"])
28 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
index 2c6b1a9d9..432040846 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 = " \
6 http://poppler.freedesktop.org/${BP}.tar.xz \ 6 http://poppler.freedesktop.org/${BP}.tar.xz \
7 file://0001-add-manadatory-options-to-find-qt4-qt5-moc.patch \ 7 file://0001-add-manadatory-options-to-find-qt4-qt5-moc.patch \
8" 8"
9SRC_URI[md5sum] = "c635e1742202cbbd9182cb0255d95652" 9SRC_URI[md5sum] = "849a8bd6af5794efb961b70418414e5a"
10SRC_URI[sha256sum] = "b89f9c5eae3bbb1046b0f767714afd75eca102a0406a3a30856778d42a685bee" 10SRC_URI[sha256sum] = "420abaab63caed9e1ee28964a0ba216d1979506726164bc99ad5ade289192a1b"
11 11
12DEPENDS = "fontconfig zlib cairo lcms" 12DEPENDS = "fontconfig zlib cairo lcms"
13 13