pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/cups-filters CHANGES IN V1.13.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/b3a112734f0f
branches: trunk
changeset: 356408:b3a112734f0f
user: adam <adam%pkgsrc.org@localhost>
date: Fri Dec 30 16:14:32 2016 +0000
description:
CHANGES IN V1.13.2
- cupsfilters.drv: Corrected cupsFilter entry for the "Generic
IPP Everywhere Printer".
- driverless: Fixes on the man page
- driverless: Do not error-exit (non-zero status) when run by
CUPS as backend or PPD generator when no driverless printer
is found or Avahi not running. When run from thr command
line, exit status is the same as of ippfind.
- imagetoraster: Removed (incomplete) PWG Raster support. For
PWG Raster output we let the rastertopwg filter from CUPS do
the finalization (mainly adding white pixels at the borders
to get a full-page bitmap).
- imagetoraster: Fixed several bugs in the calculation of the
page geometry
- libcupsfilters: If the IPP-polled printer has the
"sides-supported" attribute, determine the need of a
"Duplex" option solely whether the attribute has a
"two-sided-long-edge" choice and ignore the "duplex"
parameter of the ppdCreateFromIPP() function call. This lets
the more precise information coming from the IPP query
always be preferred against information from the Bonjour
record.
- driverless: When listing printers let the device ID contain
"AppleRaster" (for Apple Raster printers) and "PWGRaster"
(for IPP Everywhere printers) in the "CMD" field.
- driverless: Added "-T 3" to the ippfind command line. This
makes ippfind search the Bonjour broadcasts for up to 3
seconds when searching for IPP printers, raising the
reliability in finding all of them
diffstat:
print/cups-filters/Makefile | 11 +++++++++--
print/cups-filters/distinfo | 10 +++++-----
2 files changed, 14 insertions(+), 7 deletions(-)
diffs (51 lines):
diff -r f11fbd5655c5 -r b3a112734f0f print/cups-filters/Makefile
--- a/print/cups-filters/Makefile Fri Dec 30 14:25:01 2016 +0000
+++ b/print/cups-filters/Makefile Fri Dec 30 16:14:32 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2016/12/19 08:49:00 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2016/12/30 16:14:32 adam Exp $
-DISTNAME= cups-filters-1.13.1
+DISTNAME= cups-filters-1.13.2
CATEGORIES= print
MASTER_SITES= http://openprinting.org/download/cups-filters/
EXTRACT_SUFX= .tar.xz
@@ -32,6 +32,10 @@
.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "Darwin"
+CFLAGS+= -framework IOKit
+.endif
+
.if ${INIT_SYSTEM} == "rc.d"
CONFIGURE_ARGS+= --with-rcdir=${PREFIX}/share/examples/rc.d
CONFIGURE_ARGS+= --with-rclevels=""
@@ -47,6 +51,9 @@
post-install:
${MV} ${DESTDIR}${PREFIX}/etc/cups/cups-browsed.conf ${DESTDIR}${PREFIX}/share/examples/cups-filters/cups-browsed.conf
+ # backends that need root access should not have world read and execute permissions
+ ${CHMOD} go-rwx ${DESTDIR}${PREFIX}/libexec/cups/backend/parallel
+ ${CHMOD} go-rwx ${DESTDIR}${PREFIX}/libexec/cups/backend/serial
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
diff -r f11fbd5655c5 -r b3a112734f0f print/cups-filters/distinfo
--- a/print/cups-filters/distinfo Fri Dec 30 14:25:01 2016 +0000
+++ b/print/cups-filters/distinfo Fri Dec 30 16:14:32 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.44 2016/12/21 22:38:07 wiz Exp $
+$NetBSD: distinfo,v 1.45 2016/12/30 16:14:32 adam Exp $
-SHA1 (cups-filters-1.13.1.tar.xz) = 5105a1f9ed467587db2942962f666325a44c3508
-RMD160 (cups-filters-1.13.1.tar.xz) = ca199d582b80c2746d4f1fd47004995c13443e65
-SHA512 (cups-filters-1.13.1.tar.xz) = 52b040e160d76532762920fdeaf0d17461acc4dd6af53a2052dc4cdaf7a873852a0d6349b98155ebc2423a7270f28107aee57093291e48cc7b41746fe1d312bc
-Size (cups-filters-1.13.1.tar.xz) = 1419244 bytes
+SHA1 (cups-filters-1.13.2.tar.xz) = 5fa3c3c2ac2150ab2e0e9defadb27f81e6164e4c
+RMD160 (cups-filters-1.13.2.tar.xz) = 77c5c06e2e24df339bcef384a5aac2a564814ef8
+SHA512 (cups-filters-1.13.2.tar.xz) = 50b2e5d65f28bd15bd5e60bf11fc5e182c97a00155fb46ad36d058caa63ee60c504ec59cec05407068234cb1232e77c0ffb0bedd6a4c53bdc34055b60e7ed8b0
+Size (cups-filters-1.13.2.tar.xz) = 1420012 bytes
SHA1 (patch-configure) = b55dc7dc22008351c396374aceb88d2be293d179
SHA1 (patch-filter_gstoraster.c) = a9fac7892972943f345c6b76529feff0ba098458
SHA1 (patch-filter_mupdftoraster.c) = 4c4f7d292163657f9541c8ce454ba57d248f7ef0
Home |
Main Index |
Thread Index |
Old Index