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,24 +1,24 @@ PORTNAME= systemsettings DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 +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 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 \ 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 diff --git a/x11-wm/plasma5-kwin/Makefile b/x11-wm/plasma5-kwin/Makefile index 4489cd099df9..232c6125940f 100644 --- a/x11-wm/plasma5-kwin/Makefile +++ b/x11-wm/plasma5-kwin/Makefile @@ -1,59 +1,66 @@ PORTNAME= kwin DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 window manager WWW= https://www.kde.org/plasma-desktop LICENSE= GPLv2 LIB_DEPENDS= libXcursor.so:x11/libXcursor \ libdrm.so:graphics/libdrm \ libepoxy.so:graphics/libepoxy \ libepoll-shim.so:devel/libepoll-shim \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libinput.so:x11/libinput \ libudev.so:devel/libudev-devd \ liblcms2.so:graphics/lcms2 \ libwayland-cursor.so:graphics/wayland \ libxcb-cursor.so:x11/xcb-util-cursor \ libxcb-icccm.so:x11/xcb-util-wm \ libxcb-image.so:x11/xcb-util-image \ libxcb-keysyms.so:x11/xcb-util-keysyms \ libxkbcommon.so:x11/libxkbcommon \ libxcvt.so:x11/libxcvt BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ xwayland-devel>0:x11-servers/xwayland-devel \ wayland-protocols>0:graphics/wayland-protocols \ hwdata>0:misc/hwdata RUN_DEPENDS= xwayland-devel>0:x11-servers/xwayland-devel \ hwdata>0:misc/hwdata CONFLICTS_INSTALL= kwinft # bin/kwin_wayland USES= cmake compiler:c++11-lib gettext gl gnome kde:5 pkgconfig \ python:3.7+,run qt:5 shebangfix tar:xz xorg USE_GL= egl gbm USE_GNOME= glib20 USE_KDE= activities attica auth breeze codecs completion config \ configwidgets coreaddons crash dbusaddons decoration \ globalaccel i18n iconthemes idletime init itemviews jobwidgets \ kcmutils kdeclarative kio kscreenlocker kwayland-integration \ newstuff notifications package plasma-framework \ plasma-wayland-protocols runner service sonnet textwidgets \ wayland widgetsaddons windowsystem xmlgui \ doctools:build ecm:build USE_LDCONFIG= yes USE_QT= concurrent core dbus declarative gui multimedia network script \ sensors uiplugin uitools widgets x11extras xml \ buildtools:build qmake:build testlib:build \ quickcontrols2:run virtualkeyboard:run USE_XORG= ice sm x11 xcb xext xi SHEBANG_FILES= kconf_update/*.py \ kconf_update/*.pl \ src/effects/strip-effect-metadata.py +# A (hopefully) temporary workaround for +# https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/2026 +post-patch: + ${REINPLACE_CMD} -E \ + 's|https://files.kde.org/plasma/kwin/effect-videos/([a-z_]+)\.ogv|https://arrowd.name/kwin-effect-videos/\1\.webm|' \ + ${WRKSRC}/src/effects/*/metadata.json + .include