3f859fd644
shlib major was NOT bumped this time. Release 0.52.0 core: * Fix assert on reading some OCGs. Bug #99768 * Properly initialize some RichMedia variables in corner cases. Bug #99767 qt4: * optcontent structure was leaking the headers items. Bug #99449 * Cleanup objects in tests to fix memory leaks. Bug #99449 qt5: * optcontent structure was leaking the headers items. Bug #99449 * Cleanup objects in tests to fix memory leaks. Bug #99449 utils: * pdftocairo.1: Fix typo Release 0.51.0 core: * Check for error from NSS in SignatureHandler construct. Bug #99363 * Add Form[Field|Widget]::setPartialName * Fix memory leak in PDFDoc::markAnnotations qt5: * Implement digital signature support. Bug #94378 * Add Poppler::FormField::setName * Fix segfault/assert if LinkDestination is constructed with invalid input string. Bug #99357 utils: * pdfunite: add fields to AcroForm dict. Bug #99141
35 lines
950 B
Text
35 lines
950 B
Text
# $NetBSD: Makefile.common,v 1.83 2017/02/22 15:26:09 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-qt4/Makefile
|
|
# used by print/poppler-qt5/Makefile
|
|
# used by print/poppler-utils/Makefile
|
|
|
|
POPPLER_VERS= 0.52.0
|
|
DISTNAME= poppler-${POPPLER_VERS}
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://poppler.freedesktop.org/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
HOMEPAGE= http://poppler.freedesktop.org/
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../print/poppler/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../print/poppler/patches
|
|
|
|
USE_TOOLS+= pkg-config
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
# Don't accidentally find libtiff
|
|
CONFIGURE_ARGS+= --disable-libtiff
|
|
|
|
.include "../../mk/compiler.mk"
|
|
.if !empty(PKGSRC_COMPILER:Mclang)
|
|
BUILDLINK_TRANSFORM+= rm:-fno-check-new
|
|
.endif
|
|
|
|
.include "../../graphics/openjpeg/buildlink3.mk"
|