blob: 60df00a218422d27bf1fa4b7c24759482127d62f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require flite.inc
PR = "r5"
EXTRA_OECONF = "--with-audio=oss --enable-shared"
SRC_URI = "http://www.speech.cs.cmu.edu/flite/packed/flite-${PV}/flite-${PV}-release.tar.gz \
file://flite-1.3-Makefile.patch;apply=yes \
# file://flite-1.3-fix-read-only-assignments.patch;apply=yes \ # fixed elsewhere in 1.3 release?
file://flite-1.3-configure-with-audio.patch;apply=yes"
SRC_URI[md5sum] = "ae0aca1cb7b4801f4372f3a75a9e52b5"
SRC_URI[sha256sum] = "922225f7001e57a0fbace8833b0a48790a68f6c7b491f2d47c78ad537ab78a8b"
|