diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2023-03-06 14:24:35 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2023-03-06 14:30:44 +0300 |
commit | 5699106002b551d66a29a37f501d553e7245c18d (patch) | |
tree | 2cc47c5b4b257c795b4b86ae1f2fff73441c5ca3 /sysutils | |
parent | e36085bccca7192ebc91e87ce2fb3560dd645eae (diff) | |
download | freebsd-ports-5699106002b551d66a29a37f501d553e7245c18d.zip |
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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/plasma5-systemsettings/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/plasma5-systemsettings/Makefile b/sysutils/plasma5-systemsettings/Makefile index f96318dfaaab..c5e4a791731e 100644 --- a/sysutils/plasma5-systemsettings/Makefile +++ b/sysutils/plasma5-systemsettings/Makefile @@ -1,6 +1,6 @@ PORTNAME= systemsettings DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -9,7 +9,7 @@ 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 theora +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 \ |