mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
- Update to 1.25.0.
- Make portlint happy.
This commit is contained in:
parent
9fde1c2d66
commit
665876b565
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503720
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cups-filters
|
||||
PORTVERSION= 1.23.0
|
||||
PORTVERSION= 1.25.0
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= https://www.openprinting.org/download/cups-filters/
|
||||
|
||||
@ -17,10 +17,14 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 \
|
||||
libfreetype.so:print/freetype2 \
|
||||
libfontconfig.so:x11-fonts/fontconfig
|
||||
|
||||
CONFLICTS= cups-pstoraster-[0-9]* foomatic-filters-[0-9]*
|
||||
|
||||
USES= compiler:c++11-lib cpe gmake gnome iconv libtool localbase \
|
||||
pkgconfig shebangfix tar:xz
|
||||
USE_GNOME= glib20
|
||||
USE_LDCONFIG= yes
|
||||
USE_RC_SUBR= cups_browsed
|
||||
|
||||
CONFLICTS= cups-pstoraster-[0-9]* foomatic-filters-[0-9]*
|
||||
|
||||
CPE_VENDOR= linuxfoundation
|
||||
SHEBANG_FILES= filter/braille/drivers/generic/brftoembosser.in \
|
||||
filter/braille/drivers/index/imageubrltoindexv3.in \
|
||||
@ -33,9 +37,7 @@ SHEBANG_FILES= filter/braille/drivers/generic/brftoembosser.in \
|
||||
filter/braille/filters/texttobrf.in \
|
||||
filter/braille/filters/vectortobrf.in \
|
||||
filter/braille/filters/vectortopdf.in
|
||||
USE_GNOME= glib20
|
||||
USE_LDCONFIG= yes
|
||||
USE_RC_SUBR= cups_browsed
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-shell=/bin/sh --with-pdftops-path=${LOCALBASE}/bin/pdftops
|
||||
INSTALL_TARGET= install-strip
|
||||
@ -85,7 +87,7 @@ MUPDF_DESC= PDF-to-raster using MuPDF
|
||||
|
||||
POPPLER_CONFIGURE_ENABLE= poppler
|
||||
POPPLER_DESC= PDF-to-raster using Poppler
|
||||
POPPLER_LIB_DEPENDS= libpoppler.so:graphics/poppler
|
||||
POPPLER_LIB_DEPENDS= libpoppler-cpp.so:graphics/poppler
|
||||
|
||||
# cups-browsed(8) options
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1559383038
|
||||
SHA256 (cups-filters-1.23.0.tar.xz) = e21603d2273ffd3576228f240057c1b48cb5b2a21d9e6bd69adbb53980ebdfd3
|
||||
SIZE (cups-filters-1.23.0.tar.xz) = 1477900
|
||||
TIMESTAMP = 1559988815
|
||||
SHA256 (cups-filters-1.25.0.tar.xz) = 8119149a8b61466e94c141205a5a9d2de798fe7a932a260ce2d66f8f30d351d1
|
||||
SIZE (cups-filters-1.25.0.tar.xz) = 1447496
|
||||
|
@ -6,6 +6,7 @@ include/cupsfilters/colord.h
|
||||
include/cupsfilters/colormanager.h
|
||||
include/cupsfilters/driver.h
|
||||
include/cupsfilters/image.h
|
||||
include/cupsfilters/pdftoippprinter.h
|
||||
include/cupsfilters/ppdgenerator.h
|
||||
include/cupsfilters/raster.h
|
||||
include/fontembed/bitset.h
|
||||
|
Loading…
Reference in New Issue
Block a user