mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Get buildroot-external tree to reflect 2022.02.1
- Changes to the raspberypi board folder/structure - Bump python related poackages and fixes to Python3.10 - Bump KF5 framewerk packages to 5.91 - Bump qtwebengine to 5.15.8 - Bump/Add/Fix all OVOS related packages - Fixes all over the OpenVoiceOS structure for 2022.02.1
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_OVOS_TTS_SERVER_PLUGIN
|
||||
bool "python-ovos-tts-server-plugin"
|
||||
help
|
||||
OpenVoiceOS companion plugin for OpenVoiceOS TTS Server
|
||||
|
||||
https://github.com/OpenVoiceOS/ovos-tts-server-plugin
|
@ -0,0 +1,2 @@
|
||||
# sha256 locally computed
|
||||
sha256 73eaf1d2ca28bf6f89d4b1c30d428664bff07be8a0b5d301486b6840a8dc6b32 python-ovos-tts-server-plugin-ef34c87997311298e8c7a055d4a7585b9204be2c.tar.gz
|
@ -0,0 +1,11 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-ovos-tts-server-plugin
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_OVOS_TTS_SERVER_PLUGIN_VERSION = ef34c87997311298e8c7a055d4a7585b9204be2c
|
||||
PYTHON_OVOS_TTS_SERVER_PLUGIN_SITE = $(call github,OpenVoiceOS,ovos-tts-server-plugin,$(PYTHON_OVOS_TTS_SERVER_PLUGIN_VERSION))
|
||||
PYTHON_OVOS_TTS_SERVER_PLUGIN_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user