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
31 lines
985 B
Makefile
31 lines
985 B
Makefile
PORTNAME= kdemultimedia
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= multimedia kde
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE Multimedia applications (meta port)
|
|
|
|
USES= kde:5 metaport qt:5
|
|
USE_QT= #
|
|
|
|
OPTIONS_DEFINE= DRAGON FFMPEG AUDIOCD_KIO KDENLIVE KMIX
|
|
OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NKMIX}
|
|
|
|
DRAGON_DESC= Simple video player
|
|
DRAGON_RUN_DEPENDS= dragon-player>=${KDE_APPLICATIONS_VERSION}:multimedia/dragon
|
|
|
|
FFMPEG_DESC= FFMPEG-based video thumbnailer
|
|
FFMPEG_RUN_DEPENDS= kdemultimedia-ffmpegthumbs>=${KDE_APPLICATIONS_VERSION}:multimedia/kdemultimedia-ffmpegthumbs
|
|
|
|
AUDIOCD_KIO_DESC= Audio CD IOSlave
|
|
AUDIOCD_KIO_RUN_DEPENDS= audiocd-kio>=${KDE_APPLICATIONS_VERSION}:audio/audiocd-kio
|
|
|
|
# KMix is being replaced by the plasma-pa mixer
|
|
KMIX_DESC= Audio mixer
|
|
KMIX_RUN_DEPENDS= kmix>=${KDE_APPLICATIONS_VERSION}:audio/kmix
|
|
|
|
KDENLIVE_DESC= KDE Non-Linear Video Editor
|
|
KDENLIVE_RUN_DEPENDS= kdenlive>=18.12.3:multimedia/kdenlive
|
|
|
|
.include <bsd.port.mk>
|