mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-09 04:11:16 +00:00
flite: add recipe
CMU Flite (festival-lite) is a small, fast run-time open source text to speech synthesis engine developed at CMU and primarily designed for small embedded machines. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "Flite: a small run-time speech synthesis engine"
|
||||
HOMEPAGE = "http://cmuflite.org"
|
||||
SECTION = "libs/multimedia"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b3b732d1349633a53e69356607fd2d6c"
|
||||
|
||||
inherit autotools-brokensep
|
||||
|
||||
SRC_URI = "git://github.com/festvox/flite.git;protocol=https;branch=master"
|
||||
|
||||
SRCREV = "e9e2e37c329dbe98bfeb27a1828ef9a71fa84f88"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OECONF += "--enable-shared"
|
||||
|
||||
do_install:append() {
|
||||
chown -R root:root ${D}${libdir}/*
|
||||
}
|
||||
Reference in New Issue
Block a user