![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / print / poppler / Makefile.common (download)
Revision 1.136, Thu Jul 14 14:06:58 2022 UTC (6 months, 2 weeks ago) by wiz
poppler*: update to 22.07.0 Release 22.07.0: core: * Fix crash when filling in forms in some files. Issue #1258 * Fix first lines of Annotations sometimes being cut off. Issue #1246 * Signatures: Don't crash if the signature doesn't have a common name * CairoFontEngine: increment font_face reference when retrieving from the cache * Add ToUnicode support for lessorequalslant and greaterorequalslant glib: * Add support for stamp annotation build system: * Tweaks on how gperf is run |
# $NetBSD: Makefile.common,v 1.136 2022/07/14 14:06:58 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.07.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"