From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../recipes-multimedia/mimic/mimic_1.2.0.2.bb | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 external/meta-openembedded/meta-multimedia/recipes-multimedia/mimic/mimic_1.2.0.2.bb (limited to 'external/meta-openembedded/meta-multimedia/recipes-multimedia/mimic/mimic_1.2.0.2.bb') diff --git a/external/meta-openembedded/meta-multimedia/recipes-multimedia/mimic/mimic_1.2.0.2.bb b/external/meta-openembedded/meta-multimedia/recipes-multimedia/mimic/mimic_1.2.0.2.bb new file mode 100644 index 00000000..b313b110 --- /dev/null +++ b/external/meta-openembedded/meta-multimedia/recipes-multimedia/mimic/mimic_1.2.0.2.bb @@ -0,0 +1,29 @@ +SUMMARY = "A fast lightweight Text-to-speech engine" +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." +HOMEPAGE = "https://mimic.mycroft.ai/" +SECTION = "multimedia" + +# "Mimic is available under permissive BSD-like licenses" +LICENSE = "MIT-X & \ + PD & \ + CMU-Tex & \ + BSD & \ + BSD-2-Clause & \ + BSD-3-Clause & \ + flite & \ + (flite & Sun) & \ + BellBird & \ + Apache-2.0 \ + " +LIC_FILES_CHKSUM = "file://COPYING;md5=416ef1ca5167707fe381d7be33664a33" + +DEPENDS = "curl-native icu" + +SRCREV = "67e43bf0fa56008276b878ec3790aa5f32eb2a16" +SRC_URI = "git://github.com/MycroftAI/mimic.git" + +inherit autotools + +S = "${WORKDIR}/git" + +CPPFLAGS_append = " -Wno-error" -- cgit 1.2.3-korg