Date: Tue, 7 Feb 2023 05:20:03 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: f7506a84d3f0 - 2023Q1 - sysutils/plasma5-systemsettings: Add missing dependencies. Message-ID: <202302070520.3175K304053349@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2023Q1 has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7506a84d3f0be2841556c32ec3370addf1470a1 commit f7506a84d3f0be2841556c32ec3370addf1470a1 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:19:28 +0000 sysutils/plasma5-systemsettings: Add missing dependencies. curl and openh264 GStreamer plugins are required to display desktop effect previews. Sponsored by: Serenity Cybersecurity, LLC (cherry picked from commit aa19f7815ce1b461c8be1894fa35b10cd032d4ce) --- 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302070520.3175K304053349>