1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Add picotts

This commit is contained in:
j1nx
2021-09-02 20:41:14 +02:00
parent b68c574c8e
commit bea2914543
5 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_PICOTTS
bool "picotts"
help
Text to speech voice sinthesizer from SVox,
included in Android AOSP.
https://github.com/naggety/picotts

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 f9556495fd56b96160cdae873ca2dbb0f0a578259c74f4ca939effa3fa1cb101 picotts-21089d223e177ba3cb7e385db8613a093dff74b5.tar.gz

View File

@@ -0,0 +1,19 @@
################################################################################
#
# picotts
#
################################################################################
PICOTTS_VERSION = 21089d223e177ba3cb7e385db8613a093dff74b5
PICOTTS_SITE = $(call github,naggety,picotts,$(PICOTTS_VERSION))
PICOTTS_LICENSE = MIT
PICOTTS_LICENSE_FILES = COPYING
PICOTTS_AUTORECONF = YES
PICOTTS_SUBDIR = pico
PICOTTS_DEPENDENCIES = host-pkgconf host-automake host-autoconf host-libtool
define PICOTTS_RUN_AUTOGEN
cd $(@D)/pico && PATH=$(BR_PATH) ./autogen.sh
endef
$(eval $(autotools-package))