Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
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 & \
|
||||
PD & \
|
||||
CMU-Tex & \
|
||||
rateconv & \
|
||||
BSD-2-Clause & \
|
||||
BSD-3-Clause & \
|
||||
flite & \
|
||||
(flite & Sun) & \
|
||||
BellBird & \
|
||||
Apache-2.0 \
|
||||
"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a2c2c7371b58b9cdeae0dc68846fe9f1"
|
||||
|
||||
DEPENDS = "curl-native libpcre2"
|
||||
|
||||
SRCREV = "adf655da0399530ac1b586590257847eb61be232"
|
||||
SRC_URI = "git://github.com/MycroftAI/mimic1.git;branch=master;protocol=https \
|
||||
file://0001-Fix-musl-compatibility.patch \
|
||||
file://0001-cmu_indic_lang-Make-cst_rx_not_indic-as-extern-decla.patch \
|
||||
"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
CPPFLAGS:append = " -Wno-error"
|
||||
Reference in New Issue
Block a user