Added Mycroft TTS engine, mimic.

This commit is contained in:
Kimitsune 2019-12-02 20:19:11 +01:00
parent 04d6c81251
commit 684400a453
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST mimic1-1.2.0.2.zip 458067932 BLAKE2B 843faa3f9620906c371defe14b761b4b5b038d2af17cceb8a7727d9a0fa7e4110d34de5644419d948a425dcf263d0a06051ee469ba6013444288490bfcad2799 SHA512 6c26d5d983fe7b63978a670ef21f83eb4155705d6f99784a02afa38568aba530a78934241fcea97152cd105d86160d86e125ed8374444ed64a40885fc7e74785
EBUILD mimic1-1.2.0.2.ebuild 429 BLAKE2B 630ef5d8d38116ea8a1aad71eb246d6fc11286a1759fb2bfff56cfb21a8cac18583c18fd5c462c349dab4befbcd317a060a9e59ba4431774fa5316f3343ff5d3 SHA512 9fa1c6029dbb7af667b2807a5a7045b59e6b1dbfcc857e720228db9a23168ee0ed27b22b003d74277e75822efc847e578c38fd89b7ab52bde96dde5cf6e38adf

View File

@ -0,0 +1,20 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit autotools libtool
DESCRIPTION="Mycroft's TTS engine, based on CMU's Flite (Festival Lite)."
HOMEPAGE="https://mimic.mycroft.ai/"
SRC_URI="https://github.com/MycroftAI/mimic1/archive/${PV}.zip -> ${P}.zip"
LICENSE="flite BSD rc sun APACHE2"
SLOT="0"
src_prepare(){
eautoreconf
default
}