Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2019 12:18:56 +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: r501558 - head/devel/kf5-knotifications
Message-ID:  <201905131218.x4DCIucG045501@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Mon May 13 12:18:56 2019
New Revision: 501558
URL: https://svnweb.freebsd.org/changeset/ports/501558

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/devel/kf5-knotifications/Makefile

Modified: head/devel/kf5-knotifications/Makefile
==============================================================================
--- head/devel/kf5-knotifications/Makefile	Mon May 13 12:09:25 2019	(r501557)
+++ head/devel/kf5-knotifications/Makefile	Mon May 13 12:18:56 2019	(r501558)
@@ -2,6 +2,7 @@
 
 PORTNAME=	knotifications
 DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel kde kde-frameworks
 
 MAINTAINER=	kde@FreeBSD.org
@@ -14,5 +15,13 @@ USE_KDE=	codecs config coreaddons ecm windowsystem
 USE_QT=		buildtools_build core dbus gui linguisttools phonon4 \
 		qmake_build widgets x11extras
 USE_XORG=	x11
+
+OPTIONS_DEFINE=		AUDIO
+OPTIONS_DEFAULT=	AUDIO
+
+AUDIO_DESC=		Audio notifications/text-to-speech support
+AUDIO_LIB_DEPENDS=	libcanberra.so:audio/libcanberra
+AUDIO_USE=		QT=speech
+AUDIO_USES=		pkgconfig
 
 .include <bsd.port.mk>



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