mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Add OCP streaming plugins
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_OVOS_OCP_FILES_PLUGIN
|
||||
bool "python-ovos-ocp-files-plugin"
|
||||
help
|
||||
A library for reading and, in the future, writing audio metadata.
|
||||
|
||||
https://github.com/OpenVoiceOS/ovos-ocp-files-plugin
|
@ -0,0 +1 @@
|
||||
sha256 f4dc7703b97e1ae4a8ec5c8fe2083e322e4ce582c6f6fd3d6ec9bb9782fc2724 python-ovos-ocp-files-plugin-145cd788eae1f3aaeb214f7a3dda91229c0c5837.tar.gz
|
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-ovos-ocp-files-plugin
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_OVOS_OCP_FILES_PLUGIN_VERSION = 145cd788eae1f3aaeb214f7a3dda91229c0c5837
|
||||
PYTHON_OVOS_OCP_FILES_PLUGIN_SITE = $(call github,OpenVoiceOS,ovos-ocp-files-plugin,$(PYTHON_OVOS_OCP_FILES_PLUGIN_VERSION))
|
||||
PYTHON_OVOS_OCP_FILES_PLUGIN_SETUP_TYPE = setuptools
|
||||
PYTHON_OVOS_OCP_FILES_PLUGIN_LICENSE_FILES = LICENSE
|
||||
PYTHON_OVOS_OCP_FILES_PLUGIN_ENV = MYCROFT_LOOSE_REQUIREMENTS=true
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user