blob: cde6db6d4599759fc372d5eddd6cc484a0e25353 (
plain)
1
2
3
4
5
6
7
8
9
10
|
require flite.inc
PR = "r0"
EXTRA_OECONF = "--with-audio=alsa --enable-shared"
SRC_URI = "http://www.speech.cs.cmu.edu/flite/packed/flite-${PV}/flite-${PV}-release.tar.bz2 \
# file://fix-read-only-assignments.patch;patch=1 \ # included in the alsa patch
#source http://homepage.hispeed.ch/loehrer/downloads/flite-1.2-alsa_support-1.2.diff.bz2 \
file://flite-1.2-alsa_support-1.2.diff;patch=1"
|