![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / print / poppler-utils / Makefile (download)
Revision 1.53, Sun Aug 7 08:40:04 2022 UTC (5 months, 3 weeks ago) by wiz
poppler*: update to 22.08.0 Release 22.08.0: core: * Fix rendering text on some forms * CairoOutputDev: Support Type3 charprocs having Resources * Fix crashes on malformed files |
# $NetBSD: Makefile,v 1.53 2022/08/07 08:40:04 wiz Exp $ .include "../../print/poppler/Makefile.common" PKGNAME= poppler-utils-${POPPLER_VERS} COMMENT= PDF utilities (from poppler) CONFLICTS+= poppler-0.5.1{,nb*} CONFLICTS+= xpdf<3.02pl4nb1 # Don't compile GTK+ test program. CMAKE_ARGS+= -DBUILD_GTK_TESTS=OFF # Don't compile GLib wrapper which also needs gtk2 CMAKE_ARGS+= -DENABLE_GLIB=OFF # Build and install the tools CMAKE_ARGS+= -DENABLE_UTILS=ON # Don't compile poppler cpp wrapper. CMAKE_ARGS+= -DENABLE_CPP=OFF # Don't compile poppler qt5 wrapper. CMAKE_ARGS+= -DENABLE_QT5=OFF # Don't build libcurl based HTTP support. ## might want to include CMAKE_ARGS+= -DENABLE_LIBCURL=OFF BUILDLINK_API_DEPENDS.poppler+= poppler>=${POPPLER_VERS} .include "../../print/poppler/buildlink3.mk" INSTALL_DIRS= utils .include "../../mk/bsd.prefs.mk" MAKE_ENV+= PTHREAD_STUBLIB= .include "../../graphics/cairo/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../mk/bsd.pkg.mk"