From: Wang Mingyu <[email protected]> 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 <[email protected]> --- .../recipes-printing/qpdf/{qpdf_11.8.0.bb => qpdf_11.9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-printing/qpdf/{qpdf_11.8.0.bb => qpdf_11.9.0.bb} (94%) diff --git a/meta-oe/recipes-printing/qpdf/qpdf_11.8.0.bb b/meta-oe/recipes-printing/qpdf/qpdf_11.9.0.bb similarity index 94% rename from meta-oe/recipes-printing/qpdf/qpdf_11.8.0.bb rename to meta-oe/recipes-printing/qpdf/qpdf_11.9.0.bb index a13c9a023..4778be42b 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" 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 -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#110875): https://lists.openembedded.org/g/openembedded-devel/message/110875 Mute This Topic: https://lists.openembedded.org/mt/106626302/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
