summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2017-05-22 12:03:56 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-22 15:35:08 +0200
commit2a29a2612ee2313112736e54fa68bf6b291c07fd (patch)
treefd9c6644be73d9c13d52f9969fb57d11aba3a03e
parent73f9712cd84a20c28210a79b71bba744727de1b2 (diff)
downloadbuildroot-2a29a2612ee2313112736e54fa68bf6b291c07fd.tar.gz
buildroot-2a29a2612ee2313112736e54fa68bf6b291c07fd.zip
poppler: bump version to 0.55.0
--enable-libjpeg option is now --enable-dctdecoder=libjpeg, and --disable-libjpeg is now --enable-dctdecoder=none. See this upstream commit: https://cgit.freedesktop.org/poppler/poppler/commit/?id=b286a6b5b1a63563263072305da04604cb022488 Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/poppler/poppler.hash2
-rw-r--r--package/poppler/poppler.mk6
2 files changed, 4 insertions, 4 deletions
diff --git a/package/poppler/poppler.hash b/package/poppler/poppler.hash
index 4ef5799adb..699e7057b1 100644
--- a/package/poppler/poppler.hash
+++ b/package/poppler/poppler.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 10cca9a67cc2e6f4f9024192b1067c444218bf94430891f43dc819d78536ca31 poppler-0.54.0.tar.xz
+sha256 537f2bc60d796525705ad9ca8e46899dcc99c2e9480b80051808bae265cdc658 poppler-0.55.0.tar.xz
diff --git a/package/poppler/poppler.mk b/package/poppler/poppler.mk
index 056193c59d..5757100b5d 100644
--- a/package/poppler/poppler.mk
+++ b/package/poppler/poppler.mk
@@ -4,7 +4,7 @@
#
################################################################################
-POPPLER_VERSION = 0.54.0
+POPPLER_VERSION = 0.55.0
POPPLER_SOURCE = poppler-$(POPPLER_VERSION).tar.xz
POPPLER_SITE = http://poppler.freedesktop.org
POPPLER_DEPENDENCIES = fontconfig host-pkgconf
@@ -46,10 +46,10 @@ POPPLER_CONF_OPTS += --disable-libtiff
endif
ifeq ($(BR2_PACKAGE_JPEG),y)
-POPPLER_CONF_OPTS += --enable-libjpeg
+POPPLER_CONF_OPTS += --enable-dctdecoder=libjpeg
POPPLER_DEPENDENCIES += jpeg
else
-POPPLER_CONF_OPTS += --disable-libjpeg
+POPPLER_CONF_OPTS += --enable-dctdecoder=none
endif
ifeq ($(BR2_PACKAGE_LIBPNG),y)
OpenPOWER on IntegriCloud