summarylogtreecommitdiffstats
path: root/PKGBUILD.sh.ep
blob: 8794d6e2fc068d75bb3cd33c866d23f15e045eda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
% layout 'mingw-w64-qt5-module';
\
pkgver=5.15.16
pkgrel=1
arch=('any')
pkgdesc="Qt module to make text to speech and speech recognition easy (mingw-w64)"
depends=(<%== qt5deps qw(multimedia) %>)
optdepends=()
makedepends=('mingw-w64-gcc')
# mingw-w64-flite and mingw-w64-speech-dispatcher are currently not available
#optdepends=('mingw-w64-flite: flite TTS backend' 'mingw-w64-speech-dispatcher: speech-dispatcher TTS backend')
#makedepends=('mingw-w64-gcc' 'mingw-w64-flite' 'mingw-w64-speech-dispatcher')
license=('GPL3' 'LGPL' 'FDL' 'custom')