pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/cups-filters Updated cups-filters to 1.13.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4100150f7e4
branches:  trunk
changeset: 356121:b4100150f7e4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Dec 19 08:49:00 2016 +0000

description:
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:

 print/cups-filters/Makefile                |   4 ++--
 print/cups-filters/PLIST                   |   3 ++-
 print/cups-filters/distinfo                |  10 +++++-----
 print/cups-filters/patches/patch-configure |  13 +++++++++++++
 4 files changed, 22 insertions(+), 8 deletions(-)

diffs (63 lines):

diff -r 1f840943a35b -r b4100150f7e4 print/cups-filters/Makefile
--- a/print/cups-filters/Makefile       Mon Dec 19 08:45:58 2016 +0000
+++ b/print/cups-filters/Makefile       Mon Dec 19 08:49:00 2016 +0000
@@ -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 -r 1f840943a35b -r b4100150f7e4 print/cups-filters/PLIST
--- a/print/cups-filters/PLIST  Mon Dec 19 08:45:58 2016 +0000
+++ b/print/cups-filters/PLIST  Mon Dec 19 08:49:00 2016 +0000
@@ -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/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 -r 1f840943a35b -r b4100150f7e4 print/cups-filters/distinfo
--- a/print/cups-filters/distinfo       Mon Dec 19 08:45:58 2016 +0000
+++ b/print/cups-filters/distinfo       Mon Dec 19 08:49:00 2016 +0000
@@ -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 -r 1f840943a35b -r b4100150f7e4 print/cups-filters/patches/patch-configure
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/cups-filters/patches/patch-configure        Mon Dec 19 08:49:00 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index