Updated to GNOME Speech-0.3.7

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4527 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-05-31 00:09:00 +00:00
parent 7567f93508
commit 0d528bd1b4
4 changed files with 31 additions and 18 deletions

View File

@ -370,7 +370,7 @@
<!ENTITY at-spi-version "1.6.4">
<!ENTITY libgail-gnome-version "1.1.1">
<!ENTITY java-access-bridge-version "1.4.5">
<!ENTITY gnome-speech-version "0.3.6">
<!ENTITY gnome-speech-version "0.3.7">
<!ENTITY gnome-mag-version "0.12.1">
<!ENTITY gnopernicus-version "0.10.9">
<!ENTITY gok-version "1.0.4">

View File

@ -6,10 +6,10 @@
<!ENTITY gnome-speech-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-speech/0.3/gnome-speech-&gnome-speech-version;.tar.bz2">
<!ENTITY gnome-speech-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-speech/0.3/gnome-speech-&gnome-speech-version;.tar.bz2">
<!ENTITY gnome-speech-md5sum "34382d0b33146b1f8fc5239895471369">
<!ENTITY gnome-speech-size "255 KB">
<!ENTITY gnome-speech-buildsize "4.6 MB">
<!ENTITY gnome-speech-time "0.15 SBU">
<!ENTITY gnome-speech-md5sum "0afa367c75288357fa3b8e274e72584d">
<!ENTITY gnome-speech-size "275 KB">
<!ENTITY gnome-speech-buildsize "5 MB">
<!ENTITY gnome-speech-time "0.1 SBU">
]>
<sect1 id="gnome-speech" xreflabel="GNOME Speech-&gnome-speech-version;">
@ -65,8 +65,8 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="java-access-bridge"/>,
<xref linkend="freetts"/>,
<ulink url="http://www.cstr.ed.ac.uk/projects/festival/">Festival</ulink>,
<ulink url="http://freetts.sourceforge.net/">FreeTTS</ulink>,
<ulink url="http://www.ibm.com/software/voice/viavoice/">ViaVoice</ulink>,
<ulink url="http://www.scansoft.com/">Eloquence</ulink>,
<ulink url="http://www.fonix.com/">DECTalk</ulink> and
@ -89,8 +89,16 @@
running the following commands:</para>
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
make &amp;&amp;
make install</userinput></screen>
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role='root'><userinput>make install &amp;&amp;
install -v -m644 -D doc/gnome-speech.html \
`pkg-config --variable=prefix ORBit-2.0`\
/share/doc/gnome-speech-&gnome-speech-version;/gnome-speech.html</userinput></screen>
</sect2>
@ -111,13 +119,13 @@ make install</userinput></screen>
</sect2>
<sect2 role="testing">
<title>Testing the installation</title>
<title>Testing the Installation</title>
<para>You can test all the available backend drivers, voices and audio
hardware using the <command>test-speech</command> command. Invoking
<command>test-speech</command> produces a menu allowing you to select
a backend driver, then prompts you (with on-screen prompts and
text-to-speech audio) for additional information.</para>
a backend driver and the desired voice, then prompts you (with on-screen
prompts and text-to-speech audio) for additional information.</para>
</sect2>
@ -130,10 +138,14 @@ make install</userinput></screen>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>festival-synthesis-driver and test-speech</seg>
<seg>festival-synthesis-driver, freetts-synthesis-driver and
test-speech</seg>
<seg>libgnomespeech.[so,a]. Other drivers and libraries are also
installed if you have enabled additional backends.</seg>
<seg>Not determined at this time</seg>
<seg>$GNOME_PREFIX/include/gnome-speech-1.0,
$GNOME_PREFIX/share/doc/gnome-speech-&gnome-speech-version;,
$GNOME_PREFIX/share/gnome-speech and
$GNOME_PREFIX/share/idl/gnome-speech-1.0</seg>
</seglistitem>
</segmentedlist>

View File

@ -25,8 +25,9 @@
<itemizedlist>
<listitem>
<para>May 30th, 2005 [randy]: Updated to GDM-2.6.0.9; added new package
libexif-0.6.12; moved libexif to a required dependency of Nautilus.</para>
<para>May 30th, 2005 [randy]: Updated to GDM-2.6.0.9 and GNOME
Speech-0.3.7; added new package libexif-0.6.12; moved libexif to a
required dependency of Nautilus.</para>
</listitem>
<listitem>

View File

@ -62,9 +62,9 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para>A text-to-speech synthesis program such as
<ulink url="http://www.cstr.ed.ac.uk/projects/festival/">Festival</ulink> or
<ulink url="http://freetts.sourceforge.net/">FreeTTS</ulink> is required by
<command>kmouth</command> to render speech.</para>
<xref linkend="freetts"/> or
<ulink url="http://www.cstr.ed.ac.uk/projects/festival/">Festival</ulink>
is required by <command>kmouth</command> to render speech.</para>
</sect2>