pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/cups-filters



Module Name:    pkgsrc
Committed By:   leot
Date:           Wed Dec  5 21:15:08 UTC 2018

Modified Files:
        pkgsrc/print/cups-filters: Makefile distinfo
Removed Files:
        pkgsrc/print/cups-filters/patches: patch-poppler-0.71.0.patch

Log Message:
cups-filters: Update print/cups-filters to 1.21.5

pkgsrc changes:
 - Remove no more needed patch for poppler 0.71.0
 - Add a reference to upstream issue regarding (temporary) opvp
   disabled support

Changes:
1.21.5
------
 - cups-browsed: We cannot reliably determine whether a CUPS
   queue is temporary, so we apply the procedure to make a
   temporary queue permanent to any unshared queue (Debian bugs
   #910882, #905850, #908604).
 - pdftoraster, pdftopdf, pdftoijs, pdftoopvp: Do not use the
   Poppler-specific "GBool", "gFalse", "gTrue" any more, as
   Poppler has switched to standard "bool", "false", "true" in
   version 0.71.0 (Issue #69).


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/print/cups-filters/Makefile
cvs rdiff -u -r1.59 -r1.60 pkgsrc/print/cups-filters/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/print/cups-filters/patches/patch-poppler-0.71.0.patch

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/cups-filters/Makefile
diff -u pkgsrc/print/cups-filters/Makefile:1.109 pkgsrc/print/cups-filters/Makefile:1.110
--- pkgsrc/print/cups-filters/Makefile:1.109    Wed Dec  5 18:49:39 2018
+++ pkgsrc/print/cups-filters/Makefile  Wed Dec  5 21:15:08 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.109 2018/12/05 18:49:39 leot Exp $
+# $NetBSD: Makefile,v 1.110 2018/12/05 21:15:08 leot Exp $
 
-DISTNAME=      cups-filters-1.21.4
+DISTNAME=      cups-filters-1.21.5
 CATEGORIES=    print
 MASTER_SITES=  http://openprinting.org/download/cups-filters/
 EXTRACT_SUFX=  .tar.xz
@@ -23,7 +23,9 @@ CONFIGURE_ARGS+=      --disable-braille
 CONFIGURE_ARGS+=       --disable-ldap
 CONFIGURE_ARGS+=       --disable-mutool
 CONFIGURE_ARGS+=       --enable-ijs
-# XXX: Temporary disable opvp filters: not yet ported to poppler 0.71.0
+# XXX: Temporary disable opvp filters: not yet ported to poppler 0.71.0.
+# XXX: Upstream bug report:
+# XXX:  <https://github.com/OpenPrinting/cups-filters/issues/75>
 CONFIGURE_ARGS+=       --disable-opvp
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
 CONFIGURE_ARGS+=       --with-apple-raster-filter=rastertopdf

Index: pkgsrc/print/cups-filters/distinfo
diff -u pkgsrc/print/cups-filters/distinfo:1.59 pkgsrc/print/cups-filters/distinfo:1.60
--- pkgsrc/print/cups-filters/distinfo:1.59     Wed Dec  5 18:49:39 2018
+++ pkgsrc/print/cups-filters/distinfo  Wed Dec  5 21:15:08 2018
@@ -1,13 +1,12 @@
-$NetBSD: distinfo,v 1.59 2018/12/05 18:49:39 leot Exp $
+$NetBSD: distinfo,v 1.60 2018/12/05 21:15:08 leot Exp $
 
-SHA1 (cups-filters-1.21.4.tar.xz) = 6f269a5b6f37260a2f80357678215106cb85d340
-RMD160 (cups-filters-1.21.4.tar.xz) = b50d134df181772316875b6707c1aabb43b5e19e
-SHA512 (cups-filters-1.21.4.tar.xz) = 6e1e20be0354ba96cf4222c05aadd4a2b3d033d730ff9b7489ba6a3b2b0e1a02ac80a1ebcf5e765b80e5baab2ae0c091c8abbdf159913b70592fb9ba0afd9a5b
-Size (cups-filters-1.21.4.tar.xz) = 1474564 bytes
+SHA1 (cups-filters-1.21.5.tar.xz) = a7b2cd60918c4a976e5aa2f1915cfdf5724eafbe
+RMD160 (cups-filters-1.21.5.tar.xz) = 840805d862141081496464a0db45f2ca01660b2b
+SHA512 (cups-filters-1.21.5.tar.xz) = 41ed3364cb0a87e8b2b2482f3c8de90eba63538682ad3fa1079908beadec5e975d9eda151d822e93f62dcc32fe2a6189cc02b6b7691640fb00434efec35c0f7a
+Size (cups-filters-1.21.5.tar.xz) = 1474388 bytes
 SHA1 (patch-Makefile.in) = 2d5b05c9dca8ef7cc51931d77dddb1b2c4d422d8
 SHA1 (patch-configure) = b55dc7dc22008351c396374aceb88d2be293d179
 SHA1 (patch-filter_gstoraster.c) = 4eef8d91d8ca26a5a874e29885b836e9670d9e5d
 SHA1 (patch-filter_mupdftoraster.c) = 4c4f7d292163657f9541c8ce454ba57d248f7ef0
 SHA1 (patch-fontembed_test__pdf.c) = 5ffb13a59ed4d860a3ae4355e364059973715290
 SHA1 (patch-fontembed_test__ps.c) = 70f9ab9c8f74ab96abe04cda926a7116386d5f2e
-SHA1 (patch-poppler-0.71.0.patch) = 96697af23130bb27e8ac3b1d204b887c923a3e6b



Home | Main Index | Thread Index | Old Index