a831c679c4
Release 20.11.0: core: * More work on rendering of standalone Annot Widgets. Issue #806 * Fix crashes in embedded file handling on broken files. Issue #967 * Fix uninitialized memory read on broken files * Save a bit of memory in Dict data cpp: * Fix crashes in embedded file handling on broken files. Issue #966 utils: * pdftohtml: HTML and XML output includes font opacity. qt5: * Rename ArthurOutputDev to QPainterOutputDev build system: * Fix linker error when gtk is not in a default location * Add some checks for gtk-doc support * Reorganize GObject introspection config * Enable CMAKE_LINK_DEPENDS_NO_SHARED PR: 250786 Exp-run by: antoine
27 lines
684 B
Makefile
27 lines
684 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xournalpp
|
|
DISTVERSION= 1.0.19
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Handwriting notetaking software with PDF annotation support
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib \
|
|
libportaudio.so:audio/portaudio \
|
|
libsndfile.so:audio/libsndfile \
|
|
libzip.so:archivers/libzip
|
|
|
|
USES= cmake compiler:c++11-lang gettext-tools gnome pkgconfig xorg
|
|
USE_GITHUB= yes
|
|
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 libxml2 pango
|
|
USE_XORG= x11 xi
|
|
USE_TEX= latex
|
|
|
|
# CAVEAT: crashes when built with gcc: https://github.com/xournalpp/xournalpp/issues/851
|
|
|
|
.include <bsd.port.mk>
|