From Wiki.cyring.fr
Install
Package
- Go to the ArchLinux AUR home page
- Search for the package mbrola
- Download tarball
- Decompress the package
- Edit the PKGBUILD for 64 bits architecture
pkgname=mbrola
pkgver=3.0.1h
pkgrel=5
pkgdesc="A phoneme-to-audio converter used by many TTS (Text-to-speech) programs."
arch=('x86_64')
url="http://tcts.fpms.ac.be/synthesis/mbrola.html"
license=('custom:Mbrola')
source=(http://tcts.fpms.ac.be/synthesis/${pkgname}/bin/amd64linux/mbrola_AMD_Linux.zip
LICENSE)
md5sums=('eab0b1f22025464286620cec1017c236'
'3ec25133449591ade620fa694e1e9546')
package() {
install -Dm755 mbrola $pkgdir/usr/bin/$pkgname
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}
- Build and install the package
$ makepkg -i
$ yaourt -S mbrola-voices-fr1 mbrola-voices-fr4