ports/graphics/diffpdf/Makefile
Tobias C. Berner fd68e9e2b6 graphics/poppler: update to 21.12
Release 21.12.0:
    core:
         * Add API to add images
         * CairoOutputDev: Fix de-duping of Flate images
         * Fix crash on broken files when using non-default ENABLE_ZLIB_UNCOMPRESS. Issue #393
         * Minor code improvements

    glib:
         * Add API for validation of signatures
         * Add API to read/save to file descriptor

    utils:
         * pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117

    build system:
         * Increase C++ standard to 17

Exp-run by:	antoine
PR:		260344
2021-12-13 21:13:45 +01:00

26 lines
598 B
Makefile

PORTNAME= diffpdf
PORTVERSION= 2.1.3
PORTREVISION= 38
CATEGORIES= graphics
MASTER_SITES= http://www.qtrac.eu/
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Compare two PDF files-textually or visually
LICENSE= GPLv2+
LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5
USES= compiler:c++11-lang qmake qt:5 gl
USE_GL= gl
USE_QT= buildtools linguist_build core gui printsupport widgets
PLIST_FILES= bin/diffpdf
pre-configure:
( cd ${BUILD_WRKSRC} && ${LRELEASE} ${BUILD_WRKSRC}/${PORTNAME}.pro )
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/diffpdf ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>