mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
[WIP] Build vosk-api andits dependencies from source
This so we can use the same package for any architecture in the future.
This commit is contained in:
14
buildroot-external/package/python-srt/python-srt.mk
Normal file
14
buildroot-external/package/python-srt/python-srt.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-srt
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SRT_VERSION = 3.5.2
|
||||
PYTHON_SRT_SOURCE = srt-$(PYTHON_SRT_VERSION).tar.gz
|
||||
PYTHON_SRT_SITE = https://files.pythonhosted.org/packages/18/a3/e1466f7c86a9e5d3e462ed6eb3a548917e93cc1ee212cd927f8f4e887ae9
|
||||
PYTHON_SRT_SETUP_TYPE = setuptools
|
||||
PYTHON_SRT_LICENSE = MIT
|
||||
PYTHON_SRT_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user