From 4841c7be3c709f00569cbcc78e373e0266ac063e Mon Sep 17 00:00:00 2001 From: leot Date: Sat, 21 Jan 2017 11:58:29 +0000 Subject: Update print/cups-filters to cups-filters-1.13.3 pkgsrc changes: - Add --with-apple-raster-filter=rastertopdf to CONFIGURE_ARGS to avoid possible PLIST issues with cups<2.2.2 (with cups>=2.2.2 urftopdf is no longer built) Changes: 1.13.3 ------ - libcupsfilters: When auto-generating PPD files added support for passing through JPEG input to printers which understand JPEG. This is also done in CUPS-generated PPDs (Debian bug #851499). - libcupsfilters: Added the "output-bin" option support from CUPS' PPD generator to our PPD generator (CUPS Issue #4938). - cups-browsed: Make support for printers with IPv6 IP address work. Both link-local and regular addresses work. --- print/cups-filters/Makefile | 6 +++--- print/cups-filters/PLIST | 3 +-- print/cups-filters/distinfo | 10 +++++----- 3 files changed, 9 insertions(+), 10 deletions(-) (limited to 'print') diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index 9c2ae2ca7ca..1a34f6b24f8 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.62 2017/01/19 10:19:26 markd Exp $ +# $NetBSD: Makefile,v 1.63 2017/01/21 11:58:29 leot Exp $ -DISTNAME= cups-filters-1.13.2 -PKGREVISION= 1 +DISTNAME= cups-filters-1.13.3 CATEGORIES= print MASTER_SITES= http://openprinting.org/download/cups-filters/ EXTRACT_SUFX= .tar.xz @@ -43,6 +42,7 @@ CONFIGURE_ARGS+= --with-rclevels="" .endif CONFIGURE_ARGS+= --disable-ldap CONFIGURE_ARGS+= --disable-mutool +CONFIGURE_ARGS+= --with-apple-raster-filter=rastertopdf CONFIGURE_ARGS+= --with-shell=${TOOLS_PATH.bash} CONFIGURE_ARGS+= --with-pdftops-path=${PREFIX}/bin/pdftops diff --git a/print/cups-filters/PLIST b/print/cups-filters/PLIST index fea9f316c91..13d1356d7c0 100644 --- a/print/cups-filters/PLIST +++ b/print/cups-filters/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2016/12/19 08:49:00 wiz Exp $ +@comment $NetBSD: PLIST,v 1.17 2017/01/21 11:58:29 leot Exp $ bin/driverless bin/foomatic-rip bin/ttfread @@ -54,7 +54,6 @@ libexec/cups/filter/texttobrf libexec/cups/filter/texttopdf libexec/cups/filter/texttops libexec/cups/filter/texttotext -libexec/cups/filter/urftopdf man/man1/driverless.1 man/man1/foomatic-rip.1 man/man5/cups-browsed.conf.5 diff --git a/print/cups-filters/distinfo b/print/cups-filters/distinfo index dfa6b259b9e..235701f569e 100644 --- a/print/cups-filters/distinfo +++ b/print/cups-filters/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.45 2016/12/30 16:14:32 adam Exp $ +$NetBSD: distinfo,v 1.46 2017/01/21 11:58:29 leot Exp $ -SHA1 (cups-filters-1.13.2.tar.xz) = 5fa3c3c2ac2150ab2e0e9defadb27f81e6164e4c -RMD160 (cups-filters-1.13.2.tar.xz) = 77c5c06e2e24df339bcef384a5aac2a564814ef8 -SHA512 (cups-filters-1.13.2.tar.xz) = 50b2e5d65f28bd15bd5e60bf11fc5e182c97a00155fb46ad36d058caa63ee60c504ec59cec05407068234cb1232e77c0ffb0bedd6a4c53bdc34055b60e7ed8b0 -Size (cups-filters-1.13.2.tar.xz) = 1420012 bytes +SHA1 (cups-filters-1.13.3.tar.xz) = ab5a0d6558c58a40010f01b40c9eaf891da66238 +RMD160 (cups-filters-1.13.3.tar.xz) = 1401ce17fdc4ed96875e7feefaae0a5141c4a087 +SHA512 (cups-filters-1.13.3.tar.xz) = 52692473e069017ca9fd2274357514bc99bdc2ed576be329aaa4b2978dcac98124716a77f6ff80f76e2a5b513b4c2cb3cb7d2e3a4d32d9bb90725d053d88c280 +Size (cups-filters-1.13.3.tar.xz) = 1421092 bytes SHA1 (patch-configure) = b55dc7dc22008351c396374aceb88d2be293d179 SHA1 (patch-filter_gstoraster.c) = a9fac7892972943f345c6b76529feff0ba098458 SHA1 (patch-filter_mupdftoraster.c) = 4c4f7d292163657f9541c8ce454ba57d248f7ef0 -- cgit v1.2.3