Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 2026 20:02:10 +0000
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8b3dacee2b74 - main - net-im/kaidan: add missing runtime dependency
Message-ID:  <6a0e1342.3b586.633cdf2@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by makc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8b3dacee2b74759652d8ba11c186cdf5551b1820

commit 8b3dacee2b74759652d8ba11c186cdf5551b1820
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-05-20 19:58:35 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-05-20 20:01:51 +0000

    net-im/kaidan: add missing runtime dependency
    
    PR:             295455
    Reported by:    Sarah Quartz the BSD gal
---
 net-im/kaidan/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-im/kaidan/Makefile b/net-im/kaidan/Makefile
index a594328eac3b..dbc788483d14 100644
--- a/net-im/kaidan/Makefile
+++ b/net-im/kaidan/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	kaidan
 DISTVERSION=	0.15.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im kde
 MASTER_SITES=	KDE/unstable/${PORTNAME}/${DISTVERSION}
 
@@ -19,9 +19,10 @@ LIB_DEPENDS=	libQXmppQt6.so:net-im/qxmpp \
 		libxkbcommon.so:x11/libxkbcommon
 RUN_DEPENDS=	kquickimageeditor-qt6>0:graphics/kquickimageeditor
 
-USES=		cmake compiler:c++23-lang desktop-file-utils gl kde:6 \
-		pkgconfig qt:6 tar:xz xorg
+USES=		cmake compiler:c++23-lang desktop-file-utils gl \
+		gstreamer kde:6 pkgconfig qt:6 tar:xz xorg
 USE_GL=		gl opengl # GLX
+USE_GSTREAMER=	qt6
 USE_KDE=	completion config coreaddons crash jobwidgets kio \
 		kirigami-addons kirigami2 notifications prison \
 		qqc2-desktop-style service solid widgetsaddons \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0e1342.3b586.633cdf2>