diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2018-12-30 14:15:54 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2018-12-30 14:15:54 +0000 |
commit | 618f3dd0792126ac83bb5930ba62b99d7931b062 (patch) | |
tree | 8015b15002c74c925a18f0385510aa0aadb2544b /x11 | |
parent | 0065c7d4abe540d859e1177ad5483b47ac869fc6 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/plasma5-plasma/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/plasma5-plasma/Makefile b/x11/plasma5-plasma/Makefile index 9a21a6d89e98..21d4b335c37d 100644 --- a/x11/plasma5-plasma/Makefile +++ b/x11/plasma5-plasma/Makefile @@ -2,6 +2,7 @@ PORTNAME= plasma DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde PKGNAMEPREFIX= plasma5- @@ -17,4 +18,13 @@ USES= kde:5 metaport qt:5 # * breeze-kde4 don't pull in qt4 bits USE_KDE= ${_USE_PLASMA_ALL:Nplasma-pa:Nbreeze-kde4} +OPTIONS_DEFINE= PHONON PULSEAUDIO +OPTIONS_DEFAULT= PHONON + +# Different from PHONON, because this is about the output plugins +PHONON_DESC= Include phonon-gstreamer, for sound output + +PHONON_RUN_DEPENDS= ${QT_PLUGINDIR}/phonon4qt5_backend/phonon_gstreamer.so:multimedia/phonon-gstreamer@qt5 +PULSEAUDIO_USE= KDE=plasma-pa_run + .include <bsd.port.mk> |