aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-12-03 21:21:12 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2023-12-03 21:21:12 +0000
commit3246fec31ec6510d095f4075a9d3b7b5f26b801d (patch)
tree0ca303cc5ac9dd6ddff066d61194f93c6798c434 /x11
parent6d9f7b8115453a5b1e1a2b16473bb2520f8b6b83 (diff)
downloadports-3246fec31ec6510d095f4075a9d3b7b5f26b801d.tar.gz
ports-3246fec31ec6510d095f4075a9d3b7b5f26b801d.zip
x11/plasma5-plasma: run depend on the maintained phonon-vlc backend
Diffstat (limited to 'x11')
-rw-r--r--x11/plasma5-plasma/Makefile5
1 files 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>