Diff qtspeech-6.5.3 with a qtspeech-6.6.0_rc
/usr/portage/dev-qt/qtspeech/qtspeech-6.6.0_rc.ebuild 2023-10-09 14:52:30.412368373 +0300 | ||
---|---|---|
11 | 11 |
KEYWORDS="~amd64" |
12 | 12 |
fi |
13 | 13 | |
14 |
IUSE="flite +speechd" |
|
14 |
IUSE="flite qml +speechd" |
|
15 | 15 |
# can build with neither, but then it is just mock tts and may be confusing |
16 | 16 |
REQUIRED_USE="|| ( flite speechd )" |
17 | 17 | |
... | ... | |
25 | 25 | |
26 | 26 |
RDEPEND=" |
27 | 27 |
~dev-qt/qtbase-${PV}:6 |
28 |
~dev-qt/qtdeclarative-${PV}:6 |
|
29 |
flite? ( |
|
30 |
app-accessibility/flite |
|
31 |
~dev-qt/qtmultimedia-${PV}:6 |
|
32 |
) |
|
28 |
~dev-qt/qtmultimedia-${PV}:6 |
|
29 |
flite? ( app-accessibility/flite ) |
|
30 |
qml? ( ~dev-qt/qtdeclarative-${PV}:6 ) |
|
33 | 31 |
speechd? ( app-accessibility/speech-dispatcher ) |
34 | 32 |
" |
35 | 33 |
DEPEND="${RDEPEND}" |
36 | 34 | |
37 | 35 |
src_configure() { |
38 | 36 |
local mycmakeargs=( |
37 |
$(cmake_use_find_package qml Qt6Qml) |
|
39 | 38 |
$(qt_feature flite) |
40 | 39 |
$(qt_feature speechd) |
41 | 40 |