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: wiz
Date: Wed Aug 24 10:42:32 UTC 2016
Modified Files:
pkgsrc/print/cups-filters: Makefile PLIST distinfo
Log Message:
Updated cups-filters to 1.11.1.
CHANGES IN V1.11.1
- mupdftoraster: Lowered the priority (raised the cost value)
in the cupsfilters-mupdf.convs file so that in a full
cups-filters installation MuPDF is not prioritized.
CHANGES IN V1.11.0
- pdftops: Added support for MuPDF as PDF renderer. MuPDF can
be selected by the "pdftops-renderer=mupdf" option.
- rastertops: Removed unneeded page logging.
- rastertops: Fixed DSC comments, some were only preceded by
a single '%' instead of a double "%%".
- gstoraster, pdftops, foomatic-rip: Use -dNOMEDIAATTRS when
calling Ghostscript. This way Ghostscript does not try to
match media sizes with internal lists.
- Build system: Allow building cups-filters without Poppler
(--disable-poppler in ./configure command line) This skips
the build of pdftoraster, bannertopdf, pdftoijs, and
pdftoopvp and the installation of these filters and their
auxiliary files. With this cups-filters can be easily
installed on mobile/appliance systems with MuPDF as the only
PDF interpreter.
- mupdftoraster: Added filter to support MuPDF as PDF
interpreter. MuPDF is a lightweight PDF interpreter
especially interesting for mobile systems and
appliances. Thanks to Pranjal Bhor for contributing this as
part of his Google Summer of Code project.
- gstoraster: Fix setting of width and height of the page in
pixels when there is no Resolution option in the PPD.
- cups-browsed, implicitclass: Avoid the use of files for the
communication between cups-browsed and the load-balancing
backend implicitclass. Instead of in a file, cups-brwsed
stores the destination server name in an option (which CUPS
saves in printers.conf) which the implicitclass backend
reads via IPP. This not only makes it easier to run
cups-filters in a sandbox, but it is also better in terms of
system security.
- cups-browsed: Allow configuring where the files produced by
cups-browsed will get stored. This makes it easier to run
cups-filters in a sandbox.
- beh: Fixed printing multiple copies with beh (Ubuntu bug
#1605514).
- cups-browsed: Fixed several memory leaks, especially when
using IPP requests and DNS-SD TXT record look-ups. Thanks to
Ivo Straka for finding them with Valgrind and supplying
patches to fix them (Bug #1365, Bug #1368, Ubuntu bug
#1203276).
- libcupsfilters: Added missing "#include <cups/ppd.h>" to
make sure that the package builds on all systems (Bug
#1366).
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/print/cups-filters/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/cups-filters/PLIST
cvs rdiff -u -r1.35 -r1.36 pkgsrc/print/cups-filters/distinfo
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.50 pkgsrc/print/cups-filters/Makefile:1.51
--- pkgsrc/print/cups-filters/Makefile:1.50 Wed Aug 3 10:23:19 2016
+++ pkgsrc/print/cups-filters/Makefile Wed Aug 24 10:42:31 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2016/08/03 10:23:19 adam Exp $
+# $NetBSD: Makefile,v 1.51 2016/08/24 10:42:31 wiz Exp $
-DISTNAME= cups-filters-1.10.0
-PKGREVISION= 2
+DISTNAME= cups-filters-1.11.1
CATEGORIES= print
MASTER_SITES= http://openprinting.org/download/cups-filters/
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/print/cups-filters/PLIST
diff -u pkgsrc/print/cups-filters/PLIST:1.12 pkgsrc/print/cups-filters/PLIST:1.13
--- pkgsrc/print/cups-filters/PLIST:1.12 Mon Jul 18 07:08:12 2016
+++ pkgsrc/print/cups-filters/PLIST Wed Aug 24 10:42:31 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2016/07/18 07:08:12 leot Exp $
+@comment $NetBSD: PLIST,v 1.13 2016/08/24 10:42:31 wiz Exp $
bin/foomatic-rip
bin/ttfread
include/cupsfilters/colord.h
@@ -34,6 +34,7 @@ libexec/cups/filter/imagetoraster
libexec/cups/filter/imagetoubrl
libexec/cups/filter/imageubrltoindexv3
libexec/cups/filter/imageubrltoindexv4
+libexec/cups/filter/mupdftoraster
libexec/cups/filter/pdftoijs
libexec/cups/filter/pdftoopvp
libexec/cups/filter/pdftopdf
@@ -89,6 +90,8 @@ share/cups/drv/indexv4.drv
share/cups/mime/braille.convs
share/cups/mime/braille.types
share/cups/mime/cupsfilters-ghostscript.convs
+share/cups/mime/cupsfilters-mupdf.convs
+share/cups/mime/cupsfilters-poppler.convs
share/cups/mime/cupsfilters.convs
share/cups/mime/cupsfilters.types
share/cups/ppdc/braille.defs
Index: pkgsrc/print/cups-filters/distinfo
diff -u pkgsrc/print/cups-filters/distinfo:1.35 pkgsrc/print/cups-filters/distinfo:1.36
--- pkgsrc/print/cups-filters/distinfo:1.35 Mon Jul 18 07:08:12 2016
+++ pkgsrc/print/cups-filters/distinfo Wed Aug 24 10:42:31 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2016/07/18 07:08:12 leot Exp $
+$NetBSD: distinfo,v 1.36 2016/08/24 10:42:31 wiz Exp $
-SHA1 (cups-filters-1.10.0.tar.xz) = 7979549c8beb0a838bb5669f5aacfea47866932e
-RMD160 (cups-filters-1.10.0.tar.xz) = e437bd5955d2af95d6d8cc5752b2c78b1bcaf82a
-SHA512 (cups-filters-1.10.0.tar.xz) = 93517fe81552cac0f1414b04876db54bf94475d3ceb443c4e104e381ea5141296237576f543db0184794ade952a892a4fa6f312c4c8a4e5769827567eb181e2a
-Size (cups-filters-1.10.0.tar.xz) = 1399652 bytes
+SHA1 (cups-filters-1.11.1.tar.xz) = 157ace44646b22c928de4fdad735fc167cbb3178
+RMD160 (cups-filters-1.11.1.tar.xz) = a325804e61f9bb86694b4aa3371a96c0ce47703d
+SHA512 (cups-filters-1.11.1.tar.xz) = be475126fb30690b86471733bcfd27a9696fdc0e1053e5c3ac99673608383ad446ecbc8f45ecdeced3ebe70918976f9253ea0097b54bcd01e79e9887c230c22f
+Size (cups-filters-1.11.1.tar.xz) = 1403392 bytes
Home |
Main Index |
Thread Index |
Old Index