Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -3,13 +3,14 @@ config BR2_PACKAGE_QPDF
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
select BR2_PACKAGE_PCRE
|
||||
select BR2_PACKAGE_ZLIB
|
||||
select BR2_PACKAGE_JPEG
|
||||
help
|
||||
QPDF is a command-line program that does structural, content-
|
||||
preserving transformations on PDF files. It could have been called
|
||||
something like pdf-to-pdf. It also provides many useful capabilities
|
||||
to developers of PDF-producing software or for people who just want
|
||||
to look at the innards of a PDF file to learn more about how they
|
||||
work.
|
||||
QPDF is a command-line program that does structural,
|
||||
content- preserving transformations on PDF files. It could
|
||||
have been called something like pdf-to-pdf. It also provides
|
||||
many useful capabilities to developers of PDF-producing
|
||||
software or for people who just want to look at the innards
|
||||
of a PDF file to learn more about how they work.
|
||||
|
||||
http://qpdf.sourceforge.net/
|
||||
|
||||
|
||||
@@ -1,4 +1,2 @@
|
||||
# From http://sourceforge.net/projects/qpdf/files/qpdf/6.0.0/qpdf-6.0.0.sha1/download
|
||||
sha1 15ebe09d9b9ddd2309a67e4295693fcf82494e33 qpdf-6.0.0.tar.gz
|
||||
# Locally computed
|
||||
sha256 a9fdc7e94d38fcd3831f37b6e0fe36492bf79aa6d54f8f66062cf7f9c4155233 qpdf-6.0.0.tar.gz
|
||||
# From https://sourceforge.net/projects/qpdf/files/qpdf/8.1.0/qpdf-8.1.0.sha512/download
|
||||
sha512 1831bcaaed87dae268db5d61805d1483ec5c101f6ce594be660664c119597ae67cf011c2b50092964d785a814d5f6c780935127a89401fe37a1026ae4d3af15c qpdf-8.1.0.tar.gz
|
||||
|
||||
@@ -4,12 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
QPDF_VERSION = 6.0.0
|
||||
QPDF_VERSION = 8.1.0
|
||||
QPDF_SITE = http://downloads.sourceforge.net/project/qpdf/qpdf/$(QPDF_VERSION)
|
||||
QPDF_INSTALL_STAGING = YES
|
||||
QPDF_LICENSE = Artistic-2.0
|
||||
QPDF_LICENSE_FILES = Artistic-2.0
|
||||
QPDF_DEPENDENCIES = pcre zlib
|
||||
QPDF_DEPENDENCIES = pcre zlib jpeg
|
||||
|
||||
QPDF_CONF_OPTS = --without-random
|
||||
|
||||
|
||||
Reference in New Issue
Block a user