mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-19 13:20:50 +01:00
- 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
12 lines
489 B
Makefile
12 lines
489 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|