blob: b313b110cc4f0d75fcfe179080d4987ed3079830 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "A fast lightweight Text-to-speech engine"
2DESCRIPTION = "Mimic is a fast, lightweight Text-to-speech engine developed by Mycroft A.I. and VocaliD, based on Carnegie Mellon University’s Flite (Festival-Lite) software. Mimic takes in text and reads it out loud to create a high quality voice."
3HOMEPAGE = "https://mimic.mycroft.ai/"
4SECTION = "multimedia"
5
6# "Mimic is available under permissive BSD-like licenses"
7LICENSE = "MIT-X & \
8 PD & \
9 CMU-Tex & \
10 BSD & \
11 BSD-2-Clause & \
12 BSD-3-Clause & \
13 flite & \
14 (flite & Sun) & \
15 BellBird & \
16 Apache-2.0 \
17 "
18LIC_FILES_CHKSUM = "file://COPYING;md5=416ef1ca5167707fe381d7be33664a33"
19
20DEPENDS = "curl-native icu"
21
22SRCREV = "67e43bf0fa56008276b878ec3790aa5f32eb2a16"
23SRC_URI = "git://github.com/MycroftAI/mimic.git"
24
25inherit autotools
26
27S = "${WORKDIR}/git"
Brad Bishop0f291cc2019-09-01 15:16:57 -040028
29CPPFLAGS_append = " -Wno-error"