mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
print/cups-filters: Update to 1.28.10
Enable POPPLER option by default to support some Brother printers. (Poppler was already a dependency through the PSHYBRID option.) PR: 258540
This commit is contained in:
parent
f0257531e9
commit
03e35e3913
3 changed files with 6 additions and 8 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= cups-filters
|
PORTNAME= cups-filters
|
||||||
PORTVERSION= 1.28.6
|
PORTVERSION= 1.28.10
|
||||||
PORTREVISION= 12
|
|
||||||
CATEGORIES= print
|
CATEGORIES= print
|
||||||
MASTER_SITES= https://www.openprinting.org/download/cups-filters/
|
MASTER_SITES= https://www.openprinting.org/download/cups-filters/
|
||||||
|
|
||||||
|
@ -11,7 +10,6 @@ LICENSE= BSD4CLAUSE GPLv2 GPLv2+ GPLv3 GPLv3+ LGPL20 LGPL21+ MIT
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu
|
BUILD_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu
|
||||||
RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu
|
|
||||||
LIB_DEPENDS= liblcms2.so:graphics/lcms2 \
|
LIB_DEPENDS= liblcms2.so:graphics/lcms2 \
|
||||||
libqpdf.so:print/qpdf \
|
libqpdf.so:print/qpdf \
|
||||||
libcupsimage.so:print/cups \
|
libcupsimage.so:print/cups \
|
||||||
|
@ -51,7 +49,8 @@ OPTIONS_GROUP_FILTERS= GHOSTSCRIPT IMAGES MUPDF POPPLER
|
||||||
OPTIONS_GROUP_CUPS_BROWSED= AVAHI LDAP
|
OPTIONS_GROUP_CUPS_BROWSED= AVAHI LDAP
|
||||||
OPTIONS_SINGLE= PDFTOPS
|
OPTIONS_SINGLE= PDFTOPS
|
||||||
OPTIONS_SINGLE_PDFTOPS= PSGHOSTSCRIPT PSHYBRID PSMUPDF PSPOPPLER
|
OPTIONS_SINGLE_PDFTOPS= PSGHOSTSCRIPT PSHYBRID PSMUPDF PSPOPPLER
|
||||||
OPTIONS_DEFAULT= COLORD GHOSTSCRIPT IMAGES AVAHI LDAP PSHYBRID
|
OPTIONS_DEFAULT= COLORD GHOSTSCRIPT IMAGES POPPLER AVAHI LDAP \
|
||||||
|
PSHYBRID
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
|
|
||||||
BRAILLE_CONFIGURE_ENABLE= braille
|
BRAILLE_CONFIGURE_ENABLE= braille
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1607275577
|
TIMESTAMP = 1631978128
|
||||||
SHA256 (cups-filters-1.28.6.tar.xz) = 756b433cac3718e492d1da58859461862ec70bd863dbd2d4d221ab724f145f6c
|
SHA256 (cups-filters-1.28.10.tar.xz) = cf8c904694c44cf689b5724e46d23da9ae5125d54374b340c642077cc29ca837
|
||||||
SIZE (cups-filters-1.28.6.tar.xz) = 1503080
|
SIZE (cups-filters-1.28.10.tar.xz) = 1503924
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
bin/driverless
|
bin/driverless
|
||||||
bin/driverless-fax
|
bin/driverless-fax
|
||||||
bin/foomatic-rip
|
bin/foomatic-rip
|
||||||
bin/ttfread
|
|
||||||
@sample etc/cups/cups-browsed.conf.sample
|
@sample etc/cups/cups-browsed.conf.sample
|
||||||
include/cupsfilters/colord.h
|
include/cupsfilters/colord.h
|
||||||
include/cupsfilters/colormanager.h
|
include/cupsfilters/colormanager.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue