Merge pull request #76 from OpenVoiceOS/fix/moved-packages

fix refs to moved packages
This commit is contained in:
Peter Steenbergen 2021-08-19 10:17:49 +02:00 committed by GitHub
commit 00446128e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 48 additions and 48 deletions

View File

@ -202,8 +202,8 @@ menu "Mycroft A.I. Personal Assistant"
source "$BR2_EXTERNAL_OPENVOICEOS_PATH/package/mycroft-service/Config.in"
source "$BR2_EXTERNAL_OPENVOICEOS_PATH/package/mycroft-splash/Config.in"
menu "Mycroft A.I. Plugins"
source "$BR2_EXTERNAL_OPENVOICEOS_PATH/package/python-jarbas-stt-plugin-chromium/Config.in"
source "$BR2_EXTERNAL_OPENVOICEOS_PATH/package/python-jarbas-wake-word-plugin-precise/Config.in"
source "$BR2_EXTERNAL_OPENVOICEOS_PATH/package/python-ovos-stt-plugin-chromium/Config.in"
source "$BR2_EXTERNAL_OPENVOICEOS_PATH/package/python-ovos-wake-word-plugin-precise/Config.in"
source "$BR2_EXTERNAL_OPENVOICEOS_PATH/package/python-ovos-stt-plugin-vosk/Config.in"
endmenu
menu "Mycroft A.I. Skills"

View File

@ -676,8 +676,8 @@ BR2_PACKAGE_MYCROFT_EMBEDDED_SHELL=y
BR2_PACKAGE_MYCROFT_GUI=y
BR2_PACKAGE_PYTHON_HOLMESV=y
BR2_PACKAGE_MYCROFT_SERVICE=y
BR2_PACKAGE_PYTHON_JARBAS_STT_PLUGIN_CHROMIUM=y
BR2_PACKAGE_PYTHON_JARBAS_WAKE_WORD_PLUGIN_PRECISE=y
BR2_PACKAGE_PYTHON_OVOS_STT_PLUGIN_CHROMIUM=y
BR2_PACKAGE_PYTHON_OVOS_WAKE_WORD_PLUGIN_PRECISE=y
BR2_PACKAGE_PYTHON_OVOS_STT_PLUGIN_VOSK=y
BR2_PACKAGE_MYCROFT_SKILLS_REPO=y
BR2_PACKAGE_MYCROFT_SKILL_ALARM=y

View File

@ -1,8 +0,0 @@
config BR2_PACKAGE_PYTHON_JARBAS_STT_PLUGIN_CHROMIUM
bool "python-jarbas-stt-plugin-chromium"
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
help
A stt plugin for mycroft using the google chrome browser
api.
https://github.com/JarbasLingua/jarbas-stt-plugin-chromium

View File

@ -1,3 +0,0 @@
# md5, sha256 from https://pypi.org/pypi/jarbas-stt-plugin-chromium/json
md5 377d95b10e54668742403462e98b0827 jarbas-stt-plugin-chromium-0.1.3.tar.gz
sha256 4e6349aabdfd242dbca085d7dd74d2c27a9d6053642c2cea3e9dff7f3c93a3af jarbas-stt-plugin-chromium-0.1.3.tar.gz

View File

@ -1,12 +0,0 @@
################################################################################
#
# python-jarbas-stt-plugin-chromium
#
################################################################################
PYTHON_JARBAS_STT_PLUGIN_CHROMIUM_VERSION = 0.1.3
PYTHON_JARBAS_STT_PLUGIN_CHROMIUM_SOURCE = jarbas-stt-plugin-chromium-$(PYTHON_JARBAS_STT_PLUGIN_CHROMIUM_VERSION).tar.gz
PYTHON_JARBAS_STT_PLUGIN_CHROMIUM_SITE = https://files.pythonhosted.org/packages/0c/6c/b7fc257c7cf886d0b9a286682b3631c65adaac64f2f9a7d8d4263ff4664f
PYTHON_JARBAS_STT_PLUGIN_CHROMIUM_SETUP_TYPE = setuptools
$(eval $(python-package))

View File

@ -1,8 +0,0 @@
config BR2_PACKAGE_PYTHON_JARBAS_WAKE_WORD_PLUGIN_PRECISE
bool "python-jarbas-wake-word-plugin-precise"
help
This adds a plugin for precise, this is the
official mycroft wake word engine and is supported
out of the box by core
https://github.com/JarbasLingua/jarbas-wake-word-plugin-precise

View File

@ -1 +0,0 @@
sha256 87be488bdd86ac372ed8013415e9e5e05073b5a7246a65ab5f01809bc1069f8b python-jarbas-wake-word-plugin-precise-ad3ced5e4fec11530fc4d065bd446c689e39987a.tar.gz

View File

@ -1,12 +0,0 @@
################################################################################
#
# python-jarbas-wake-word-plugin-precise
#
################################################################################
PYTHON_JARBAS_WAKE_WORD_PLUGIN_PRECISE_VERSION = ad3ced5e4fec11530fc4d065bd446c689e39987a
PYTHON_JARBAS_WAKE_WORD_PLUGIN_PRECISE_SITE = $(call github,JarbasLingua,jarbas-wake-word-plugin-precise,$(PYTHON_JARBAS_WAKE_WORD_PLUGIN_PRECISE_VERSION))
PYTHON_JARBAS_WAKE_WORD_PLUGIN_PRECISE_SETUP_TYPE = setuptools
PYTHON_JARBAS_WAKE_WORD_PLUGIN_PRECISE_LICENSE_FILES = LICENSE
$(eval $(python-package))

View File

@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_OVOS_STT_PLUGIN_CHROMIUM
bool "python-ovos-stt-plugin-chromium"
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
help
A stt plugin for mycroft using the google chrome browser
api.
https://github.com/OpenVoiceOS/ovos-stt-plugin-chromium

View File

@ -0,0 +1,3 @@
# md5, sha256 from https://pypi.org/pypi/ovos-stt-plugin-chromium/json
md5 5d910e964c79778b516de225562cdd61 ovos-stt-plugin-chromium-0.1.0.tar.gz
sha256 2e9164679ab48efdcac392b8b87c0f5a119c1138ad14d6472218a758cc986460 ovos-stt-plugin-chromium-0.1.0.tar.gz

View File

@ -0,0 +1,12 @@
################################################################################
#
# python-ovos-stt-plugin-chromium
#
################################################################################
PYTHON_OVOS_STT_PLUGIN_CHROMIUM_VERSION = 0.1.3
PYTHON_OVOS_STT_PLUGIN_CHROMIUM_SOURCE = ovos-stt-plugin-chromium-$(PYTHON_OVOS_STT_PLUGIN_CHROMIUM_VERSION).tar.gz
PYTHON_OVOS_STT_PLUGIN_CHROMIUM_SITE = https://files.pythonhosted.org/packages/0c/6c/b7fc257c7cf886d0b9a286682b3631c65adaac64f2f9a7d8d4263ff4664f
PYTHON_OVOS_STT_PLUGIN_CHROMIUM_SETUP_TYPE = setuptools
$(eval $(python-package))

View File

@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_OVOS_WAKE_WORD_PLUGIN_PRECISE
bool "python-ovos-wake-word-plugin-precise"
help
This adds a plugin for precise, this is the
official mycroft wake word engine and is supported
out of the box by core
https://github.com/OpenVoiceOS/ovos-wake-word-plugin-precise

View File

@ -0,0 +1 @@
sha256 87be488bdd86ac372ed8013415e9e5e05073b5a7246a65ab5f01809bc1069f8b python-ovos-wake-word-plugin-precise-ad3ced5e4fec11530fc4d065bd446c689e39987a.tar.gz

View File

@ -0,0 +1,12 @@
################################################################################
#
# python-ovos-wake-word-plugin-precise
#
################################################################################
PYTHON_OVOS_WAKE_WORD_PLUGIN_PRECISE_VERSION = ad3ced5e4fec11530fc4d065bd446c689e39987a
PYTHON_OVOS_WAKE_WORD_PLUGIN_PRECISE_SITE = $(call github,OpenVoiceOS,ovos-wake-word-plugin-precise,$(PYTHON_OVOS_WAKE_WORD_PLUGIN_PRECISE_VERSION))
PYTHON_OVOS_WAKE_WORD_PLUGIN_PRECISE_SETUP_TYPE = setuptools
PYTHON_OVOS_WAKE_WORD_PLUGIN_PRECISE_LICENSE_FILES = LICENSE
$(eval $(python-package))