summaryrefslogtreecommitdiff
blob: 696ad1b5f90fa946d5a3043c75cf5580f5f1461c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/kttsd-3.4.0_beta1.ebuild,v 1.1 2005/01/21 18:58:43 danarmak Exp $
KMNAME=kdeaccessibility
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
inherit kde-meta

DESCRIPTION="KDE text-to-speech subsystem"
KEYWORDS="~x86"
IUSE="gstreamer"
DEPEND="$(deprange $PV $MAXKDEVER kde-base/arts)
	$(deprange-dual $PV $MAXKDEVER kde-base/kcontrol)
	gstreamer? ( >=media-libs/gstreamer-0.8.7 )
	>=dev-util/pkgconfig-0.9.0"

RDEPEND="
|| ( app-accessibility/festival
app-accessibility/flite
app-accessibility/freetts
app-accessibility/epos
)"

myconf="$(use_enable gstreamer kttsd-gstreamer)"

# Couldn't get festival client/server mode to work, but then I didn't try very hard
# myconf:	$(use_enable festival kttsd-festivalcs)"


# The Festival engine plugin (not festivalint and festivalcs) doesn't compile,
# as gentoo's festival ebuild doesn't install libFestival.a.
# DEPEND:	festival? ( app-accessibility/festival app-accessibility/speech-tools )"
# myconf:	$(use_enable festival kttsd-festival)
#		$(use_with festival speech_tools-includes /usr/lib/speech-tools/include)