ed28803b50
Release 21.02.0:
core:
* GfxCal*ColorSpace: introduce Bradford transform for chromatic adaptation
* Fix memory leak if saving the file fails
* Internal code improvements
* Fix various issues handling broken files
* Make checkedAdd work for long long in MSVC
qt5:
* Properly export NewSignatureData class
* Fix regression in QIODeviceOutStream + MSVC
qt6:
* Properly export NewSignatureData class
* Fix regression in QIODeviceOutStream + MSVC
utils:
* pdftohtml: Fix error() parameter type
PR: 253183
Exp-run by: antoine
28 lines
684 B
Makefile
28 lines
684 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xournalpp
|
|
DISTVERSION= 1.0.20
|
|
PORTREVISION= 2
|
|
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>
|