svn commit: r501558 - head/devel/kf5-knotifications
Dima Panov
fluffy at FreeBSD.org
Mon May 13 12:18:57 UTC 2019
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 at 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>
More information about the svn-ports-head
mailing list