diff --git a/coin/test-configs.inc b/coin/test-configs.inc index bb1bdea..17944f2 100644 --- a/coin/test-configs.inc +++ b/coin/test-configs.inc @@ -82,6 +82,7 @@ PACKAGECONFIG:append:pn-qtsensors = " examples" PACKAGECONFIG:append:pn-qtserialbus = " examples" PACKAGECONFIG:append:pn-qtserialport = " examples" PACKAGECONFIG:append:pn-qtshadertools = " examples" +PACKAGECONFIG:append:pn-qtspeech = " examples" PACKAGECONFIG:append:pn-qtsvg = " examples" PACKAGECONFIG:append:pn-qttools = " examples" PACKAGECONFIG:append:pn-qttranslations = " examples" diff --git a/recipes-qt/packagegroups/packagegroup-qt6-addons.bb b/recipes-qt/packagegroups/packagegroup-qt6-addons.bb index 6f15b0e..189b9ac 100644 --- a/recipes-qt/packagegroups/packagegroup-qt6-addons.bb +++ b/recipes-qt/packagegroups/packagegroup-qt6-addons.bb @@ -37,6 +37,7 @@ RDEPENDS:${PN} += " \ qtserialbus-tools \ qtserialport \ qtshadertools \ + qtspeech \ qtsvg \ qttranslations \ qtvirtualkeyboard \ diff --git a/recipes-qt/qt6/qt6-git.inc b/recipes-qt/qt6/qt6-git.inc index 946614c..1d0ca40 100644 --- a/recipes-qt/qt6/qt6-git.inc +++ b/recipes-qt/qt6/qt6-git.inc @@ -48,6 +48,7 @@ SRCREV_qtsensors = "a4b00075cc29be49d19f5d762f38a6933afaa11f" SRCREV_qtserialbus = "fed0cb1b94d42f1eb453d5ca7aba287c2f4663ef" SRCREV_qtserialport = "5bec875ba45101da5d0bb0eaf0c70413c5f6c96a" SRCREV_qtshadertools = "1301085c30e91243cea69a19204885e299a8a36d" +SRCREV_qtspeech = "67fcab6e86f22135fa01845e41fb9d374c61d348" SRCREV_qtsvg = "4640562dd998d97f2d44e9e72949eb1f1ec430e8" SRCREV_qttools = "0781aba02c63862e3395285710a1d8a80c7dc634" SRCREV_qttools-qlitehtml = "4931b7aa30f256c20573d283561aa432fecf8f38" diff --git a/recipes-qt/qt6/qtspeech_git.bb b/recipes-qt/qt6/qtspeech_git.bb new file mode 100644 index 0000000..32a822a --- /dev/null +++ b/recipes-qt/qt6/qtspeech_git.bb @@ -0,0 +1,17 @@ +LICENSE = "GFDL-1.3 & BSD-3-Clause & (GPL-2.0-or-later | LGPL-3.0-only) | The-Qt-Company-Commercial" +LIC_FILES_CHKSUM = " \ + file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ + file://LICENSE.GPLv2;md5=05832301944453ec79e40ba3c3cfceec \ + file://LICENSE.LGPLv3;md5=c4fe8c6de4eef597feec6e90ed62e962 \ +" + +inherit qt6-cmake + +include recipes-qt/qt6/qt6-git.inc +include recipes-qt/qt6/qt6.inc + +DEPENDS += "qtbase" + +PACKAGECONFIG ?= "qml" +PACKAGECONFIG[flite] = "-DFEATURE_flite=ON,-DFEATURE_flite=OFF,flite qtmultimedia" +PACKAGECONFIG[qml] = ",,qtdeclarative qtdeclarative-native"