update libevent, poppler

This commit is contained in:
Mark Brand 2019-05-26 13:14:29 +02:00
parent 0690ac55a2
commit 3856e5a2c0
3 changed files with 11 additions and 11 deletions

View File

@ -3,8 +3,8 @@
PKG := libevent
$(PKG)_WEBSITE := https://libevent.org/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.1.8
$(PKG)_CHECKSUM := 316ddb401745ac5d222d7c529ef1eada12f58f6376a66c1118eee803cb70f83d
$(PKG)_VERSION := 2.1.10
$(PKG)_CHECKSUM := 52c9db0bc5b148f146192aa517db0762b2a5b3060ccc63b2c470982ec72b9a79
$(PKG)_GH_CONF := libevent/libevent/tags, release-, -stable
$(PKG)_DEPS := cc openssl

View File

@ -118,17 +118,17 @@ index 1111111..2222222 100644
# command line switches
option(ENABLE_UNSTABLE_API_ABI_HEADERS "Install API/ABI unstable xpdf headers." OFF)
-option(BUILD_GTK_TESTS "Whether compile the GTK+ test programs." ON)
-option(BUILD_QT5_TESTS "Whether compile the Qt5 test programs." ON)
-option(BUILD_CPP_TESTS "Whether compile the CPP test programs." ON)
-option(BUILD_GTK_TESTS "Whether to compile the GTK+ test programs." ON)
-option(BUILD_QT5_TESTS "Whether to compile the Qt5 test programs." ON)
-option(BUILD_CPP_TESTS "Whether to compile the CPP test programs." ON)
+option(ENABLE_TESTS "Whether compile tests." ON)
+option(BUILD_GTK_TESTS "Whether compile the GTK+ test programs." ${ENABLE_TESTS})
+option(BUILD_QT5_TESTS "Whether compile the Qt5 test programs." ${ENABLE_TESTS})
+option(BUILD_CPP_TESTS "Whether compile the CPP test programs." ${ENABLE_TESTS})
+option(BUILD_GTK_TESTS "Whether to compile the GTK+ test programs." ${ENABLE_TESTS})
+option(BUILD_QT5_TESTS "Whether to compile the Qt5 test programs." ${ENABLE_TESTS})
+option(BUILD_CPP_TESTS "Whether to compile the CPP test programs." ${ENABLE_TESTS})
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)
@@ -665,7 +666,9 @@ endif()
@@ -666,7 +667,9 @@ endif()
if(ENABLE_GLIB)
add_subdirectory(glib)
endif()

View File

@ -3,8 +3,8 @@
PKG := poppler
$(PKG)_WEBSITE := https://poppler.freedesktop.org/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 0.74.0
$(PKG)_CHECKSUM := 92e09fd3302567fd36146b36bb707db43ce436e8841219025a82ea9fb0076b2f
$(PKG)_VERSION := 0.77.0
$(PKG)_CHECKSUM := 7267eb4cbccd64a58244b8211603c1c1b6bf32c7f6a4ced2642865346102f36b
$(PKG)_SUBDIR := poppler-$($(PKG)_VERSION)
$(PKG)_FILE := poppler-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://poppler.freedesktop.org/$($(PKG)_FILE)