mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
This commit is contained in:
parent
a10146bc6e
commit
522a26cc2f
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||
DEPENDS = "zlib jpeg ${@bb.utils.contains('PACKAGECONFIG', 'gnutls', 'gnutls', 'openssl', d)}"
|
||||
|
||||
SRC_URI = "git://github.com/qpdf/qpdf.git;protocol=https;branch=main"
|
||||
SRCREV = "452e1f5c20ec6adf62cd296cb9dddacbc06e6ffa"
|
||||
SRCREV = "3b97c9bd266b7c32ea36d3536e22dab77412886d"
|
||||
|
||||
inherit cmake pkgconfig gettext
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user