diff options
author | wiz <wiz@pkgsrc.org> | 2016-01-24 11:18:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-01-24 11:18:48 +0000 |
commit | 352cd0b271f214238f97f49e6f258e554a23a08a (patch) | |
tree | 2e7f0f7ae1b61eb5a5b2418ce645b839655304b0 /print | |
parent | 12ad75fed00c8517f91bfea156872512b6e74718 (diff) | |
download | pkgsrc-352cd0b271f214238f97f49e6f258e554a23a08a.tar.gz |
Update cups-filters to 1.8.1:
CHANGES IN V1.8.1
- cups-browsed: Do not disable queues which still have jobs (and
therefore cannot be removed) when avahi-daemon goes away, the
print server is most probably still available and printing can
be continued. Especially important on mobile devices where
avahi-daemon is shut down when the print dialog is closed (and
the job(s) still printing).
CHANGES IN V1.8.0
- COPYING: Replaced the COPYING file by a file in Debian format,
derived from Debian's file but updated and corrected.
- braille: Added info about additional packages needed for Braille
printing to the README file.
- braille: Let the Braille filters use lou_translate of
liblouis if the more sophisticated file2brl of liblouisutdml
is not installed. This is decided on at run time, so later
installation of liblouisutdml will let the filters
automatically switch to file2brl.
- braille: Allow to build with Braille support also if
liblouis is not installed at build time.
- braille: Added checks for the presence of helper tools, to
get clear messages in the CUPS error_log if something is
missing.
- Fixed copyright headers of files inherited from CUPS or
derived from CUPS, pointing to COPYING as license info file,
removing Apple exceptions, removing hints that a missing
license info file can be found at www.cups.org, and removing
"$Id" SVN file ID placeholders.
- Updated COPYING file for missing implicitclass and beh
backends.
CHANGES IN V1.7.0
- cups-browsed: Added possibility to trigger the auto shutdown
by the queues of cups-browsed being without jobs. Before
auto shutdown was only possible when all queues have gone
away. This allows auto shutdown on mobile devices where
avahi-daemon is also used for other things than printing.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-filters/Makefile | 12 | ||||
-rw-r--r-- | print/cups-filters/PLIST | 29 | ||||
-rw-r--r-- | print/cups-filters/distinfo | 10 |
3 files changed, 42 insertions, 9 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index c9bad5b1a8b..9fe9e7607b5 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2016/01/17 20:17:21 leot Exp $ +# $NetBSD: Makefile,v 1.40 2016/01/24 11:18:48 wiz Exp $ -DISTNAME= cups-filters-1.6.0 +DISTNAME= cups-filters-1.8.1 CATEGORIES= print MASTER_SITES= http://openprinting.org/download/cups-filters/ EXTRACT_SUFX= .tar.xz @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND mit GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= bash:run pkg-config +USE_TOOLS+= bash:run pkg-config gmake USE_LANGUAGES= c c++ BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen @@ -24,6 +24,12 @@ PKGCONFIG_OVERRIDE+= libfontembed.pc.in CONFLICTS+= cups<1.6 REPLACE_BASH+= filter/textonly +REPLACE_BASH+= filter/braille/drivers/generic/brftoembosser.in +REPLACE_BASH+= filter/braille/drivers/index/imageubrltoindexv3.in +REPLACE_BASH+= filter/braille/drivers/index/imageubrltoindexv4.in +REPLACE_BASH+= filter/braille/drivers/index/textbrftoindexv3.in +REPLACE_BASH+= filter/braille/filters/imagetobrf.in +REPLACE_BASH+= filter/braille/filters/texttobrf.in .include "../../mk/bsd.prefs.mk" diff --git a/print/cups-filters/PLIST b/print/cups-filters/PLIST index 66b489b050c..f57dbaaf2d1 100644 --- a/print/cups-filters/PLIST +++ b/print/cups-filters/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2016/01/17 20:17:21 leot Exp $ +@comment $NetBSD: PLIST,v 1.10 2016/01/24 11:18:48 wiz Exp $ bin/foomatic-rip bin/ttfread include/cupsfilters/colord.h @@ -20,14 +20,19 @@ libexec/cups/backend/implicitclass libexec/cups/backend/parallel libexec/cups/backend/serial libexec/cups/filter/bannertopdf +libexec/cups/filter/brftoembosser libexec/cups/filter/commandtoescpx libexec/cups/filter/commandtopclx libexec/cups/filter/foomatic-rip libexec/cups/filter/gstopxl libexec/cups/filter/gstoraster +libexec/cups/filter/imagetobrf libexec/cups/filter/imagetopdf libexec/cups/filter/imagetops libexec/cups/filter/imagetoraster +libexec/cups/filter/imagetoubrl +libexec/cups/filter/imageubrltoindexv3 +libexec/cups/filter/imageubrltoindexv4 libexec/cups/filter/pdftoijs libexec/cups/filter/pdftoopvp libexec/cups/filter/pdftopdf @@ -38,7 +43,10 @@ libexec/cups/filter/rastertoescpx libexec/cups/filter/rastertopclx libexec/cups/filter/rastertopdf libexec/cups/filter/sys5ippprinter +libexec/cups/filter/textbrftoindexv3 +libexec/cups/filter/textbrftoindexv4 libexec/cups/filter/textonly +libexec/cups/filter/texttobrf libexec/cups/filter/texttopdf libexec/cups/filter/texttops libexec/cups/filter/urftopdf @@ -53,6 +61,10 @@ share/cups/banners/secret share/cups/banners/standard share/cups/banners/topsecret share/cups/banners/unclassified +share/cups/braille/cups-braille.sh +share/cups/braille/index.sh +share/cups/braille/indexv3.sh +share/cups/braille/indexv4.sh share/cups/charsets/pdf.utf-8 share/cups/charsets/pdf.utf-8.heavy share/cups/charsets/pdf.utf-8.simple @@ -70,9 +82,24 @@ share/cups/data/testprint share/cups/data/topsecret.pdf share/cups/data/unclassified.pdf share/cups/drv/cupsfilters.drv +share/cups/drv/generic-brf.drv +share/cups/drv/indexv3.drv +share/cups/drv/indexv4.drv +share/cups/mime/braille.convs +share/cups/mime/braille.types share/cups/mime/cupsfilters.convs share/cups/mime/cupsfilters.types +share/cups/ppdc/braille.defs share/cups/ppdc/escp.h +share/cups/ppdc/fr-braille.po +share/cups/ppdc/imagemagick.defs +share/cups/ppdc/index.defs +share/cups/ppdc/liblouis.defs +share/cups/ppdc/liblouis1.defs +share/cups/ppdc/liblouis2.defs +share/cups/ppdc/liblouis3.defs +share/cups/ppdc/liblouis4.defs +share/cups/ppdc/media-braille.defs share/cups/ppdc/pcl.h share/doc/cups-filters/AUTHORS share/doc/cups-filters/COPYING diff --git a/print/cups-filters/distinfo b/print/cups-filters/distinfo index 677e1e2b757..4724d7e01fe 100644 --- a/print/cups-filters/distinfo +++ b/print/cups-filters/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.30 2016/01/17 20:17:21 leot Exp $ +$NetBSD: distinfo,v 1.31 2016/01/24 11:18:48 wiz Exp $ -SHA1 (cups-filters-1.6.0.tar.xz) = 544df3cc544a44cb2eb5d3beb6e15f70b4546281 -RMD160 (cups-filters-1.6.0.tar.xz) = cfa264f8dd50f88aea19e09a57f9254f114d5470 -SHA512 (cups-filters-1.6.0.tar.xz) = dd7671dbb13588829337e4ae4d533dc6c1e17f75ca240a6d43bb0a30a2453fffa9a1541d7b041024a6d4cbb939790802a8c3947cd319590fa37c7ce237232b9d -Size (cups-filters-1.6.0.tar.xz) = 1377952 bytes +SHA1 (cups-filters-1.8.1.tar.xz) = 8a79a1b5d33cfa403e7b9626d8718a799f011e83 +RMD160 (cups-filters-1.8.1.tar.xz) = b6b1c04ed7d253571d27ec5b7a216cda3364a756 +SHA512 (cups-filters-1.8.1.tar.xz) = 9b254dbcc90df335b8162495f5c2846f77c8006128458e54753877d0b5e6b1d696ae28378b4b9a8275626d7f537651e1cb55aac67588ee5fa319898912dd9e08 +Size (cups-filters-1.8.1.tar.xz) = 1372152 bytes |