freebsd-ports/graphics/diff-pdf/Makefile
Tobias C. Berner ed28803b50 graphics/poppler: update to 21.02
Release 21.02.0:
        core:
         * GfxCal*ColorSpace: introduce Bradford transform for chromatic adaptation
         * Fix memory leak if saving the file fails
         * Internal code improvements
         * Fix various issues handling broken files
         * Make checkedAdd work for long long in MSVC

        qt5:
         * Properly export NewSignatureData class
         * Fix regression in QIODeviceOutStream + MSVC

        qt6:
         * Properly export NewSignatureData class
         * Fix regression in QIODeviceOutStream + MSVC

        utils:
         * pdftohtml: Fix error() parameter type

PR:		253183
Exp-run by:	antoine
2021-02-09 11:10:57 +00:00

34 lines
827 B
Makefile

# $FreeBSD$
PORTNAME= diff-pdf
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.1
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= 6741ab9
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG}
USE_GNOME= cairo glib20
USE_WX= 2.8+
PLIST_FILES= bin/${PORTNAME}
post-patch:
@${REINPLACE_CMD} '/AM_PATH_WXCONFIG/ s,3.0.0,2.8.0,' ${WRKSRC}/configure.ac
# Poppler 20.12 no longer installs the pc file for this private backend.
${REINPLACE_CMD} 's|poppler-cairo >= 0.10||g' ${WRKSRC}/configure.ac
.include <bsd.port.mk>