mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
ca3bf2573c
commit
2713adc5b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429164
4 changed files with 20 additions and 11 deletions
|
@ -1,15 +1,17 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTREVISION= 0
|
||||||
|
CATEGORIES= accessibility audio python
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
COMMENT= Common interface to speech synthesis python bindings
|
COMMENT= Python bindings for Speech Dispatcher
|
||||||
|
|
||||||
SPEECH_SLAVE= yes
|
SPEECH_SLAVE= yes
|
||||||
|
|
||||||
MASTERDIR= ${.CURDIR}/../speech-dispatcher
|
MASTERDIR= ${.CURDIR:H}/speech-dispatcher
|
||||||
|
|
||||||
BUILD_WRKSRC= ${WRKSRC}/src/api/python
|
BUILD_WRKSRC= ${WRKSRC}/src/api/python
|
||||||
INSTALL_WRKSRC= ${WRKSRC}/src/api/python
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||||
|
|
||||||
PLIST= ${.CURDIR}/pkg-plist
|
PLIST= ${.CURDIR}/pkg-plist
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= speech-dispatcher
|
PORTNAME= speech-dispatcher
|
||||||
PORTVERSION= 0.8.3
|
PORTVERSION= 0.8.6
|
||||||
PORTREVISION= 1
|
PORTREVISION?= 0
|
||||||
CATEGORIES= accessibility audio
|
CATEGORIES?= accessibility audio
|
||||||
MASTER_SITES= http://devel.freebsoft.org/pub/projects/speechd/
|
MASTER_SITES= http://devel.freebsoft.org/pub/projects/speechd/
|
||||||
|
|
||||||
MAINTAINER= avilla@FreeBSD.org
|
MAINTAINER= avilla@FreeBSD.org
|
||||||
COMMENT= Common interface to speech synthesis
|
COMMENT?= Common interface to speech synthesis
|
||||||
|
|
||||||
LICENSE= GPLv2 LGPL21
|
LICENSE= GPLv2 LGPL21
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
@ -19,6 +19,7 @@ LIB_DEPENDS= libdotconf.so:devel/dotconf \
|
||||||
USE_GNOME= glib20 intltool
|
USE_GNOME= glib20 intltool
|
||||||
USES= alias gettext gmake pathfix pkgconfig libtool
|
USES= alias gettext gmake pathfix pkgconfig libtool
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_ARGS= --without-espeak-ng
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
CFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
@ -34,9 +35,10 @@ ETCFILES= clients/emacs.conf modules/pico-generic.conf \
|
||||||
modules/espeak-mbrola-generic.conf modules/espeak.conf \
|
modules/espeak-mbrola-generic.conf modules/espeak.conf \
|
||||||
modules/festival.conf modules/flite.conf modules/ibmtts.conf \
|
modules/festival.conf modules/flite.conf modules/ibmtts.conf \
|
||||||
modules/ivona.conf modules/llia_phon-generic.conf \
|
modules/ivona.conf modules/llia_phon-generic.conf \
|
||||||
modules/swift-generic.conf speechd.conf
|
modules/swift-generic.conf speechd.conf \
|
||||||
|
modules/espeak-ng.conf
|
||||||
|
|
||||||
PORTDOCS= ANNOUNCE AUTHORS ChangeLog FAQ NEWS README TODO
|
PORTDOCS= ANNOUNCE AUTHORS FAQ NEWS README TODO
|
||||||
|
|
||||||
INFO= spd-say speech-dispatcher speech-dispatcher-cs ssip
|
INFO= spd-say speech-dispatcher speech-dispatcher-cs ssip
|
||||||
|
|
||||||
|
@ -72,6 +74,9 @@ PULSEAUDIO_CONFIGURE_WITH=pulse
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e '/SUBDIRS/ s/tests//' \
|
@${REINPLACE_CMD} -e '/SUBDIRS/ s/tests//' \
|
||||||
${WRKSRC}/src/Makefile.in
|
${WRKSRC}/src/Makefile.in
|
||||||
|
${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,g' \
|
||||||
|
${WRKSRC}/src/modules/*.c \
|
||||||
|
${WRKSRC}/config/modules/*.conf
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.for f in ${ETCFILES}
|
.for f in ${ETCFILES}
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (speech-dispatcher-0.8.3.tar.gz) = 96a293b2ba1e2498f1280c75a9607891a9990947a8d87e9855c2a642c93f1e4f
|
TIMESTAMP = 1482416560
|
||||||
SIZE (speech-dispatcher-0.8.3.tar.gz) = 1292321
|
SHA256 (speech-dispatcher-0.8.6.tar.gz) = c233dc3757c1f0d3676480d1052d42d88d18d29ab0cb0c8b5ce8edc3e7386ff8
|
||||||
|
SIZE (speech-dispatcher-0.8.6.tar.gz) = 1327500
|
||||||
|
|
|
@ -7,6 +7,7 @@ bin/speech-dispatcher
|
||||||
@sample %%ETCDIR%%/modules/epos-generic.conf.sample
|
@sample %%ETCDIR%%/modules/epos-generic.conf.sample
|
||||||
@sample %%ETCDIR%%/modules/espeak-generic.conf.sample
|
@sample %%ETCDIR%%/modules/espeak-generic.conf.sample
|
||||||
@sample %%ETCDIR%%/modules/espeak-mbrola-generic.conf.sample
|
@sample %%ETCDIR%%/modules/espeak-mbrola-generic.conf.sample
|
||||||
|
@sample %%ETCDIR%%/modules/espeak-ng.conf.sample
|
||||||
@sample %%ETCDIR%%/modules/espeak.conf.sample
|
@sample %%ETCDIR%%/modules/espeak.conf.sample
|
||||||
@sample %%ETCDIR%%/modules/festival.conf.sample
|
@sample %%ETCDIR%%/modules/festival.conf.sample
|
||||||
@sample %%ETCDIR%%/modules/flite.conf.sample
|
@sample %%ETCDIR%%/modules/flite.conf.sample
|
||||||
|
|
Loading…
Add table
Reference in a new issue