![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / print / poppler / Makefile.common (download)
Revision 1.135, Sun Jul 3 17:07:44 2022 UTC (7 months ago) by wiz
poppler*: update to 22.06.0 Release 22.06.0: core: * Forms: Fix crash in forms with their own DR * Refactor CairoFontEngine caching * CairoOutputDev: preserve text color when drawing type 3 glyphs * Windows: font code simplification * Minor code improvements cpp: * Add missing header utils: * pdfattach: Assume filename is utf8 encoded * pdftohtml: Fix type 3 font size calculation Release 22.05.0: core: * Annotations: Make sure we embed fonts for the FreeText annots * Forms: Make sure we embedd fonts as needed * Signatures: Make sure we embed the needed fonts * CairoOutputDev: color type 3 fonts * fix two bugs in multiline find_text() * code improvements utils: * pdftotext: added TSV mode * HtmlOutputDev: don't use png.h cpp: * Use time_t for time * Add page_transition::durationReal qt: * Pass leftFontSize down to `FormWidgetSignature::signDocumentWithAppearence` |
# $NetBSD: Makefile.common,v 1.135 2022/07/03 17:07:44 wiz Exp $ # # used by print/poppler/Makefile # used by print/poppler-cpp/Makefile # used by print/poppler-glib/Makefile # used by print/poppler-includes/Makefile # used by print/poppler-qt5/Makefile # used by print/poppler-utils/Makefile POPPLER_VERS= 22.06.0 DISTNAME= poppler-${POPPLER_VERS} CATEGORIES= print MASTER_SITES= https://poppler.freedesktop.org/ EXTRACT_SUFX= .tar.xz MAINTAINER= reed@reedmedia.net HOMEPAGE= https://poppler.freedesktop.org/ LICENSE= gnu-gpl-v2 DISTINFO_FILE= ${.CURDIR}/../../print/poppler/distinfo PATCHDIR= ${.CURDIR}/../../print/poppler/patches USE_CMAKE= yes USE_LANGUAGES= c c++17 USE_TOOLS+= pkg-config GCC_REQD+= 7 # std::optional .include "../../mk/bsd.prefs.mk" # This package will link against libstdc++.so from the pkgsrc GCC when the # base OS GCC doesn't meet the minimum requirement. Thus we do this so the # appropriate gcc-libs package will be captured as a dependency, otherwise # binary packages will be broken. .if ${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 090000 USE_PKGSRC_GCC= yes USE_PKGSRC_GCC_RUNTIME= yes .endif .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mclang) BUILDLINK_TRANSFORM+= rm:-fno-check-new .endif .include "../../devel/boost-headers/buildlink3.mk" .include "../../graphics/openjpeg/buildlink3.mk"