Release 0.32.0 core: * Annotations: Fix rendering of empty BG/BC arrays * Splash: Fix wrong colour shown when GouraudTriangleShFill uses a DeviceN colorspace. Bug #89182 * Splash: Fix use of uninitialized variable in Splash::pipeRun * Remove unnecesary check for font validity. Bug #88939 * Small optimization in GooString::appendfv(). Bug #89096 * Fix crashes in malformed files utils: * pdftops: Make colorpsace optimization an option instead of default * pdfseparate: use always an unique instance for PDFDoc for savePageAs build system: * cmake: If extra-cmake-modules is around include the Sanitizers module Release 0.31.0 core: * CairoOutputDev: support embedding JBIG2 image data * Accept malformed documents whose root is a Page instead of a Pages. Bug #88172 * Fix crash on broken documents * JPEG2000Stream: Inline doGetChar and doLookChar * GlobalParams cleaning utils: * pdftops: Add rasterization option. Bug #85934 qt4: * Expose whole-words search option qt5: * Expose whole-words search option
35 lines
950 B
Text
35 lines
950 B
Text
# $NetBSD: Makefile.common,v 1.73 2015/03/09 09:01:52 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.32.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"
|