freebsd-ports/net-im/ktp-call-ui/Makefile
Tobias C. Berner e2097f455b KDE: Update KDE Gear to 23.08.1
Thursday, 14 September 2023. Over 120 individual programs plus dozens of
programmer libraries and feature plugins are released simultaneously as
part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

* gwenview: Fix navigation with side mouse buttons
* kio-extras: Thumbnail: Fix heap-use-after-free in AudioCreator::create
* akonadi-calendar: Use correct identity when sending iTIP counter-proposal

Changelog: https://kde.org/announcements/changelogs/gear/23.08.1/
2023-09-14 12:42:47 +02:00

40 lines
1.3 KiB
Makefile

PORTNAME= ktp-call-ui
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 1
CATEGORIES= net-im kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Voice/Video Call UI for Telepathy
WWW= https://community.kde.org/KTp
LICENSE= GPLv2+ LGPL21+
LICENSE_COMB= multi
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LIB
DEPRECATED= Will not be part of KDE Gear 23.08 in August
EXPIRATION_DATE= 2023-09-30
KDE_APPLICATIONS_VERSION= 23.04.3
LIB_DEPENDS= libKTpCommonInternals.so:net-im/ktp-common-internals \
libQt5GStreamer-1.0.so:multimedia/gstreamer1-qt \
libboost_thread.so:devel/boost-libs \
libfarstream-0.2.so:net-im/farstream \
libtelepathy-farstream.so:net-im/telepathy-farstream \
libtelepathy-glib.so:net-im/telepathy-glib \
libtelepathy-qt5-farstream.so:net-im/telepathy-qt
USES= cmake compiler:c++11-lang gettext gnome gstreamer kde:5 pkgconfig \
python qt:5 tar:xz
USE_GNOME= glib20
USE_KDE= auth codecs config configwidgets coreaddons iconthemes \
i18n kcmutils kdeclarative notifications package service \
wallet widgetsaddons xmlgui \
ecm:build
USE_QT= core dbus declarative gui network phonon4 widgets xml \
buildtools:build qmake:build
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>