Release 0.77.0:
core:
* Fix crash on signature handling. Issue #766
* Fix small memory leak in SignatureHandler::getCertificateInfo
* Splash: Restrict filling of overlapping boxes. Issue #750
* Fix crash on malformed files
qt5:
* Fix optional content handling with exclusive layers
cpp:
* Make render_page thread-safe
utils:
* pdfsig: Fix small memory leak
* pdftotext: Fix typo in manpage
PR: 238115
Exp-run by: antoine
Approved by: gnome (kwm, implicit)
32 lines
605 B
Makefile
32 lines
605 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pdfpc
|
|
DISTVERSION= 4.3.2
|
|
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>
|