- astro/libkgeomap has been removed as there are no consumers left - deskutils/kdepim-apps-libs has been reintegrated into other ports There are a handful of new ports available: - astro/kosmindoormap: Library and QML component for rendering multi-level OSM indoor maps - deskutils/itinerary: KDE Itinerary is a digital travel assistant - devel/kpublictransport: Access realtime public transport data - graphics/kontrast: Color contrast checker - textproc/markdownpart: KPart for rendering Markdown content
23 lines
602 B
Makefile
23 lines
602 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ffmpegthumbs
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= multimedia kde kde-applications
|
|
PKGNAMEPREFIX= kdemultimedia-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= FFmpeg-based thumbnail generator for video files
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libswscale.so:multimedia/ffmpeg \
|
|
libtag.so:audio/taglib
|
|
|
|
USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz
|
|
USE_KDE= completion config coreaddons i18n jobwidgets kio service widgetsaddons
|
|
USE_QT= concurrent core dbus gui network widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|