forked from Lainports/freebsd-ports
Release 0.81.0:
core:
* Splash: Always enable support for CMYK rasterization
* CairoOutputDev: Check scaled dimensions for 0. Issue #737
* BaseCryptStream: Fix potential uninitialized memory read
* SplashBitmap: Fix wrong width condition for splashModeDeviceN8
* Fix crashes in malformed files
PR: 240781
Exp-run by: antoine
Approved by: gnome (kwm, implicit)
31 lines
605 B
Makefile
31 lines
605 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pdfpc
|
|
DISTVERSION= 4.3.4
|
|
CATEGORIES= graphics
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 4
|
|
|
|
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>
|