git: 3246fec31ec6 - main - x11/plasma5-plasma: run depend on the maintained phonon-vlc backend

From: Tobias C. Berner <tcberner_at_FreeBSD.org>
Date: Sun, 03 Dec 2023 21:37:59 UTC
The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3246fec31ec6510d095f4075a9d3b7b5f26b801d

commit 3246fec31ec6510d095f4075a9d3b7b5f26b801d
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-12-03 21:21:12 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-12-03 21:21:12 +0000

    x11/plasma5-plasma: run depend on the maintained phonon-vlc backend
---
 x11/plasma5-plasma/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11/plasma5-plasma/Makefile b/x11/plasma5-plasma/Makefile
index 973de8a923e7..fa3fd1a5e748 100644
--- a/x11/plasma5-plasma/Makefile
+++ b/x11/plasma5-plasma/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	plasma
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11 kde
 PKGNAMEPREFIX=	plasma5-
 
@@ -17,9 +18,9 @@ OPTIONS_DEFINE=	PHONON PULSEAUDIO
 OPTIONS_DEFAULT=	${OPTIONS_DEFINE}
 
 # Different from PHONON, because this is about the output plugins
-PHONON_DESC=	Include phonon-gstreamer, for sound output
+PHONON_DESC=	Include phonon-vlc, for sound output
 
-PHONON_RUN_DEPENDS=	${QT_PLUGINDIR}/phonon4qt5_backend/phonon_gstreamer.so:multimedia/phonon-gstreamer
+PHONON_RUN_DEPENDS=	${QT_PLUGINDIR}/phonon4qt5_backend/phonon_vlc_qt5.so:multimedia/phonon-vlc@qt5
 PULSEAUDIO_USE=	KDE=plasma-pa:run
 
 .include <bsd.port.mk>