# 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.5_beta1.ebuild,v 1.1 2005/09/22 20:50:52 flameeyes Exp $ KMNAME=kdeaccessibility MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta DESCRIPTION="KDE text-to-speech subsystem" KEYWORDS="~amd64" IUSE="alsa gstreamer" DEPEND="alsa? ( media-libs/alsa-lib ) gstreamer? ( >=media-libs/gstreamer-0.8.7 >=media-libs/gst-plugins-0.8.7 ) $(deprange-dual $PV $MAXKDEVER kde-base/kcontrol)" RDEPEND="${DEPEND} || ( app-accessibility/festival app-accessibility/epos app-accessibility/flite app-accessibility/freetts )" DEPEND="${DEPEND} dev-util/pkgconfig" src_compile() { local myconf="$(use_with alsa) $(use_with gstreamer)" # Compile without akode support until there's a # standalone release of akode. myconf="${myconf} --without-akode" kde-meta_src_compile }