mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-04 12:37:50 +01:00
e84818f62e
- 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
477 B
Makefile
12 lines
477 B
Makefile
################################################################################
|
|
#
|
|
# python-ovos-stt-plugin-vosk
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_OVOS_STT_PLUGIN_VOSK_VERSION = b86c3636ed862150e0980f0698b978384c240b80
|
|
PYTHON_OVOS_STT_PLUGIN_VOSK_SITE = $(call github,OpenVoiceOS,ovos-stt-plugin-vosk,$(PYTHON_OVOS_STT_PLUGIN_VOSK_VERSION))
|
|
PYTHON_OVOS_STT_PLUGIN_VOSK_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|