Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2019 16:37:25 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501579 - head/x11-toolkits/kf5-ktextwidgets
Message-ID:  <201905131637.x4DGbPWp083326@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Mon May 13 16:37:25 2019
New Revision: 501579
URL: https://svnweb.freebsd.org/changeset/ports/501579

Log:
  - Add OPTION to audio notifications and text-to-speech support, enabled by default.
  
  Notification library should use ability to not only show info widget but audio inform too.
  
  With hat:	kde

Modified:
  head/x11-toolkits/kf5-ktextwidgets/Makefile

Modified: head/x11-toolkits/kf5-ktextwidgets/Makefile
==============================================================================
--- head/x11-toolkits/kf5-ktextwidgets/Makefile	Mon May 13 16:23:35 2019	(r501578)
+++ head/x11-toolkits/kf5-ktextwidgets/Makefile	Mon May 13 16:37:25 2019	(r501579)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ktextwidgets
 DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits kde kde-frameworks
 
 MAINTAINER=	kde@FreeBSD.org
@@ -13,5 +14,11 @@ USE_KDE=	auth codecs completion config configwidgets \
 		iconthemes itemviews service sonnet \
 		widgetsaddons windowsystem
 USE_QT=		buildtools_build core dbus gui qmake_build widgets xml
+
+OPTIONS_DEFINE=		AUDIO
+OPTIONS_DEFAULT=	AUDIO
+
+AUDIO_DESC=		Audio notifications/speech support
+AUDIO_USE=		QT=speech
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905131637.x4DGbPWp083326>