Blog Code Forum

TTS:mbrola

From Wiki.cyring.fr

Revision as of 09:47, 25 January 2013 by Cyril (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Install

Package

  1. Go to the ArchLinux AUR home page
  2. Search for the package mbrola
  3. Download tarball
  4. Decompress the package
  5. Edit the PKGBUILD for 64 bits architecture
$ nano PKGBUILD
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
Personal tools