aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2018-01-26 11:32:44 +0200
committerJimi Huotari <chiitoo@gentoo.org>2018-01-26 11:32:44 +0200
commit1aab573c609dfe41d406542c1e23df26873b5e08 (patch)
tree3d20360feed97c4df57407b437d72d553a45e46f /dev-qt/qtspeech
parentqt5-build.eclass: relax qconfig-qtcore.pri insertion to all 5.9 and later (diff)
downloadqt-1aab573c609dfe41d406542c1e23df26873b5e08.tar.gz
qt-1aab573c609dfe41d406542c1e23df26873b5e08.tar.bz2
qt-1aab573c609dfe41d406542c1e23df26873b5e08.zip
dev-qt: add 5.11.9999
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'dev-qt/qtspeech')
-rw-r--r--dev-qt/qtspeech/qtspeech-5.11.9999.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-qt/qtspeech/qtspeech-5.11.9999.ebuild b/dev-qt/qtspeech/qtspeech-5.11.9999.ebuild
new file mode 100644
index 00000000..2954bcf5
--- /dev/null
+++ b/dev-qt/qtspeech/qtspeech-5.11.9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit qt5-build
+
+DESCRIPTION="Text-to-speech library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+ KEYWORDS="~amd64 ~x86"
+fi
+
+# TODO: flite plugin - needs 2.0.0 (not yet in tree)
+IUSE=""
+
+RDEPEND="
+ >=app-accessibility/speech-dispatcher-0.8.7
+ ~dev-qt/qtcore-${PV}
+"
+DEPEND="${RDEPEND}"