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

Bumps all over the place. Work of the last weeks.

To much of a hassle to split into seperate commits.
Needed to push as I see my SSD degrading and are afraid of the crash.
This commit is contained in:
j1nx
2024-07-20 13:04:35 +00:00
parent 4d74ba30d6
commit c474d35965
244 changed files with 4828 additions and 929 deletions

View File

@@ -1,5 +1,10 @@
config BR2_PACKAGE_PYTHON_OVOS_GUI
bool "python-ovos-gui"
select BR2_PACKAGE_PYTHON_OVOS_BUS_CLIENT
select BR2_PACKAGE_PYTHON_OVOS_UTILS
select BR2_PACKAGE_PYTHON_OVOS_CONFIG
select BR2_PACKAGE_PYTHON_TORNADO
select BR2_PACKAGE_PYTHON_OVOS_PLUGIN_MANAGER
help
GUI messagebus service, manages GUI state
and implements the gui protocol

View File

@@ -1 +1 @@
sha256 09488c55a2617bf3d2807a84c4f2a8f636ce1b8a547a0ce5c685bba3f8742e96 python-ovos-gui-502dec01d0055c54998280ffaa76d5f54961173f.tar.gz
sha256 5bb3329c701864f1927e18aa7c7754f546703476b04a8d56419602769a9b5c6e ovos-gui-0.1.0a2.tar.gz

View File

@@ -4,8 +4,9 @@
#
################################################################################
PYTHON_OVOS_GUI_VERSION = 502dec01d0055c54998280ffaa76d5f54961173f
PYTHON_OVOS_GUI_SITE = $(call github,OpenVoiceOS,ovos-gui,$(PYTHON_OVOS_GUI_VERSION))
PYTHON_OVOS_GUI_VERSION = 0.1.0a2
PYTHON_OVOS_GUI_SOURCE = ovos-gui-$(PYTHON_OVOS_GUI_VERSION).tar.gz
PYTHON_OVOS_GUI_SITE = https://files.pythonhosted.org/packages/99/13/1dcfeb2a0a4f164d8f0467f0032dfc552b1f839da41998d7ab933af3ca3d
PYTHON_OVOS_GUI_SETUP_TYPE = setuptools
PYTHON_OVOS_GUI_LICENSE_FILES = LICENSE
PYTHON_OVOS_GUI_ENV = MYCROFT_LOOSE_REQUIREMENTS=true