Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kttsd: ChangeLog kttsd-3.5.9.ebuild
Date: Wed, 20 Feb 2008 23:25:19
Message-Id: E1JRyJQ-00087B-OB@stork.gentoo.org
1 philantrop 08/02/20 23:25:16
2
3 Modified: ChangeLog
4 Added: kttsd-3.5.9.ebuild
5 Log:
6 Version bump to KDE 3.5.9.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.85 kde-base/kttsd/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kttsd/ChangeLog?rev=1.85&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kttsd/ChangeLog?rev=1.85&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kttsd/ChangeLog?r1=1.84&r2=1.85
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kttsd/ChangeLog,v
19 retrieving revision 1.84
20 retrieving revision 1.85
21 diff -u -r1.84 -r1.85
22 --- ChangeLog 17 Feb 2008 02:07:39 -0000 1.84
23 +++ ChangeLog 20 Feb 2008 23:25:16 -0000 1.85
24 @@ -1,6 +1,11 @@
25 # ChangeLog for kde-base/kttsd
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/ChangeLog,v 1.84 2008/02/17 02:07:39 ingmar Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/ChangeLog,v 1.85 2008/02/20 23:25:16 philantrop Exp $
29 +
30 +*kttsd-3.5.9 (20 Feb 2008)
31 +
32 + 20 Feb 2008; Wulf C. Krueger <philantrop@g.o> +kttsd-3.5.9.ebuild:
33 + Version bump to KDE 3.5.9.
34
35 16 Feb 2008; Ingmar Vanhassel <ingmar@g.o> -kttsd-3.5.5.ebuild,
36 -kttsd-3.5.6.ebuild, -kttsd-3.5.7.ebuild, -kttsd-4.0.0.ebuild:
37
38
39
40 1.1 kde-base/kttsd/kttsd-3.5.9.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kttsd/kttsd-3.5.9.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kttsd/kttsd-3.5.9.ebuild?rev=1.1&content-type=text/plain
44
45 Index: kttsd-3.5.9.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/kttsd-3.5.9.ebuild,v 1.1 2008/02/20 23:25:16 philantrop Exp $
50 KMNAME=kdeaccessibility
51 EAPI="1"
52 inherit kde-meta
53
54 DESCRIPTION="KDE text-to-speech subsystem"
55 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
56 IUSE="akode alsa"
57
58 DEPEND="akode? ( media-libs/akode )
59 alsa? ( media-libs/alsa-lib )
60 >=kde-base/kcontrol-${PV}:${SLOT}
61 !arts? ( !alsa? ( media-libs/akode ) )"
62 RDEPEND="${DEPEND}
63 || ( app-accessibility/festival
64 app-accessibility/epos
65 app-accessibility/flite
66 app-accessibility/freetts )"
67
68 pkg_setup() {
69 kde_pkg_setup
70 if ! use arts && ! use alsa && ! use akode ; then
71 ewarn "No audio backend chosen. Defaulting to media-libs/akode."
72 fi
73 }
74
75 src_unpack() {
76 kde-meta_src_unpack
77
78 sed -i -e "s:^MimeTypes=::" "${S}/kttsd/kttsmgr/kttsmgr.desktop" \
79 || die "sed to fix the desktop file failed"
80 }
81
82 src_compile() {
83 local myconf="$(use_with alsa) --without-gstreamer"
84
85 if ! use arts && ! use alsa ; then
86 myconf="${myconf} --with-akokde"
87 else
88 myconf="${myconf} $(use_with akode)"
89 fi
90
91 kde-meta_src_compile
92 }
93
94
95
96 --
97 gentoo-commits@l.g.o mailing list