package/qpdf: bump to version 9.1.0
- Add host-pkgconf dependency as it is used since version 9.0.0 and1240047528
- C++11 is mandatory since version 9.1.0 and653ce3550d
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
0de5314662
commit
004848dae7
@ -1,6 +1,7 @@
|
||||
config BR2_PACKAGE_QPDF
|
||||
bool "qpdf"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # C++11
|
||||
select BR2_PACKAGE_ZLIB
|
||||
select BR2_PACKAGE_JPEG
|
||||
help
|
||||
@ -13,5 +14,6 @@ config BR2_PACKAGE_QPDF
|
||||
|
||||
http://qpdf.sourceforge.net/
|
||||
|
||||
comment "qpdf needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
comment "qpdf needs a toolchain w/ C++, gcc >= 4.7"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || \
|
||||
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|
||||
|
@ -1,5 +1,5 @@
|
||||
# From https://sourceforge.net/projects/qpdf/files/qpdf/8.4.0/qpdf-8.4.0.sha512/download
|
||||
sha512 13225c6285311e8fe89970971b082b9613e70d474ee71dd5572f1ae268234d366c2c9c7bf427c4758a746a1a27ecc0127d31044ab501dbc08885c8aa0a514028 qpdf-8.4.0.tar.gz
|
||||
# From https://sourceforge.net/projects/qpdf/files/qpdf/9.1.0/qpdf-9.1.0.sha512/download
|
||||
sha512 7561ffc366dbce9df58cc85ff18480b28b0d46de04733ba463139188bee95690f92cf0960a328619f0c9f34ce865598db490fa1c6aaa76ee87d2c034a5f7f57e qpdf-9.1.0.tar.gz
|
||||
# Locally computed:
|
||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE.txt
|
||||
sha256 fb929ac30decb4dc3a2eea2bec6c43296a797c5d2d602deb3784ee39430583d5 Artistic-2.0
|
||||
|
@ -4,12 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
QPDF_VERSION = 8.4.0
|
||||
QPDF_VERSION = 9.1.0
|
||||
QPDF_SITE = http://downloads.sourceforge.net/project/qpdf/qpdf/$(QPDF_VERSION)
|
||||
QPDF_INSTALL_STAGING = YES
|
||||
QPDF_LICENSE = Apache-2.0 or Artistic-2.0
|
||||
QPDF_LICENSE_FILES = LICENSE.txt Artistic-2.0
|
||||
QPDF_DEPENDENCIES = zlib jpeg
|
||||
QPDF_DEPENDENCIES = host-pkgconf zlib jpeg
|
||||
|
||||
QPDF_CONF_OPTS = --without-random
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user