pkgsrc/print/poppler/Makefile.common
wiz 6c5d349c5b poppler: update to 21.07.0.
Release 21.07.0:
        core:
         * JBIG2Stream: Do not consider a size-0 to be an error. Issue #535
         * PSOutputDev: fix off-by-one error for image masking in L1/L2 output. Issue #1088
         * CairoOutputDev: Fix memory leak on broken files
         * Minor code improvements

        build system:
         * set C standard to 11 without extensions
2021-07-15 11:31:25 +00:00

34 lines
934 B
Text

# $NetBSD: Makefile.common,v 1.124 2021/07/15 11:31:25 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= 21.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++14
USE_TOOLS+= pkg-config
GCC_REQD+= 5
.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"