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 | 5ca1de974495fdd4571ec6e65cc75bb4b1512e39 (patch) | |
tree | cc4fd1d5693ce01c03908b00a3d233a4b8e4552a /games-fps/ut2004-demo | |
parent | updated HOMEPAGE url. (diff) | |
download | historical-5ca1de974495fdd4571ec6e65cc75bb4b1512e39.tar.gz historical-5ca1de974495fdd4571ec6e65cc75bb4b1512e39.tar.bz2 historical-5ca1de974495fdd4571ec6e65cc75bb4b1512e39.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/Manifest | 4 | ||||
-rw-r--r-- | games-fps/ut2004-demo/ut2004-demo-3120-r1.ebuild | 21 |
3 files changed, 27 insertions, 4 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/Manifest b/games-fps/ut2004-demo/Manifest index 5974bdb03058..fb344c7a805f 100644 --- a/games-fps/ut2004-demo/Manifest +++ b/games-fps/ut2004-demo/Manifest @@ -1,6 +1,6 @@ -MD5 327acabb759f4d0a77d7a9a8ef3112a3 ChangeLog 1338 +MD5 e1408884bad176bea4e0eac761213a4e ChangeLog 1507 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 0b7e543ae65ed3ba29a87ec0ff758720 ut2004-demo-3120-r1.ebuild 1434 +MD5 eecc810f8d360918a5ae968bd1b17cd9 ut2004-demo-3120-r1.ebuild 2067 MD5 c572356d6f4b188703fd57cc099ff23c ut2004-demo-3120.ebuild 1243 MD5 60847139e60f6e8684262e26aa33d19c files/digest-ut2004-demo-3120 237 MD5 60847139e60f6e8684262e26aa33d19c files/digest-ut2004-demo-3120-r1 237 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 "" +} |