99bd3bb02d
Release 0.89.0: core: * Add support for ResetForm action. Issue #225 * Fix crash in PDFDoc::getSignatureFields when there's no Forms at all * Fix exporting to PS of some files with CID fonts * Use ICC profiles in PS output (if new enough lcms is used) * Allow almost-singular tiling pattern matrices. Issue #894 * Fix memory leak when failing to load some fonts * CairoOutputDev: Use stroke opacity when clipping to a stroke path * CairoOutputDev: Fix tiling patterns when pattern cell is too far. Issue #190 glib: * Add poppler_movie_get_aspect cpp: * Add the font infos to the text_box object Exp-run by: antoine PR: 246848
28 lines
785 B
Makefile
28 lines
785 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kfilemetadata
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 library for extracting file metadata
|
|
|
|
LIB_DEPENDS= libavutil.so:multimedia/ffmpeg \
|
|
libepub.so:textproc/ebook-tools \
|
|
libexiv2.so:graphics/exiv2 \
|
|
libpoppler.so:graphics/poppler \
|
|
libpoppler-qt5.so:graphics/poppler-qt5 \
|
|
libtag.so:audio/taglib
|
|
# TODO: maybe depend on textproc/catdoc
|
|
|
|
USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig \
|
|
qt:5 tar:xz
|
|
USE_KDE= archive config coreaddons ecm i18n
|
|
USE_QT= buildtools_build core qmake_build xml
|
|
|
|
# Frameworks ports install localization files that conflict with some
|
|
# KDE4 localization ports
|
|
CONFLICTS_INSTALL= kde4-l10n-*
|
|
|
|
.include <bsd.port.mk>
|