diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-12 10:58:10 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-11 22:02:02 -0700 |
commit | 522a26cc2f5083f5950ed96fe55c49fbcdbea7b7 (patch) | |
tree | cefd6728ecdacffd8e05daacc5e7f9294cf45428 | |
parent | a10146bc6e4a8d20c211eba3be47289645036205 (diff) | |
download | meta-openembedded-522a26cc2f5083f5950ed96fe55c49fbcdbea7b7.tar.gz |
qpdf: upgrade 11.8.0 -> 11.9.0
Changelog:
============
* Add ENABLE_COVERAGE cmake option to assist with generating
coverage reports.
* From M. Holger: add QPDFObjectHandle::writeJSON to directly
write a JSON representation to a pipeline.
* set the actual value based on the allowable non-/Off value in the normal
appearance dictionary.
* Add fuzz testing for JSON.
* Add JSON::getDictItem (from m-holger)
* Allow --overlay and --underlay to be repeated.
* Add new command-line arguments --file and --range which can be
used within --pages in place of positional arguments.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-printing/qpdf/qpdf_11.9.0.bb (renamed from meta-oe/recipes-printing/qpdf/qpdf_11.8.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-printing/qpdf/qpdf_11.8.0.bb b/meta-oe/recipes-printing/qpdf/qpdf_11.9.0.bb index a13c9a023a..4778be42b5 100644 --- a/meta-oe/recipes-printing/qpdf/qpdf_11.8.0.bb +++ b/meta-oe/recipes-printing/qpdf/qpdf_11.9.0.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
6 | DEPENDS = "zlib jpeg ${@bb.utils.contains('PACKAGECONFIG', 'gnutls', 'gnutls', 'openssl', d)}" | 6 | DEPENDS = "zlib jpeg ${@bb.utils.contains('PACKAGECONFIG', 'gnutls', 'gnutls', 'openssl', d)}" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/qpdf/qpdf.git;protocol=https;branch=main" | 8 | SRC_URI = "git://github.com/qpdf/qpdf.git;protocol=https;branch=main" |
9 | SRCREV = "452e1f5c20ec6adf62cd296cb9dddacbc06e6ffa" | 9 | SRCREV = "3b97c9bd266b7c32ea36d3536e22dab77412886d" |
10 | 10 | ||
11 | inherit cmake pkgconfig gettext | 11 | inherit cmake pkgconfig gettext |
12 | 12 | ||