mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00: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
@ -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
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= speech-dispatcher
|
||||
PORTVERSION= 0.8.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= accessibility audio
|
||||
PORTVERSION= 0.8.6
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= accessibility audio
|
||||
MASTER_SITES= http://devel.freebsoft.org/pub/projects/speechd/
|
||||
|
||||
MAINTAINER= avilla@FreeBSD.org
|
||||
COMMENT= Common interface to speech synthesis
|
||||
COMMENT?= Common interface to speech synthesis
|
||||
|
||||
LICENSE= GPLv2 LGPL21
|
||||
LICENSE_COMB= multi
|
||||
@ -19,6 +19,7 @@ LIB_DEPENDS= libdotconf.so:devel/dotconf \
|
||||
USE_GNOME= glib20 intltool
|
||||
USES= alias gettext gmake pathfix pkgconfig libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-espeak-ng
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_LDCONFIG= yes
|
||||
@ -34,9 +35,10 @@ ETCFILES= clients/emacs.conf modules/pico-generic.conf \
|
||||
modules/espeak-mbrola-generic.conf modules/espeak.conf \
|
||||
modules/festival.conf modules/flite.conf modules/ibmtts.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
|
||||
|
||||
@ -72,6 +74,9 @@ PULSEAUDIO_CONFIGURE_WITH=pulse
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/SUBDIRS/ s/tests//' \
|
||||
${WRKSRC}/src/Makefile.in
|
||||
${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,g' \
|
||||
${WRKSRC}/src/modules/*.c \
|
||||
${WRKSRC}/config/modules/*.conf
|
||||
|
||||
post-install:
|
||||
.for f in ${ETCFILES}
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (speech-dispatcher-0.8.3.tar.gz) = 96a293b2ba1e2498f1280c75a9607891a9990947a8d87e9855c2a642c93f1e4f
|
||||
SIZE (speech-dispatcher-0.8.3.tar.gz) = 1292321
|
||||
TIMESTAMP = 1482416560
|
||||
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/espeak-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/festival.conf.sample
|
||||
@sample %%ETCDIR%%/modules/flite.conf.sample
|
||||
|
Loading…
x
Reference in New Issue
Block a user