summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz>2016-12-19 08:49:00 +0000
committerwiz <wiz>2016-12-19 08:49:00 +0000
commit46e60bcd71185a95ac3af4f782c17a7acb4f0bfb (patch)
tree367ff8d669244882b17ab65e1e4537b16d407452 /print
parent8b99ebbf583888bf2d3699e80989726ffeaa25f1 (diff)
downloadpkgsrc-46e60bcd71185a95ac3af4f782c17a7acb4f0bfb.tar.gz
Updated cups-filters to 1.13.1.
CHANGES IN V1.13.1 - cups-browsed: Avoid erroring out when restarting after a crash (with generated queues not deleted due to the crash) and the configuration option CreateRemoteCUPSPrinterQueues=No being set. - cups-browsed: If CUPS is stopped while cups-browsed is running and there are queue for IPP network printers (not remote CUPS queues) on restart of CUPS the still existing local CUPS queue is not correctly re-connected with cups-browsed and therefore gets removed after a timeout. This should be fixed after a clean-up of re-connecting with remaining queues from a previous session (Debian bug #848223). - cups-browsed: Generated queues did not get removed on shutdown (Debian bug #848167). - libcupsfilters: Let PPD generator for driverless printing suppress page sizes which the printer reports more than once (CUPS Issue #4933). - driverless, libcupsfilters: Make "driverless list" output and output of driverless as CUPS backend in discovery mode add the word "driverless" to its output, to make it easier to set up driverless printers with printer setup tools. Made the NickName of the generated PPDs also match with the "driverless list" output. CHANGES IN V1.13.0 - cups-browsed: Use the httpGetAddr() only with CUPS 2.0.x or newer, as older CUPS versions do not provide it (Bug #1381). - cups-browsed: Minor corrections in the handling of the data records of the discovered printers. - rastertopdf, urftopdf: As with libcupsimage from CUPS 2.2.2 on rastertopdf also understands Apple Raster and much better than urftopdf does, use rastertopdf for Apple Raster (image/urf) input files then. Also allow for manually choosing by the ./configure command line. - driverless: Added a CUPS backend mode to the driverless utility. Running as a CUPS backend in discovery mode it lists the IPP URIs of the suitable printers in printer setup tools and in "lpinfo -v", as conneting via IPP is required for driverless printing.
Diffstat (limited to 'print')
-rw-r--r--print/cups-filters/Makefile4
-rw-r--r--print/cups-filters/PLIST3
-rw-r--r--print/cups-filters/distinfo10
-rw-r--r--print/cups-filters/patches/patch-configure13
4 files changed, 22 insertions, 8 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile
index 705e5960a90..7a652ee7b35 100644
--- a/print/cups-filters/Makefile
+++ b/print/cups-filters/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2016/12/04 21:11:59 leot Exp $
+# $NetBSD: Makefile,v 1.60 2016/12/19 08:49:00 wiz Exp $
-DISTNAME= cups-filters-1.12.0
+DISTNAME= cups-filters-1.13.1
CATEGORIES= print
MASTER_SITES= http://openprinting.org/download/cups-filters/
EXTRACT_SUFX= .tar.xz
diff --git a/print/cups-filters/PLIST b/print/cups-filters/PLIST
index 92d6219ed15..fea9f316c91 100644
--- a/print/cups-filters/PLIST
+++ b/print/cups-filters/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2016/12/04 21:11:59 leot Exp $
+@comment $NetBSD: PLIST,v 1.16 2016/12/19 08:49:00 wiz Exp $
bin/driverless
bin/foomatic-rip
bin/ttfread
@@ -18,6 +18,7 @@ lib/libfontembed.la
lib/pkgconfig/libcupsfilters.pc
lib/pkgconfig/libfontembed.pc
libexec/cups/backend/beh
+libexec/cups/backend/driverless
libexec/cups/backend/implicitclass
libexec/cups/backend/parallel
libexec/cups/backend/serial
diff --git a/print/cups-filters/distinfo b/print/cups-filters/distinfo
index 7f59e0c1271..a77a258d087 100644
--- a/print/cups-filters/distinfo
+++ b/print/cups-filters/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.42 2016/12/04 21:11:59 leot Exp $
+$NetBSD: distinfo,v 1.43 2016/12/19 08:49:00 wiz Exp $
-SHA1 (cups-filters-1.12.0.tar.xz) = 6905e2ed8d21a5fee868ed84ce336ae19e1442e2
-RMD160 (cups-filters-1.12.0.tar.xz) = 1e852d2272d9332e36d169a3998ab567a2923a54
-SHA512 (cups-filters-1.12.0.tar.xz) = 3f430c8c7aa54d6d4623814ee0102427587a0c5638bd5bb8de7fb63201a7953de2eaf413b458a80f98795b007705c89443ab0587cd555e3faf22b9d95a1196c8
-Size (cups-filters-1.12.0.tar.xz) = 1417696 bytes
+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 (patch-filter_gstoraster.c) = a9fac7892972943f345c6b76529feff0ba098458
SHA1 (patch-filter_mupdftoraster.c) = 4c4f7d292163657f9541c8ce454ba57d248f7ef0
diff --git a/print/cups-filters/patches/patch-configure b/print/cups-filters/patches/patch-configure
new file mode 100644
index 00000000000..dc2144f06a6
--- /dev/null
+++ b/print/cups-filters/patches/patch-configure
@@ -0,0 +1,13 @@
+$NetBSD: patch-configure,v 1.1 2016/12/19 08:49:00 wiz Exp $
+
+--- configure.orig 2016-12-17 23:41:49.000000000 +0000
++++ configure
+@@ -16923,7 +16923,7 @@ case x$with_apple_raster_filter in #(
+ as_fn_error $? "Unknown value of with-apple-raster-filter provided: $with_apple_raster_filter" "$LINENO" 5
+ ;;
+ esac
+- if test "x$APPLE_RASTER_FILTER" == "xurftopdf"; then
++ if test "x$APPLE_RASTER_FILTER" = "xurftopdf"; then
+ ENABLE_URFTOPDF_TRUE=
+ ENABLE_URFTOPDF_FALSE='#'
+ else