mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
7dc8045a63
The kmix mixer is being replaced by the more flexible and integrated plasma-pa mixer from audio/plasma5-plasma-pa For this: - remove audio/kmix from the default options set in the metaport multimedia/kdemultimedia - add audio/plasma5-plasma-pa to the default options set in the metaport x11/plasma5-plasma If you do not want pulseaudio on your system and want to keep using the old mixer, you have multiple options: a) don't install the metaports (they only pull in other packages) b) manually build multimedia/kdemultimedia and x11/plasma5-plasma with your chosen options c) install both Reported by: Graham Perrin <grahamperrin@gmail.com> PR: 258579
28 lines
718 B
Makefile
28 lines
718 B
Makefile
PORTNAME= plasma
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11 kde
|
|
PKGNAMEPREFIX= plasma5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE5 plasma meta port
|
|
|
|
LICENSE= LGPL20
|
|
|
|
USES= kde:5 metaport qt:5
|
|
# remove:
|
|
# * bluedevil we do not have bluez at all
|
|
# * plasma-pa no plasma-pa (pulseaudio) by default
|
|
USE_KDE= ${_USE_PLASMA_ALL:Nplasma-pa}
|
|
|
|
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_RUN_DEPENDS= ${QT_PLUGINDIR}/phonon4qt5_backend/phonon_gstreamer.so:multimedia/phonon-gstreamer
|
|
PULSEAUDIO_USE= KDE=plasma-pa_run
|
|
|
|
.include <bsd.port.mk>
|