freebsd-ports/sysutils/plasma5-systemsettings/Makefile
Gleb Popov 5699106002 sysutils/plasma5-systemsettings and x11-wm/plasma5-kwin: Fix desktop effects previews.
An obscure gstreamer bug [1] prevents .ogv videos from being played via curl
plugin. Workaround this by re-encoding Theora videos into WebM
(suggested at KDE Devel Matrix channel) and store it on my site for the
time being.

[1] https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/2026

Sponsored by:	Serenity Cybersecurity, LLC
2023-03-06 14:30:44 +03:00

24 lines
860 B
Makefile

PORTNAME= systemsettings
DISTVERSION= ${KDE_PLASMA_VERSION}
PORTREVISION= 2
CATEGORIES= sysutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 system settings
WWW= https://www.kde.org/plasma-desktop
USES= cmake compiler:c++11-lib gettext gstreamer kde:5 qt:5 tar:xz \
xorg
USE_GSTREAMER= curl openh264 vpx
USE_KDE= activities activities-stats auth codecs completion config \
configwidgets coreaddons crash dbusaddons guiaddons i18n \
iconthemes itemmodels itemviews jobwidgets js kcmutils \
kdeclarative khtml kio kirigami2 notifications package parts \
plasma-framework plasma-workspace runner service solid sonnet \
textwidgets widgetsaddons windowsystem xmlgui \
doctools:build ecm:build
USE_QT= concurrent core dbus declarative gui network widgets xml \
buildtools:build qmake:build
USE_XORG= x11
.include <bsd.port.mk>