blob: 76f51196aa7dcc41d3d87400d8d7ba666bc4c407 [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"
Andrew Geissler9aee5002022-03-30 16:27:02 +00007LICENSE = "MIT & \
Brad Bishop19323692019-04-05 15:28:33 -04008 PD & \
9 CMU-Tex & \
Andrew Geisslerd5838332022-05-27 11:33:10 -050010 rateconv & \
Brad Bishop19323692019-04-05 15:28:33 -040011 BSD-2-Clause & \
12 BSD-3-Clause & \
13 flite & \
14 (flite & Sun) & \
15 BellBird & \
16 Apache-2.0 \
17 "
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050018LIC_FILES_CHKSUM = "file://COPYING;md5=a2c2c7371b58b9cdeae0dc68846fe9f1"
Brad Bishop19323692019-04-05 15:28:33 -040019
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050020DEPENDS = "curl-native libpcre2"
Brad Bishop19323692019-04-05 15:28:33 -040021
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050022SRCREV = "adf655da0399530ac1b586590257847eb61be232"
Andrew Geissler595f6302022-01-24 19:11:47 +000023SRC_URI = "git://github.com/MycroftAI/mimic1.git;branch=master;protocol=https \
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050024 file://0001-Fix-musl-compatibility.patch \
25 file://0001-cmu_indic_lang-Make-cst_rx_not_indic-as-extern-decla.patch \
26 "
Brad Bishop19323692019-04-05 15:28:33 -040027
Andrew Geissler5199d832021-09-24 16:47:35 -050028inherit autotools pkgconfig
Brad Bishop19323692019-04-05 15:28:33 -040029
30S = "${WORKDIR}/git"
Brad Bishop0f291cc2019-09-01 15:16:57 -040031
Patrick Williams213cb262021-08-07 19:21:33 -050032CPPFLAGS:append = " -Wno-error"