Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "A fast lightweight Text-to-speech engine" |
| 2 | DESCRIPTION = "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." |
| 3 | HOMEPAGE = "https://mimic.mycroft.ai/" |
| 4 | SECTION = "multimedia" |
| 5 | |
| 6 | # "Mimic is available under permissive BSD-like licenses" |
| 7 | LICENSE = "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 | " |
Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 18 | LIC_FILES_CHKSUM = "file://COPYING;md5=a2c2c7371b58b9cdeae0dc68846fe9f1" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 19 | |
Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 20 | DEPENDS = "curl-native libpcre2" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 21 | |
Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 22 | SRCREV = "adf655da0399530ac1b586590257847eb61be232" |
| 23 | SRC_URI = "git://github.com/MycroftAI/mimic1.git \ |
| 24 | file://0001-Fix-musl-compatibility.patch \ |
| 25 | file://0001-cmu_indic_lang-Make-cst_rx_not_indic-as-extern-decla.patch \ |
| 26 | " |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 27 | |
| 28 | inherit autotools |
| 29 | |
| 30 | S = "${WORKDIR}/git" |
Brad Bishop | 0f291cc | 2019-09-01 15:16:57 -0400 | [diff] [blame] | 31 | |
| 32 | CPPFLAGS_append = " -Wno-error" |