mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-17 03:18:43 +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
13 lines
536 B
Makefile
13 lines
536 B
Makefile
################################################################################
|
|
#
|
|
# python-ovos-ocp-audio-plugin
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_OVOS_OCP_AUDIO_PLUGIN_VERSION = 95e9f4628c471a7d778b27c193a4e80605b44d9f
|
|
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))
|