1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/deskutils/lumina-pdf/Makefile
Tobias C. Berner 5060d003ef graphics/poppler: update to 0.90
Release 0.90.0:
        core:
         * Color profile tweaks
         * Small signature improvements
         * BBoxOutputDev: Fix calculation when type3 fonts are involved
         * Fix potential crash when reading Forms
         * Fix infinite loop in broken file
        glib:
         * Fix adding annots in rotated pages
         * Add ability to reset forms
         * Several fixes to the documentation
        qt5:
         * Make it clear we require Qt 5.5
         * demo: Fix crash on broken files
         * Small documentation improvements
        utils:
         * pdftoppm: Add option to set display profile
         * pdftops: Add a -rasterize option with values always, never, or whenneeded
        build system:
         * Require cmake 3.5
         * More modern cmake way to link against curl

PR:		247736
Exp-run by:	antoine
2020-07-06 06:17:18 +00:00

49 lines
1.1 KiB
Makefile

# $FreeBSD$
PORTNAME= lumina-pdf
DISTVERSION= 1.6.0
PORTREVISION= 5
CATEGORIES= deskutils
MAINTAINER= lbartoletti@FreeBSD.org
COMMENT= PDF viewer from the Lumina Desktop
LICENSE= BSD3CLAUSE
USES= compiler:c++11-lang desktop-file-utils gl qmake qt:5
USE_QT= buildtools_build concurrent core gui \
multimedia network printsupport \
svg widgets x11extras
USE_GL= gl
USE_GITHUB= yes
GH_ACCOUNT= lumina-desktop
GH_PROJECT= lumina-pdf
GH_TAGNAME= 645ed591ef91c3607d3ab87dd86f7acfd08b05c9
OPTIONS_DEFINE= NLS
OPTIONS_SINGLE= RENDERER
OPTIONS_SINGLE_RENDERER= POPPLER MUPDF
OPTIONS_DEFAULT= POPPLER
OPTIONS_SUB= yes
POPPLER_DESC= Use Poppler-qt5 backend renderer
MUPDF_DESC= Use MuPDF backend renderer (broken)
MUPDF_BROKEN= Does not build with MuPDF backend
MUPDF_QMAKE_ON= USE_MUPDF=true
MUPDF_LIB_DEPENDS= libmupdf.so:graphics/mupdf
NLS_QMAKE_ON= CONFIG+=WITH_I18N
NLS_USE= qt=linguist_build
POPPLER_QMAKE_ON= USE_POPPLER=true
POPPLER_LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5
WRKSRC_SUBDIR= src-qt5
CONFLICTS_INSTALL= lumina-1.2.*
.include <bsd.port.mk>