ports/graphics/diff-pdf/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

27 lines
577 B
Makefile

PORTNAME= diff-pdf
DISTVERSIONPREFIX= v
DISTVERSION= 0.5
PORTREVISION= 11
CATEGORIES= graphics
MAINTAINER= uzsolt@uzsolt.hu
COMMENT= Tool for visually comparing two PDFs
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpoppler.so:graphics/poppler \
libpoppler-glib.so:graphics/poppler-glib
USES= autoreconf compiler:c++11-lang gnome pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= vslavik
GH_TAGNAME= d494f96
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG}
USE_GNOME= cairo glib20
USE_WX= 3.0+
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>