summaryrefslogtreecommitdiffstats
path: root/qt6
diff options
context:
space:
mode:
authorTreeve Jelbert2022-09-29 14:36:30 +0200
committerTreeve Jelbert2022-09-29 14:36:30 +0200
commit241144f08128a80f356f417cf13471d6f9d473a3 (patch)
tree58d4e7431605e7b6071c800b9194f4d0d3b29a6b /qt6
parent1c2c48df7154bdf0bf91cef2c8c30964ef65cdc9 (diff)
qt6speech-6.4.0
Diffstat (limited to 'qt6')
-rwxr-xr-xqt6/qt6speech/DEPENDS9
-rwxr-xr-xqt6/qt6speech/DETAILS16
-rw-r--r--qt6/qt6speech/HISTORY3
3 files changed, 28 insertions, 0 deletions
diff --git a/qt6/qt6speech/DEPENDS b/qt6/qt6speech/DEPENDS
new file mode 100755
index 0000000000..2595291cf3
--- /dev/null
+++ b/qt6/qt6speech/DEPENDS
@@ -0,0 +1,9 @@
+source $GRIMOIRE/QT6_DEPENDS &&
+depends speech-dispatcher &&
+depends qt6declarative &&
+
+optional_depends flite '' '' 'small synthesis engine' &&
+if is_depends_enabled $SPELL flite;then
+ depends qt6multimedia &&
+ depends alsa-lib
+fi
diff --git a/qt6/qt6speech/DETAILS b/qt6/qt6speech/DETAILS
new file mode 100755
index 0000000000..9ae34a86fb
--- /dev/null
+++ b/qt6/qt6speech/DETAILS
@@ -0,0 +1,16 @@
+QT_URL=https://download.qt.io/official_releases/
+ SPELL=qt6speech
+ SPELLX=${SPELL//6}-everywhere-src
+ VERSION=6.4.0
+ SOURCE_HASH=sha512:48af0ef02a7efb0660951dd88dacb22143312e63940903e331d004d3d4134dba669f95a4ecbed3197b83c04d358452f5f90019ee546b0f76d14002a77511a3b7
+ SOURCE=$SPELLX-$VERSION.tar.xz
+ SOURCE_URL=$QT_URL/qt/${VERSION%.?}/$VERSION/submodules/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=https://qt-project.org
+ ENTERED=20220929
+ LICENSE[0]=LGPL3
+ KEYWORDS="qt6 x11 libs"
+ SHORT="text to speech support for qt5"
+cat << EOF
+text to speech support for qt5
+EOF
diff --git a/qt6/qt6speech/HISTORY b/qt6/qt6speech/HISTORY
new file mode 100644
index 0000000000..4357d98a14
--- /dev/null
+++ b/qt6/qt6speech/HISTORY
@@ -0,0 +1,3 @@
+2022-09-29 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 6.4.0
+ spell created