UmVirt LFS Package info

DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
[ BASH | XML | JSON ]

espeak-ng

eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.

Package info

Template:
Codename: espeak-ng
Source file: espeak-ng-1.52.0.tar.gz
Source directory: espeak-ng-1.52.0
Package URL: espeak-ng-1.52.0.tar.gz
Package md5-checksum URL: espeak-ng-1.52.0.tar.gz.md5sum
Dependances: sonic, pcaudiolib.
Dependance of: *** NO PACKAGES FOUND ***
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

cmake -D CMAKE_INSTALL_PREFIX=/usr \
      -D BUILD_SHARED_LIBS=YES \
      -D CMAKE_BUILD_TYPE='None' \
      -D FETCHCONTENT_FULLY_DISCONNECTED=ON \
      -D ESPEAK_COMPAT=ON \
      -D ESPEAK_BUILD_MANPAGES=ON \
      -W no-dev ..

Build script:
cd    build
make

Install script:
cd    build
make install