1
1
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:
j1nx
2023-01-11 20:20:11 +01:00
parent d606b70920
commit 4c20871efe
24 changed files with 155 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
config BR2_PACKAGE_PYTHON_OVOS_OCP_M3U_PLUGIN
bool "python-ovos-ocp-m3u-plugin"
help
https://github.com/OpenVoiceOS/ovos-ocp-m3u-plugin

View File

@@ -0,0 +1 @@
sha256 67d7fd31fb761b75b20f1485f5d6a6701b59ba2b704f71608c778fe513706ae2 python-ovos-ocp-m3u-plugin-aec50ace75e488ea0316ef9a6b024fe7430267fb.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# python-ovos-ocp-m3u-plugin
#
################################################################################
PYTHON_OVOS_OCP_M3U_PLUGIN_VERSION = aec50ace75e488ea0316ef9a6b024fe7430267fb
PYTHON_OVOS_OCP_M3U_PLUGIN_SITE = $(call github,OpenVoiceOS,ovos-ocp-m3u-plugin,$(PYTHON_OVOS_OCP_M3U_PLUGIN_VERSION))
PYTHON_OVOS_OCP_M3U_PLUGIN_SETUP_TYPE = setuptools
PYTHON_OVOS_OCP_M3U_PLUGIN_LICENSE_M3U = LICENSE
PYTHON_OVOS_OCP_M3U_PLUGIN_ENV = MYCROFT_LOOSE_REQUIREMENTS=true
$(eval $(python-package))