Compare commits
4 Commits
41296ae80b
...
4570e80776
Author | SHA1 | Date |
---|---|---|
j1nx | 4570e80776 | |
j1nx | 8b6d1f117a | |
j1nx | c467c8e4a2 | |
j1nx | a5e7ae57f3 |
|
@ -139,6 +139,7 @@ menu "Additional external python modules"
|
|||
source "$BR2_EXTERNAL_OPENVOICEOS_PATH/package/python-num2words/Config.in"
|
||||
source "$BR2_EXTERNAL_OPENVOICEOS_PATH/package/python-oauth2client/Config.in"
|
||||
source "$BR2_EXTERNAL_OPENVOICEOS_PATH/package/python-olefile/Config.in"
|
||||
source "$BR2_EXTERNAL_OPENVOICEOS_PATH/package/python-ovos-guiplayer-plugin/Config.in"
|
||||
source "$BR2_EXTERNAL_OPENVOICEOS_PATH/package/python-ovos-local-backend/Config.in"
|
||||
source "$BR2_EXTERNAL_OPENVOICEOS_PATH/package/python-ovos-plugin-manager/Config.in"
|
||||
source "$BR2_EXTERNAL_OPENVOICEOS_PATH/package/python-ovos-skill-installer/Config.in"
|
||||
|
|
|
@ -569,6 +569,7 @@ BR2_PACKAGE_PYTHON_MULTI_KEY_DICT=y
|
|||
BR2_PACKAGE_PYTHON_MYCROFT_MESSAGEBUS_CLIENT=y
|
||||
BR2_PACKAGE_PYTHON_OAUTH2CLIENT=y
|
||||
BR2_PACKAGE_PYTHON_OLEFILE=y
|
||||
BR2_PACKAGE_PYTHON_OVOS_GUIPLAYER_PLUGIN=y
|
||||
BR2_PACKAGE_PYTHON_OVOS_LOCAL_BACKEND=y
|
||||
BR2_PACKAGE_PYTHON_OVOS_PLUGIN_MANAGER=y
|
||||
BR2_PACKAGE_PYTHON_OVOS_SKILL_INSTALLER=y
|
||||
|
|
|
@ -8,6 +8,7 @@ After=mycroft-messagebus.service
|
|||
User=mycroft
|
||||
WorkingDirectory=/home/mycroft
|
||||
Environment=QT_QPA_PLATFORM=eglfs
|
||||
Environment=QT_QPA_EGLFS_KMS_ATOMIC=1
|
||||
Environment=QT_QPA_PLATFORMTHEME=qt5ct
|
||||
Environment=QT_PLUGIN_PATH=/usr/lib/qt/plugins:/usr/lib/plugins:/usr/lib/plugins/kf5
|
||||
Environment=QT_QUICK_CONTROLS_CONF=/home/mycroft/.config/qtquickcontrols2material.conf
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
MYCROFT_SKILL_OVOS_PAIRING_VERSION = b1fd8dbe0978f070a7e0221cd560b503980954c7
|
||||
MYCROFT_SKILL_OVOS_PAIRING_VERSION = 1cab0073d4493ebd07f9a5dd483299e024a226b6
|
||||
MYCROFT_SKILL_OVOS_PAIRING_SITE = git://github.com/OpenVoiceOS/skill-ovos-pairing
|
||||
MYCROFT_SKILL_OVOS_PAIRING_SITE_METHOD = git
|
||||
MYCROFT_SKILL_OVOS_PAIRING_DIRLOCATION = home/mycroft/.local/share/mycroft/skills
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
config BR2_PACKAGE_PYTHON_OVOS_GUIPLAYER_PLUGIN
|
||||
bool "python-ovos-guiplayer-plugin"
|
||||
help
|
||||
OVOS GUI mediaplayer plugin
|
||||
|
||||
https://github.com/OpenVoiceOS/ovos-guiplayer-plugin
|
|
@ -0,0 +1 @@
|
|||
sha256 5c2dfba3e8d2a5566120c16a30a3f35adaf0dede28b8a0788b45fbf8e6788572 python-ovos-guiplayer-plugin-f6b0dc8082672f6c5f092be7ffe2d0f4b0520882.tar.gz
|
|
@ -0,0 +1,12 @@
|
|||
################################################################################
|
||||
#
|
||||
# python-ovos-guiplayer-plugin
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_OVOS_GUIPLAYER_PLUGIN_VERSION = f6b0dc8082672f6c5f092be7ffe2d0f4b0520882
|
||||
PYTHON_OVOS_GUIPLAYER_PLUGIN_SITE = $(call github,OpenVoiceOS,ovos-guiplayer-plugin,$(PYTHON_OVOS_GUIPLAYER_PLUGIN_VERSION))
|
||||
PYTHON_OVOS_GUIPLAYER_PLUGIN_SETUP_TYPE = setuptools
|
||||
PYTHON_OVOS_GUIPLAYER_PLUGIN_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue