Magellan Linux

Contents of /trunk/extras/kdeaccessibility4/kdeaccessibility4-4.2.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2027 - (show annotations) (download)
Fri Jun 12 09:26:14 2009 UTC (14 years, 10 months ago) by niro
File size: 636 byte(s)
auto added: ver bump to 4.2.4-r1
1 # $Id$
2
3 PNAME="kdeaccessibility4"
4 PVER="4.2.4"
5 PBUILD="r1"
6
7 PCATEGORIE="kde-base"
8 STATE="unstable"
9
10 DESCRIPTION="Some toy tools for KDE4."
11
12 DEPEND=">= kde-base/kdebase4-runtime-${PVER}
13 >= kde-base/phonon-4.3.1
14 >= app-misc/strigi-0.6.5
15 >= media-libs/alsa-lib-1.0.19"
16 # Todo: ktts support for epos, festival, flite, freetts
17
18 sminclude kde4
19
20 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
21
22
23 src_compile()
24 {
25 cd ${SRCDIR}
26
27 kde4_configure \
28 $(cmake_with Kttsmodule) \
29 $(cmake_with Alsa) \
30 -DKDE4_KTTSD_PHONON=ON \
31 -DKDE4_KTTSD_ALSA=ON \
32 || die
33
34 mmake || die
35 }

Properties

Name Value
svn:keywords Id