mimic_1.3.0.1.bb 1.1 KB

1234567891011121314151617181920212223242526272829303132
  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. # "Mimic is available under permissive BSD-like licenses"
  6. LICENSE = "MIT-X & \
  7. PD & \
  8. CMU-Tex & \
  9. BSD & \
  10. BSD-2-Clause & \
  11. BSD-3-Clause & \
  12. flite & \
  13. (flite & Sun) & \
  14. BellBird & \
  15. Apache-2.0 \
  16. "
  17. LIC_FILES_CHKSUM = "file://COPYING;md5=a2c2c7371b58b9cdeae0dc68846fe9f1"
  18. DEPENDS = "curl-native libpcre2"
  19. SRCREV = "adf655da0399530ac1b586590257847eb61be232"
  20. SRC_URI = "git://github.com/MycroftAI/mimic1.git \
  21. file://0001-Fix-musl-compatibility.patch \
  22. file://0001-cmu_indic_lang-Make-cst_rx_not_indic-as-extern-decla.patch \
  23. "
  24. inherit autotools
  25. S = "${WORKDIR}/git"
  26. CPPFLAGS_append = " -Wno-error"