UmVirt LFS Package info

DB commit: 9ed4ff6d798939f3f70457a829818f445904e2c7
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
[ 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 file size: 17739803
Source file MD5-checkum: b445d9bf5a8ed9eceeb7c8edf5945641
Source directory: espeak-ng-1.52.0
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/e/espeak-ng-1.52.0.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/e/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