mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Update from 1.0.53 to 1.0.54
- Add libtool to USES PR: ports/190758 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
This commit is contained in:
parent
569976028b
commit
87ad1df4e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356937
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cups-filters
|
||||
PORTVERSION= 1.0.53
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.54
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://www.openprinting.org/download/cups-filters/
|
||||
|
||||
@ -22,13 +21,13 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpoppler.so:${PORTSDIR}/graphics/poppler
|
||||
|
||||
MAKE_JOBS_UNSAFE=YES
|
||||
USES= compiler:c++11-lib pathfix pkgconfig shebangfix tar:xz
|
||||
USES= compiler:c++11-lib pathfix pkgconfig shebangfix tar:xz libtool
|
||||
SHEBANG_FILES= filter/textonly
|
||||
USE_GNOME= glib20
|
||||
USE_GHOSTSCRIPT= yes
|
||||
USE_RC_SUBR= cups_browsed
|
||||
GNU_CONFIGURE= yes
|
||||
CUPS_SOCKET= /var/run/cups.sock
|
||||
CUPS_SOCKET?= /var/run/cups.sock
|
||||
CONFIGURE_ARGS= --with-cups-domainsocket=${CUPS_SOCKET}
|
||||
CONFIGURE_ENV= ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-lz" \
|
||||
LIBQPDF_CFLAGS="-I${LOCALBASE}/include" LIBQPDF_LIBS="-lqpdf"
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cups-filters-1.0.53.tar.xz) = a25b55228cc13549d6989a9f6319e4e313ce42fe88d8b645e02b0c17d02dc2bf
|
||||
SIZE (cups-filters-1.0.53.tar.xz) = 1312476
|
||||
SHA256 (cups-filters-1.0.54.tar.xz) = f9a58cc9f02f2257727248a71b99a74e6ef79e2e8527ef58bcd81e6154bc0966
|
||||
SIZE (cups-filters-1.0.54.tar.xz) = 1314324
|
||||
|
@ -11,13 +11,13 @@ include/fontembed/fontfile.h
|
||||
include/fontembed/iofn.h
|
||||
include/fontembed/sfnt.h
|
||||
lib/libcupsfilters.a
|
||||
lib/libcupsfilters.la
|
||||
lib/libcupsfilters.so
|
||||
lib/libcupsfilters.so.1
|
||||
lib/libcupsfilters.so.1.0.0
|
||||
lib/libfontembed.a
|
||||
lib/libfontembed.la
|
||||
lib/libfontembed.so
|
||||
lib/libfontembed.so.1
|
||||
lib/libfontembed.so.1.0.0
|
||||
libdata/pkgconfig/libcupsfilters.pc
|
||||
libdata/pkgconfig/libfontembed.pc
|
||||
libexec/cups/backend/parallel
|
||||
@ -39,6 +39,7 @@ libexec/cups/filter/pdftoraster
|
||||
libexec/cups/filter/pstopdf
|
||||
libexec/cups/filter/rastertoescpx
|
||||
libexec/cups/filter/rastertopclx
|
||||
libexec/cups/filter/rastertopdf
|
||||
libexec/cups/filter/textonly
|
||||
libexec/cups/filter/texttopdf
|
||||
libexec/cups/filter/texttops
|
||||
|
Loading…
Reference in New Issue
Block a user