]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/poppler
poppler: Update to version 24.01.0
[ipfire-2.x.git] / lfs / poppler
index e3c094b5baf3ec467943ca7e326bc831c37cef7d..03838d09a2fd1a92d7d4bb58ddccc086252934ee 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 23.08.0
+VER        = 24.01.0
 
 THISAPP    = poppler-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = a35e44cc590e34991b27e53caf650dedf4d4aa4f9f82ed5d8a57b0ca6bb863c96fe0e9b9c9021b9722db48896d236c9e057bcbf45e9609eb237bf00481e91428
+$(DL_FILE)_BLAKE2 = 16c87a4338c73fcccfac3ac477807a7f96c8e95e68efff484d9d544da10815972f20d40f71091c6092913d82b205ca0d1bd25acbaba79277e1a1bf19ba397e6d
 
 install : $(TARGET)
 
@@ -77,6 +77,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                -DTESTDATADIR=$PWD/testfiles \
                -DENABLE_UNSTABLE_API_ABI_HEADERS=ON \
                -DENABLE_QT5=OFF \
+               -DENABLE_NSS3=OFF \
+               -DENABLE_GPGME=OFF \
+               -DENABLE_QT6=OFF \
                ..
 
        cd $(DIR_APP)/build && make $(MAKETUNING)