freebsd-ports/graphics/pdfpc/Makefile
Tobias C. Berner a5b210399a graphics/poppler: update to 0.79.0
Release 0.79.0:
        core:
         * Fix regression on TextSelectionPainter
         * Fix parsing of DefaultAppearance
         * Fix memory leak in PostScriptFunction
         * Fix crashes in fuzzed files

        qt5:
         * Implemented support for setIcon by changing appearance
         * Added option to set the form available to print
         * QString::null is deprecated, use QString()
         * Replace deprecated qStableSort with std::stable_sort

        build system:
         * Turn README into README.md and expand it

PR:		239277
Exp-run by:	antoine
Approved by:	gnome (kwm, implicit)
2019-07-31 21:14:15 +00:00

31 lines
605 B
Makefile

# $FreeBSD$
PORTNAME= pdfpc
DISTVERSION= 4.3.4
CATEGORIES= graphics
DISTVERSIONPREFIX= v
PORTREVISION= 2
MAINTAINER= bapt@FreeBSD.org
COMMENT= Keynote-like multi-monitor presentation viewer
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= valac:lang/vala
LIB_DEPENDS= libgee-0.8.so:devel/libgee \
libpoppler-glib.so:graphics/poppler-glib
USE_GITHUB= yes
USES= cmake 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>