summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2022-05-10 20:57:35 +0000
committermarkd <markd@pkgsrc.org>2022-05-10 20:57:35 +0000
commit5dad47547bc326d8e831c6163a1ee0bb64537358 (patch)
tree8da8321fabc809b3eca5100becc6ba1f95c8e82f
parent8d4bc36a96566599519ef03fd2b80036090ad7ad (diff)
downloadpkgsrc-5dad47547bc326d8e831c6163a1ee0bb64537358.tar.gz
cups-filters: update to 1.28.15
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 CHANGES IN V1.28.14 - pdftopdf: Correct the output when suppressing auto-rotation (option "nopdfAutoRotate"). Depending on the situation pages got cropped in the wrong orientation or de-centered. - pdftopdf: Correct the output when the "orientation-requested" or the "landscape" option is supplied. Output could be de-centered, portrait-oriented pages be wrongly cropped and division of the output page into cells for N-up done in the wrong orientation. - rastertopdf: In PCLm output mode the filter failed to generate PCLm if the printer has no "pclm-source-resolution-default" IPP attribute. CHANGES IN V1.28.13 - pdftopdf: Fix N-up printing when paper is taken long-edge-first by the printer. - pdftopdf: Fix cropping ("print-scaling=none" and "print-scaling=fill") when paper is taken long-edge-first by the printer. - pdftops: Use Poppler for all Apple LaserWriter models. CHANGES IN V1.28.12 - imagetoraster, imagetopdf: Fixed comparison of the image size with the page size for print-scaling=auto. The image size in pixels was compared with the page size in PostScript points (1/72 inch). - imagetoraster, imagetopdf: Fixed the "print-scaling=none" (crop-to-fit) mode, also use crop-to-fit always when requested, do not fall back to fit-to-page when the image size differs significantly from the page size. - libcupsfilters: Changed the default PPI resolution for images as input files from 128 to 200. - implicitclass: Do not check availability of "gs" and "pdftops" executables, instead, check by the presence of "gstoraster" and "pdftoraster" filters whether we have configured cups-filters for Ghostscript and/or Poppler use. - libcupsfilters: In the PPD generator for the driverless utility and cups-browsed add "*cupsFilter2: ..." lines for all supported driverless data formats (PDF, Apple/PWG Raster, PCLm), and add lines for legacy data formats (PCL, PostScript) only if no driverless formats available. - libcupsfilters: Always use encryption for ipps. RFC7472 requires that 'ipps' must be used over HTTPS, but the driverless utility does not enforce encryption. - serial: Add a 10-msec sleep and at the end add a tcdrain(). For some unknown reason, every printing file need sleep a little time to make sure the serial printer receive data is right. - libcupsfilters: Fix resolver functions for DNS-SD-based URIs, to make resolve_uri() also work when DEVICE_URI env variable is set and to make ippfind_based_uri_converter() not re-direct stdin. - pdftopdf: Set default for print-scaling to avoid "should never happem" log messages and undefined behavior. - pdftopdf: Fix orientation-requested = 0. Consider this as "automatic selection and not as error. - pdftopdf: Fixed all combinations of print-scaling and number-up for printers with asymmetric margins (top != bottom or left != right) and for input files containing pages with different sizes and/or orientations. Fixes backported from 2.x branch. - pdftopdf: Add 2% tolerance for input size larger than output page when "print-scaling=auto" or "print-scaling=auto-fit" is used and too large input pages should be scaled, fitting documents not. This prevents a random-looking behavior if input and output page size seem to be equal, but in reality there are slight differences between size dimensions. CHANGES IN V1.28.11 - libcupsfilters: Let PPD generator take default ColorModel from printer. - Braille: In vectortopdf check inkscape version to call inkscape with the correct command line. - Build system: Make missing DejaVuSans.ttf non-fatal in ./configure as the font is only needed for test programs, not for actual use of cups-filters. - libcupsfilters: In imagetoraster() fixed crash with SGray. - cups-browsed: Naming of local queues is matched to CUPS' current naming of temporary queues (no leading or trailing underscores), to avoid duplicates in print dialogs which support CUPS' temporary queues. - libcupsfilters: Make cupsRasterParseIPPOptions() work correctly with PPDs (Issue #436). - libcupsfilters: Let colord_get_profile_for_device_id() not return empty file name, to avoid error messages in CUPS error_log. - foomatic-rip: Debug message was wrongly sent to stdout and not to log
-rw-r--r--print/cups-filters/Makefile5
-rw-r--r--print/cups-filters/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile
index a305745a8d7..08b7df6fda5 100644
--- a/print/cups-filters/Makefile
+++ b/print/cups-filters/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.161 2022/05/04 21:05:43 wiz Exp $
+# $NetBSD: Makefile,v 1.162 2022/05/10 20:57:35 markd Exp $
-DISTNAME= cups-filters-1.28.10
-PKGREVISION= 4
+DISTNAME= cups-filters-1.28.15
CATEGORIES= print
MASTER_SITES= http://openprinting.org/download/cups-filters/
EXTRACT_SUFX= .tar.xz
diff --git a/print/cups-filters/distinfo b/print/cups-filters/distinfo
index 9e846d6e4f9..9986a4829ef 100644
--- a/print/cups-filters/distinfo
+++ b/print/cups-filters/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.77 2021/10/26 11:12:04 nia Exp $
+$NetBSD: distinfo,v 1.78 2022/05/10 20:57:35 markd Exp $
-BLAKE2s (cups-filters-1.28.10.tar.xz) = fe2e8a675e77b0693b97e4d5803d4461aa9698f45f97daa4d7b0cc0b3b1b546e
-SHA512 (cups-filters-1.28.10.tar.xz) = d6079633e10c3cfdc744491df03adc73d98dab0d9c0c6d3bc426b751545ae3434ea875e0841cec9358c19336347903f2832b5f801700b371cc1959e031bfa659
-Size (cups-filters-1.28.10.tar.xz) = 1503924 bytes
+BLAKE2s (cups-filters-1.28.15.tar.xz) = f13ded9ee7fdcde6debe2590ef189a2a2a2df16ae952e601a1609e650ff90abe
+SHA512 (cups-filters-1.28.15.tar.xz) = cc8d43bba6edb2b839f3be5fcbcdeb7633ed0f0f0c2737bcc6957cf95fb4ded8ee412358cc95fdbf289ae897dd0b7f32e689f02d191a8f15930eb4d2deefd74c
+Size (cups-filters-1.28.15.tar.xz) = 1511452 bytes
SHA1 (patch-filter_gstoraster.c) = 4eef8d91d8ca26a5a874e29885b836e9670d9e5d
SHA1 (patch-filter_mupdftoraster.c) = 81a06cbb3be9a7fd3e797a2effa5ef0aecfc2621
SHA1 (patch-fontembed_test__pdf.c) = 5ffb13a59ed4d860a3ae4355e364059973715290