diff options
author | Kristopher Kersey <augustus@gentoo.org> | 2004-02-24 07:18:44 +0000 |
---|---|---|
committer | Kristopher Kersey <augustus@gentoo.org> | 2004-02-24 07:18:44 +0000 |
commit | 6faf86f281fd54badfd39445d5dc74809315cdb4 (patch) | |
tree | 5ab16ca87d5045f589bb1d4e93da8dde4266e961 /games-fps/ut2004-demo | |
parent | updated HOMEPAGE url. (Manifest recommit) (diff) | |
download | gentoo-2-6faf86f281fd54badfd39445d5dc74809315cdb4.tar.gz gentoo-2-6faf86f281fd54badfd39445d5dc74809315cdb4.tar.bz2 gentoo-2-6faf86f281fd54badfd39445d5dc74809315cdb4.zip |
Added install of README-tts.txt and tts-festival.pl. Also added einfos on how to get TTS working.
Diffstat (limited to 'games-fps/ut2004-demo')
-rw-r--r-- | games-fps/ut2004-demo/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/ut2004-demo/ut2004-demo-3120-r1.ebuild | 21 |
2 files changed, 25 insertions, 2 deletions
diff --git a/games-fps/ut2004-demo/ChangeLog b/games-fps/ut2004-demo/ChangeLog index fc10d48495cd..95f6d330dbad 100644 --- a/games-fps/ut2004-demo/ChangeLog +++ b/games-fps/ut2004-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2004-demo # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ChangeLog,v 1.6 2004/02/24 06:45:31 augustus Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ChangeLog,v 1.7 2004/02/24 07:18:44 augustus Exp $ + + 24 Feb 2004; root <root@gentoo.org> ut2004-demo-3120-r1.ebuild: + Added install of README-tts.txt and tts-festival.pl. Also added einfos on how + to get TTS working. 24 Feb 2004; <augustus@gentoo.org> ut2004-demo-3120-r1.ebuild: Added AMD64 ping and tts patch. diff --git a/games-fps/ut2004-demo/ut2004-demo-3120-r1.ebuild b/games-fps/ut2004-demo/ut2004-demo-3120-r1.ebuild index d7bfc74ba8c8..ee9e097eb191 100644 --- a/games-fps/ut2004-demo/ut2004-demo-3120-r1.ebuild +++ b/games-fps/ut2004-demo/ut2004-demo-3120-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ut2004-demo-3120-r1.ebuild,v 1.3 2004/02/24 06:45:31 augustus Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-demo/ut2004-demo-3120-r1.ebuild,v 1.4 2004/02/24 07:18:44 augustus Exp $ inherit games eutils @@ -48,6 +48,25 @@ src_install() { # Ping patch exeinto ${dir}/System doexe ut2004-bin + doins README-tts.txt tts-festival.pl prepgamesdirs } + +pkg_postinst() { + einfo "" + einfo "For Text To Speech:" + einfo " 1) emerge festival speech" + einfo " 2) Edit your ~/.ut2004demo/System/UT2004.ini file." + einfo " In the [SDLDrv.SDLClient] section, add:" + einfo " TextToSpeechFile=/dev/speech" + einfo " 3) Start speechd." + einfo " 4) Start the game. Be sure to go into the Audio" + einfo " options and enable Text To Speech." + einfo "" + einfo "To test, pull down the console (~) and type:" + einfo " TTS this is a test." + einfo "" + einfo "You should hear something that sounds like 'This is a test.'" + einfo "" +} |