freebsd-ports/graphics/pdfpc/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

31 lines
701 B
Makefile

PORTNAME= pdfpc
DISTVERSION= 4.5.0
CATEGORIES= graphics
DISTVERSIONPREFIX= v
PORTREVISION= 12
MAINTAINER= bapt@FreeBSD.org
COMMENT= Keynote-like multi-monitor presentation viewer
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= valac:lang/vala \
${LOCALBASE}/lib/libmarkdown.a:textproc/discount
LIB_DEPENDS= libgee-0.8.so:devel/libgee \
libpoppler-glib.so:graphics/poppler-glib \
libwebkit2gtk-4.0.so:www/webkit2-gtk3
USE_GITHUB= yes
USES= cmake compiler:c11 gnome pkgconfig
USE_GNOME= gtk30
USE_GSTREAMER1= yes
CMAKE_ARGS= -DMANDIR:STRING="man/"
post-install:
@${MV} ${STAGEDIR}${PREFIX}/etc/pdfpcrc \
${STAGEDIR}${PREFIX}/etc/pdfpcrc.sample
.include <bsd.port.mk>