freebsd-ports/net/kitinerary/Makefile
Tobias C. Berner 99bd3bb02d graphics/poppler: update to 0.89.0
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
2020-06-02 14:47:29 +00:00

30 lines
707 B
Makefile

# $FreeBSD$
PORTNAME= kitinerary
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 2
CATEGORIES= net kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Data Model and Extraction System for Travel Reservation information
LICENSE= LGPL21
LIB_DEPENDS= libpoppler.so:graphics/poppler \
libZXingCore.so:textproc/zxing-cpp
USES= compiler:c++11-lang cmake gettext gnome kde:5 pkgconfig qt:5 tar:xz
USE_GNOME= libxml2
USE_KDE= coreaddons ecm i18n
# Pim components
USE_KDE+= calendarcore contacts kpkpass mime
USE_QT= core declarative gui network \
buildtools_build qmake_build
USE_LDCONFIG= yes
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>