Package Details: flite-hts-engine 1.07-1

Git Clone URL: https://aur.archlinux.org/flite-hts-engine.git (read-only, click to copy)
Package Base: flite-hts-engine
Description: Flite + HTS engine to synthesize speech waveform from HMMs trained by hts.
Upstream URL: https://sourceforge.net/projects/hts-engine/files/
Licenses: BSD
Submitter: valdisvi
Maintainer: valdisvi
Last Packager: valdisvi
Votes: 0
Popularity: 0.000000
First Submitted: 2018-01-23 13:50 (UTC)
Last Updated: 2018-01-23 15:53 (UTC)

Latest Comments

dreieck commented on 2021-05-02 10:31 (UTC)

Cannot find HTS engine in ./configure although package hts-engine is installed:

[...]
checking whether to enable compiling for embedded devices... no
configure: error: Cannot find HTS_engine.h
==> ERROR: A failure occurred in build().
    Aborting...

pacman -Qi hts-engine:

Name            : hts-engine
Version         : 1.10-3
Description     : Engine to synthesize speech waveform from HMMs trained by hts.
Architecture    : x86_64
URL             : http://hts-engine.sourceforge.net/
Licenses        : BSD
Groups          : None
Provides        : None
Depends On      : glibc
Optional Deps   : None
Required By     : None
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 276.00 KiB
Packager        : Unknown Packager
Build Date      : Sun Aug 11 18:10:45 2019
Install Date    : Sun May 2 12:17:25 2021
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature

GI_Jack commented on 2020-05-29 11:28 (UTC)

Please fix your PKGBUILD

depends=('glibc') depends=('hts-engine')

should be depends=('hts-engine')

glibc doesn't need to be stated as its in the base install.

quequotion commented on 2019-10-05 17:28 (UTC)

configure.ac assumes incorrect (non-arch) paths for HTS engine files; override in PKGBUILD:

  ./configure --prefix=/usr \
              --with-hts-engine-header-path=/usr/include \
              --with-hts-engine-library-path=/usr/lib