1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Bump packages and skills (again)

This commit is contained in:
Peter Steenbergen
2021-09-23 20:48:13 +02:00
parent ca860f68c1
commit d8750257d5
15 changed files with 34 additions and 33 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_OVOS_OCP_AUDIO_PLUGIN
bool "python-ovos-ocp-audio-plugin"
help
OVOS GUI mediaplayer plugin
https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin

View File

@@ -0,0 +1 @@
sha256 863f26cdb715cc92fa5dd31d31e9c71db8cd51582edc491ed9a4b904a13b86b5 python-ovos-ocp-audio-plugin-58a22a24cf71b62f9cc0daaec873f01f545edfa8.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# python-ovos-ocp-audio-plugin
#
################################################################################
PYTHON_OVOS_OCP_AUDIO_PLUGIN_VERSION = 58a22a24cf71b62f9cc0daaec873f01f545edfa8
PYTHON_OVOS_OCP_AUDIO_PLUGIN_SITE = $(call github,OpenVoiceOS,ovos-ocp-audio-plugin,$(PYTHON_OVOS_OCP_AUDIO_PLUGIN_VERSION))
PYTHON_OVOS_OCP_AUDIO_PLUGIN_SETUP_TYPE = setuptools
PYTHON_OVOS_OCP_AUDIO_PLUGIN_LICENSE_FILES = LICENSE
$(eval $(python-package))