git: aa19f7815ce1 - main - sysutils/plasma5-systemsettings: Add missing dependencies.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Feb 2023 05:17:31 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa19f7815ce1b461c8be1894fa35b10cd032d4ce commit aa19f7815ce1b461c8be1894fa35b10cd032d4ce Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2023-02-03 12:07:35 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-02-07 05:17:05 +0000 sysutils/plasma5-systemsettings: Add missing dependencies. curl and openh264 GStreamer plugins are required to display desktop effect previews. Sponsored by: Serenity Cybersecurity, LLC --- sysutils/plasma5-systemsettings/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/plasma5-systemsettings/Makefile b/sysutils/plasma5-systemsettings/Makefile index ebc8152a1c01..c9393b4d66aa 100644 --- a/sysutils/plasma5-systemsettings/Makefile +++ b/sysutils/plasma5-systemsettings/Makefile @@ -1,12 +1,14 @@ PORTNAME= systemsettings DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 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 kde:5 qt:5 tar:xz xorg +USES= cmake compiler:c++11-lib gettext gstreamer kde:5 qt:5 tar:xz xorg +USE_GSTREAMER= curl openh264 USE_KDE= activities activities-stats auth codecs completion config \ configwidgets coreaddons crash dbusaddons guiaddons i18n \ iconthemes itemmodels itemviews jobwidgets js kcmutils \