mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
a5747e1d30
KDE will no longer ship the KDE telepathy components (ktp) as part
of the KDE Gear releases starting from the upcoming KDE Gear 23.08
this august [1], [2].
The ports will stay at their current version until removal at the
end of the quarter.
These components are not actively maintained, and the same goes
for the rest of the telepathy stack. [3] gives a quick overview,
explaining that it is mostly broken.
[1] 9e8b75d787
[2] https://mail.kde.org/pipermail/release-team/2023-June/013068.html
[3] https://mail.kde.org/pipermail/release-team/2023-June/013080.html
40 lines
1.2 KiB
Makefile
40 lines
1.2 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
|
|
|
|
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 widgets xml \
|
|
buildtools:build qmake:build
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|