From 0398f9a2a3358cc0267f5b2a56a7183a905074b3 Mon Sep 17 00:00:00 2001 From: gdt Date: Fri, 1 Sep 2017 11:27:18 +0000 Subject: Update to 5.2.13 * Changes from 5.2.12 1) Critical bugfix * Correct mis-defined paper type that collided with standard A4 paper. This resulted in some Canon and PCL printers mishandling A4 paper. 2) Added support for the following Epson inkjet printers: EPSON Artisan 1430 EPSON L210 3) Improvements to the dye-sublimation driver: * Code optimizations in the dye-sublimation driver, resulting in a significant (2x-2.7x) boost in performance. * Added support for the following thermal printer: Mitsubishi P93DW * Enhanced support (and bugfixes) for several dye-sublimation and thermal printers. 4) Improvements to the Gimp plugin * Compilation fixes when CUPS is not enabled * Fix non-interactive plugin mode 5) Changes to the Canon driver: * Added support for many printer models. * Removed iP100 (unsupported) * Added duplex support to MP530 * Improved duplex support for sevearl models. * Corrected black-only and color-only cartridge support for MP230 series * Improved printer firmware papersize detection when using automatic paper source selection (Autofeed), by changing paper width from calculated to a constant value for paper sizes known to the driver. * Added several resolution modes for Pro9500 6) Added the Datamax-O'Neil H class series of printers. 7) Added the two Honeywell printers, RP2 (SAV2) and RP4 (SAV4). --- print/gutenprint-lib/Makefile | 5 ++--- print/gutenprint-lib/PLIST | 3 ++- print/gutenprint-lib/distinfo | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'print/gutenprint-lib') diff --git a/print/gutenprint-lib/Makefile b/print/gutenprint-lib/Makefile index 8c1bad327c4..2e54a56af1f 100644 --- a/print/gutenprint-lib/Makefile +++ b/print/gutenprint-lib/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.70 2017/07/23 14:20:03 gdt Exp $ +# $NetBSD: Makefile,v 1.71 2017/09/01 11:27:18 gdt Exp $ -VERSION= 5.2.12 +VERSION= 5.2.13 DISTNAME= gutenprint-${VERSION} PKGNAME= gutenprint-lib-${VERSION} -PKGREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/} EXTRACT_SUFX= .tar.bz2 diff --git a/print/gutenprint-lib/PLIST b/print/gutenprint-lib/PLIST index 312e80d43e2..641b07e4b06 100644 --- a/print/gutenprint-lib/PLIST +++ b/print/gutenprint-lib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2017/07/23 14:20:03 gdt Exp $ +@comment $NetBSD: PLIST,v 1.18 2017/09/01 11:27:18 gdt Exp $ bin/cups-calibrate bin/escputil bin/testpattern @@ -195,6 +195,7 @@ share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_125.xml share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_126.xml share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_127.xml share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_128.xml +share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_129.xml share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_13.xml share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_14.xml share/gutenprint/${INSTALLVERSION}/xml/escp2/model/model_15.xml diff --git a/print/gutenprint-lib/distinfo b/print/gutenprint-lib/distinfo index 298cd878f16..ea9246d93b1 100644 --- a/print/gutenprint-lib/distinfo +++ b/print/gutenprint-lib/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.20 2017/07/23 14:20:03 gdt Exp $ +$NetBSD: distinfo,v 1.21 2017/09/01 11:27:18 gdt Exp $ -SHA1 (gutenprint-5.2.12.tar.bz2) = e3f85d2559e6f53b2e65124d657f33a21960ab9a -RMD160 (gutenprint-5.2.12.tar.bz2) = 0ab975effa4edece344fec02d0db04afdea0cc25 -SHA512 (gutenprint-5.2.12.tar.bz2) = 38dd34ca1946a37d0bdaa7d69f65b11651097b6d7f2b451387afd72b32fc92c3670bf54b46df226ca7a64d78f50117a648e2d6194ebaf2e86627cb29fb0e958e -Size (gutenprint-5.2.12.tar.bz2) = 6898738 bytes +SHA1 (gutenprint-5.2.13.tar.bz2) = b277ae58af0de0f0e9e1884d5dde8f1673528c4f +RMD160 (gutenprint-5.2.13.tar.bz2) = 9aa7aa406f5ce9ae9147394a115ea8688069e0c7 +SHA512 (gutenprint-5.2.13.tar.bz2) = 6a60a5e462bfd754ac4389b7e926715c06847c660df17e40d48cd57ece99a7ea6098bfd16c067cb27d8aef7ef705a2fdca9f05209d1f3ebf168b0ab16af4e36e +Size (gutenprint-5.2.13.tar.bz2) = 6995005 bytes SHA1 (patch-aa) = 711c925b330a4c4f960439a1722251a4f022ac9f -- cgit v1.2.3