Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3990 - (show annotations) (download)
Mon Nov 16 11:32:07 2009 UTC (14 years, 6 months ago) by niro
File size: 626 byte(s)
auto added: ver bump to 4.3.3-r1
1 # $Id$
2
3 PNAME="kdeaccessibility4"
4 PVER="4.3.3"
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 >= virtual/phonon
14 >= app-misc/strigi-0.7
15 >= media-libs/alsa-lib-1.0.21"
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 src_compile()
23 {
24 cd ${SRCDIR}
25
26 kde4_configure \
27 $(cmake_with Kttsmodule) \
28 $(cmake_with Alsa) \
29 -DKDE4_KTTSD_PHONON=ON \
30 -DKDE4_KTTSD_ALSA=ON \
31 || die
32
33 mmake || die
34 }

Properties

Name Value
svn:keywords Id