mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
MycroftOS: Implementation of a very first initial bootable version
- Add Buildroot patches to downgrade / upgrade package dependencies in line with the Mycroft A.I. software stack requirements. - Add buildroot additional package dependencies in line with the Mycroft A.I. software stack requirements. - Update rpi3 defconfig file. - Implement initial root_fs overlay filestructure. - Addition of some quick and dirty helper scripts. - Update of README to reflect these changes.
This commit is contained in:
8
buildroot-external/package/python-gtts_token/Config.in
Normal file
8
buildroot-external/package/python-gtts_token/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_GTTS_TOKEN
|
||||
bool "python-gtts_token"
|
||||
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
|
||||
help
|
||||
Calculates a token to run the Google Translate text to
|
||||
speech.
|
||||
|
||||
https://github.com/boudewijn26/gTTS-token
|
@@ -0,0 +1,4 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/gtts_token/json
|
||||
md5 39f56680d81c3d553ccc663f013a48f8 gTTS-token-1.1.1.zip
|
||||
sha256 74badf3ba37773d8ba4a462a09b64de76a0ebd4015d667a6fdb041c2219283ef gTTS-token-1.1.1.zip
|
||||
sha256 a45d62dc3a4c5ea71ee1fc3349661394cf84cc801197748f408402b2041d6f32 gTTS-token-1.1.2.tar.gz
|
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-gtts_token
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_GTTS_TOKEN_VERSION = 1.1.2
|
||||
PYTHON_GTTS_TOKEN_SOURCE = gTTS-token-$(PYTHON_GTTS_TOKEN_VERSION).tar.gz
|
||||
PYTHON_GTTS_TOKEN_SITE = https://files.pythonhosted.org/packages/5a/81/b54c771ee6a78bdb6aebc274d7a806ad1f8761462f3592f3781d5cd9046f
|
||||
PYTHON_GTTS_TOKEN_SETUP_TYPE = setuptools
|
||||
PYTHON_GTTS_TOKEN_LICENSE = MIT
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user