diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2016-12-22 15:31:28 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2016-12-22 15:31:28 +0000 |
commit | 2713adc5b6e49f3e6b7f30f291b403050138e33c (patch) | |
tree | 148fe5ccc3f77a0e0747f7bd172644ce746c4653 /accessibility/py3-speech-dispatcher | |
parent | security/nss: update to 3.28 (diff) |
accessibility/speech-dispatcher: update to 0.8.6
- Fix paths in modules configuration
- Improve Python slave port
Updates since 0.8.3:
* Implement a shutdown timer in the server, which activates after 5
seconds with no clients connected
* Add support for espeak-ng (no FreeBSD port available)
* Add command-line argument to allow for custom modules location
Diffstat (limited to 'accessibility/py3-speech-dispatcher')
-rw-r--r-- | accessibility/py3-speech-dispatcher/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/accessibility/py3-speech-dispatcher/Makefile b/accessibility/py3-speech-dispatcher/Makefile index e2633ce8922c..ea846a052a2f 100644 --- a/accessibility/py3-speech-dispatcher/Makefile +++ b/accessibility/py3-speech-dispatcher/Makefile @@ -1,15 +1,17 @@ # $FreeBSD$ +PORTREVISION= 0 +CATEGORIES= accessibility audio python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -COMMENT= Common interface to speech synthesis python bindings +COMMENT= Python bindings for Speech Dispatcher SPEECH_SLAVE= yes -MASTERDIR= ${.CURDIR}/../speech-dispatcher +MASTERDIR= ${.CURDIR:H}/speech-dispatcher BUILD_WRKSRC= ${WRKSRC}/src/api/python -INSTALL_WRKSRC= ${WRKSRC}/src/api/python +INSTALL_WRKSRC= ${BUILD_WRKSRC} PLIST= ${.CURDIR}/pkg-plist |