speech-dispatcher: switch to espeak-ng
This commit is contained in:
parent
392564e73b
commit
92794e414e
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'speech-dispatcher'
|
||||
pkgname=speech-dispatcher
|
||||
version=0.10.1
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="speechd-${version}"
|
||||
build_style=gnu-configure
|
||||
# Disable support for sundry non-free TTS systems (said support causes
|
||||
|
@ -10,7 +10,8 @@ configure_args="--disable-static --without-kali --without-ibmtts --without-barat
|
|||
hostmakedepends="automake libtool gettext-devel
|
||||
pkg-config intltool python3-devel texinfo"
|
||||
makedepends="libltdl-devel glib-devel dotconf-devel
|
||||
libsndfile-devel libespeak-devel libao-devel python3-devel"
|
||||
libsndfile-devel libespeak-ng-devel libao-devel python3-devel
|
||||
libsonic-devel pulseaudio-devel"
|
||||
depends="python3"
|
||||
short_desc="High-level device independent layer for speech synthesis interface"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
|
Loading…
Reference in a new issue