From 3139517d752151399e76de71543e194a6b3139e5 Mon Sep 17 00:00:00 2001 From: Mark Brand Date: Mon, 3 Aug 2020 12:22:50 +0200 Subject: [PATCH] update poppler --- src/poppler-1-win32.patch | 4 ++-- src/poppler.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/poppler-1-win32.patch b/src/poppler-1-win32.patch index 9d6e6067..8bedb9aa 100644 --- a/src/poppler-1-win32.patch +++ b/src/poppler-1-win32.patch @@ -114,7 +114,7 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt index 1111111..2222222 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -45,10 +45,11 @@ set (CMAKE_CXX_EXTENSIONS OFF) +@@ -48,10 +48,11 @@ set (CMAKE_CXX_EXTENSIONS OFF) # command line switches option(ENABLE_UNSTABLE_API_ABI_HEADERS "Install API/ABI unstable xpdf headers." OFF) @@ -130,7 +130,7 @@ index 1111111..2222222 100644 option(ENABLE_SPLASH "Build the Splash graphics backend." ON) option(ENABLE_UTILS "Compile poppler command line utils." ON) option(ENABLE_CPP "Compile poppler cpp wrapper." ON) -@@ -730,7 +731,9 @@ endif() +@@ -733,7 +734,9 @@ endif() if(ENABLE_GLIB) add_subdirectory(glib) endif() diff --git a/src/poppler.mk b/src/poppler.mk index f4e4ed96..0191d4ce 100644 --- a/src/poppler.mk +++ b/src/poppler.mk @@ -3,8 +3,8 @@ PKG := poppler $(PKG)_WEBSITE := https://poppler.freedesktop.org/ $(PKG)_IGNORE := -$(PKG)_VERSION := 0.90.1 -$(PKG)_CHECKSUM := 984d82e72e91418d280885298c8bdc855a2fd92665fd52a1345b27235e0c71c4 +$(PKG)_VERSION := 20.08.0 +$(PKG)_CHECKSUM := ae65fef04bbf63259a6352e7b620719115d4fb97f5079b0b8b00a8eb0c86eca5 $(PKG)_SUBDIR := poppler-$($(PKG)_VERSION) $(PKG)_FILE := poppler-$($(PKG)_VERSION).tar.xz $(PKG)_URL := https://poppler.freedesktop.org/$($(PKG)_FILE)