From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] cups-filters: Update to version 1.28.16 Date: Fri, 25 Nov 2022 18:37:00 +0100 Message-ID: <20221125173700.3342412-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1903694356305759120==" List-Id: --===============1903694356305759120== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 1.28.14 to 1.;28 16 - Update of rootfile not required - Changelog CHANGES IN V1.28.16 - imagetoraster, imagetopdf, libcupsfilters: Added support for reading the resolution of an image from its EXIF data when loading it. This way we get the image reproduced in its original size with "print-scaling=3Dnone" (Issue #362). - libcupsfilters: Replaced deprecated data types uint16 and uint32. The function to read TIFF image files via libtiff in cupsfilters/image-tiff.c uses the deprecated types uint16 and uint32. The replacements for these types are uint16_t and uint32_t. CHANGES IN V1.28.15 - pdftops: In pdftops identify old LaserJets more precisely for working around PostScript interpreter bugs, older printers need Poppler, newer models need Ghostscript (Ubuntu bug #1967816). Signed-off-by: Adolf Belka --- lfs/cups-filters | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/cups-filters b/lfs/cups-filters index 1b17fd252..e60d9c677 100644 --- a/lfs/cups-filters +++ b/lfs/cups-filters @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D OpenPrinting CUPS filters, backends, and cups-browsed =20 -VER =3D 1.28.14 +VER =3D 1.28.16 =20 THISAPP =3D cups-filters-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D cups-filters -PAK_VER =3D 8 +PAK_VER =3D 9 =20 DEPS =3D cups ghostscript =20 @@ -50,7 +50,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 653f68a39ed16d3a8298e5784aebebead224a0ee08071add702bb0= 2fc987f3c4d454793531db262d9a44618f4fe29a7ce0144cfb8fe77634e9b7c222de21fe62 +$(DL_FILE)_BLAKE2 =3D a75a9e09688670332a9fd9a8e4d9004650c6b0fb571a1f48a02e8e= 4af56d08b7d312d65fdbd66caf82907005dd336de90e2c8bbb46b1ba13d86d8715340f8ce6 =20 install : $(TARGET) =20 --=20 2.38.1 --===============1903694356305759120==--