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
35 lines
836 B
Makefile
35 lines
836 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= yacreader
|
|
DISTVERSION= 9.6.2
|
|
PORTREVISION= 7
|
|
CATEGORIES= graphics
|
|
|
|
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
|
PATCHFILES+= 1d38bd6ffcee.patch:-p1
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Yet another comic reader
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
|
|
|
LIB_DEPENDS= libunarr.so:archivers/unarr
|
|
|
|
USES= compiler:c++11-lib desktop-file-utils pkgconfig qmake qt:5
|
|
USE_GITHUB= yes
|
|
USE_QT= qmake_build buildtools_build core concurrent_build declarative \
|
|
gui multimedia network script sql sql-sqlite3_run widgets
|
|
|
|
OPTIONS_DEFINE= OPENGL POPPLER
|
|
OPTIONS_DEFAULT=OPENGL POPPLER
|
|
|
|
OPENGL_USES= gl
|
|
OPENGL_USE= GL=gl QT=opengl
|
|
OPENGL_QMAKE_OFF= CONFIG+=no_opengl
|
|
|
|
POPPLER_LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5
|
|
POPPLER_QMAKE_OFF= CONFIG+=no_pdf
|
|
|
|
.include <bsd.port.mk>
|