mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Add picotts
This commit is contained in:
7
buildroot-external/package/picotts/Config.in
Normal file
7
buildroot-external/package/picotts/Config.in
Normal 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
|
2
buildroot-external/package/picotts/picotts.hash
Normal file
2
buildroot-external/package/picotts/picotts.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 f9556495fd56b96160cdae873ca2dbb0f0a578259c74f4ca939effa3fa1cb101 picotts-21089d223e177ba3cb7e385db8613a093dff74b5.tar.gz
|
19
buildroot-external/package/picotts/picotts.mk
Normal file
19
buildroot-external/package/picotts/picotts.mk
Normal 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))
|
Reference in New Issue
Block a user