Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 2023 15:43:06 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c90517f7cad1 - main - sysutils/plasma5-systemsettings: Depend on another gstreamer plugin.
Message-ID:  <202302221543.31MFh6k5028607@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c90517f7cad16cd5cfcf6d96f4f65a3eaa30e017

commit c90517f7cad16cd5cfcf6d96f4f65a3eaa30e017
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2023-02-22 15:41:55 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2023-02-22 15:42:45 +0000

    sysutils/plasma5-systemsettings: Depend on another gstreamer plugin.
    
    Some of video previews are using Theora codec.
    
    Approved by:    tcberner
    Sponsored by:   Serenity Cybersecurity, LLC
---
 sysutils/plasma5-systemsettings/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sysutils/plasma5-systemsettings/Makefile b/sysutils/plasma5-systemsettings/Makefile
index 113ceca55f4c..f96318dfaaab 100644
--- a/sysutils/plasma5-systemsettings/Makefile
+++ b/sysutils/plasma5-systemsettings/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	systemsettings
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	sysutils kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
@@ -8,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
+USE_GSTREAMER=	curl openh264 theora
 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?202302221543.31MFh6k5028607>