mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
9a1df6a85c
Release 21.08.0: core: * Add API to allow addition and modification of outlines into a PDF * Use additional samples to test for constant parts of an axial gradient * forms: Create fallback fonts for some well known font names * Support reading the PDF Version from the Catalog * Fix XRef::copy when there are modified objects * Take into account that Date string may be in unicode * JBIG2Stream: Fix regression in "Do not consider a size-0 to be an error" * Replace a local bubble sort implementation by std::sort * Fix issues with malformed files build system: * Better error message when libjpeg is not found * Better error messages when libopenjpeg2 is not found qt5/qt6: * Document that a document has to outlive its pages * Make getPdfVersion return a dedicated version object glib: * mimick TextSelectionDumper logic change for spaceAfter Exp-run by: antoine PR: 257539
45 lines
1.4 KiB
Makefile
45 lines
1.4 KiB
Makefile
PORTNAME= okular
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE universal document viewer
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= markdown:textproc/discount
|
|
RUN_DEPENDS= markdown:textproc/discount
|
|
LIB_DEPENDS= libchm.so:misc/chmlib \
|
|
libdjvulibre.so:graphics/djvulibre \
|
|
libepub.so:textproc/ebook-tools \
|
|
libfreetype.so:print/freetype2 \
|
|
libqmobipocket.so:graphics/kdegraphics-mobipocket \
|
|
libpoppler.so:graphics/poppler \
|
|
libpoppler-qt5.so:graphics/poppler-qt5 \
|
|
libspectre.so:print/libspectre \
|
|
libtiff.so:graphics/tiff \
|
|
libzip.so:archivers/libzip
|
|
|
|
USES= cmake compiler:c++11-lib desktop-file-utils \
|
|
gettext jpeg kde:5 pkgconfig qca qt:5 tar:xz
|
|
USE_KDE= activities archive auth bookmarks codecs completion config \
|
|
configwidgets coreaddons crash dbusaddons emoticons i18n \
|
|
iconthemes init itemmodels itemviews jobwidgets js \
|
|
kdelibs4support khtml kio libkexiv2 parts pty \
|
|
service solid sonnet textwidgets threadweaver wallet \
|
|
widgetsaddons windowsystem xmlgui \
|
|
ecm_build
|
|
USE_QT= concurrent core dbus declarative gui network phonon4 printsupport speech \
|
|
svg widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
OPTIONS_DEFINE= DOCS PURPOSE
|
|
OPTIONS_DEFAULT= PURPOSE
|
|
|
|
PURPOSE_DESC= Enable 'Share' menu
|
|
PURPOSE_USE= KDE=purpose
|
|
PURPOSE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KDEExperimentalPurpose
|
|
|
|
.include <bsd.port.mk>
|