summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-printing/qpdf
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-01-23 09:58:30 +0800
committerKhem Raj <raj.khem@gmail.com>2024-01-23 11:55:39 -0800
commit005bd377db1e3d0cf3e1703f35b3330dd2a7804a (patch)
tree29357bdda54616a359433c0e365ef004d488bec9 /meta-oe/recipes-printing/qpdf
parenteac87d0afd30eee28fdc37c55e934c8608601a4e (diff)
downloadmeta-openembedded-005bd377db1e3d0cf3e1703f35b3330dd2a7804a.tar.gz
qpdf: upgrade 11.7.0 -> 11.8.0
Changelog: =========== * Bug fix: treat references to older generations of objects as null. * When recovering a file's xref table, attempt to find xref streams if a traditional trailer dictionary is not found. * Add --set-page-labels command-line argument and supporting API. - QPDFJob::Config::setPageLabels - pdf_page_label_e enumerated type - QPDFPageLabelDocumentHelper::pageLabelDict * Support comma-separated numeric values with --collate to select different group sizes from different files. * Support "x" before a group in a numeric range to exclude a group from the previous group. Details are in the manual. * When flattening annotations, preserve annotations without any appearance information at all, such as types /Link, /Popup, and /Projection. * Detect overlong UTF-8 in the UTF-8 decoder, and fix detection of 8-bit characters in erroneous UTF-8 strings. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-printing/qpdf')
-rw-r--r--meta-oe/recipes-printing/qpdf/qpdf_11.8.0.bb (renamed from meta-oe/recipes-printing/qpdf/qpdf_11.7.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-printing/qpdf/qpdf_11.7.0.bb b/meta-oe/recipes-printing/qpdf/qpdf_11.8.0.bb
index 92655e3c6..a13c9a023 100644
--- a/meta-oe/recipes-printing/qpdf/qpdf_11.7.0.bb
+++ b/meta-oe/recipes-printing/qpdf/qpdf_11.8.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
6DEPENDS = "zlib jpeg ${@bb.utils.contains('PACKAGECONFIG', 'gnutls', 'gnutls', 'openssl', d)}" 6DEPENDS = "zlib jpeg ${@bb.utils.contains('PACKAGECONFIG', 'gnutls', 'gnutls', 'openssl', d)}"
7 7
8SRC_URI = "git://github.com/qpdf/qpdf.git;protocol=https;branch=main" 8SRC_URI = "git://github.com/qpdf/qpdf.git;protocol=https;branch=main"
9SRCREV = "986d2485784d57d7a84cc5af50e67bde827b0dc9" 9SRCREV = "452e1f5c20ec6adf62cd296cb9dddacbc06e6ffa"
10 10
11inherit cmake pkgconfig gettext 11inherit cmake pkgconfig gettext
12 12