aboutsummaryrefslogtreecommitdiff
path: root/accessibility/speech-dispatcher
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2016-12-22 15:31:28 +0000
committerAlberto Villa <avilla@FreeBSD.org>2016-12-22 15:31:28 +0000
commit2713adc5b6e49f3e6b7f30f291b403050138e33c (patch)
tree148fe5ccc3f77a0e0747f7bd172644ce746c4653 /accessibility/speech-dispatcher
parentca3bf2573c43ab3a85d5c199cad65ca2e7a57571 (diff)
downloadports-2713adc5b6e49f3e6b7f30f291b403050138e33c.tar.gz
ports-2713adc5b6e49f3e6b7f30f291b403050138e33c.zip
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
Notes
Notes: svn path=/head/; revision=429164
Diffstat (limited to 'accessibility/speech-dispatcher')
-rw-r--r--accessibility/speech-dispatcher/Makefile17
-rw-r--r--accessibility/speech-dispatcher/distinfo5
-rw-r--r--accessibility/speech-dispatcher/pkg-plist1
3 files changed, 15 insertions, 8 deletions
diff --git a/accessibility/speech-dispatcher/Makefile b/accessibility/speech-dispatcher/Makefile
index 3f9c8945caac..2c99e7d92627 100644
--- a/accessibility/speech-dispatcher/Makefile
+++ b/accessibility/speech-dispatcher/Makefile
@@ -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}
diff --git a/accessibility/speech-dispatcher/distinfo b/accessibility/speech-dispatcher/distinfo
index 1d6d45922977..24ff03b3b418 100644
--- a/accessibility/speech-dispatcher/distinfo
+++ b/accessibility/speech-dispatcher/distinfo
@@ -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
diff --git a/accessibility/speech-dispatcher/pkg-plist b/accessibility/speech-dispatcher/pkg-plist
index c93eec8e7b12..bcd17388fa45 100644
--- a/accessibility/speech-dispatcher/pkg-plist
+++ b/accessibility/speech-dispatcher/pkg-plist
@@ -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