Changeset 0d528bd


Ignore:
Timestamp:
05/31/2005 12:09:00 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9d82f3e
Parents:
7567f93
Message:

Updated to GNOME Speech-0.3.7

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4527 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r7567f93 r0d528bd  
    371371<!ENTITY libgail-gnome-version        "1.1.1">
    372372<!ENTITY java-access-bridge-version   "1.4.5">
    373 <!ENTITY gnome-speech-version         "0.3.6">
     373<!ENTITY gnome-speech-version         "0.3.7">
    374374<!ENTITY gnome-mag-version            "0.12.1">
    375375<!ENTITY gnopernicus-version          "0.10.9">
  • gnome/add/gnome-speech.xml

    r7567f93 r0d528bd  
    77  <!ENTITY gnome-speech-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-speech/0.3/gnome-speech-&gnome-speech-version;.tar.bz2">
    88  <!ENTITY gnome-speech-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-speech/0.3/gnome-speech-&gnome-speech-version;.tar.bz2">
    9   <!ENTITY gnome-speech-md5sum "34382d0b33146b1f8fc5239895471369">
    10   <!ENTITY gnome-speech-size "255 KB">
    11   <!ENTITY gnome-speech-buildsize "4.6 MB">
    12   <!ENTITY gnome-speech-time "0.15 SBU">
     9  <!ENTITY gnome-speech-md5sum "0afa367c75288357fa3b8e274e72584d">
     10  <!ENTITY gnome-speech-size "275 KB">
     11  <!ENTITY gnome-speech-buildsize "5 MB">
     12  <!ENTITY gnome-speech-time "0.1 SBU">
    1313]>
    1414
     
    6666    <bridgehead renderas="sect4">Optional</bridgehead>
    6767    <para><xref linkend="java-access-bridge"/>,
     68    <xref linkend="freetts"/>,
    6869    <ulink url="http://www.cstr.ed.ac.uk/projects/festival/">Festival</ulink>,
    69     <ulink url="http://freetts.sourceforge.net/">FreeTTS</ulink>,
    7070    <ulink url="http://www.ibm.com/software/voice/viavoice/">ViaVoice</ulink>,
    7171    <ulink url="http://www.scansoft.com/">Eloquence</ulink>,
     
    9090
    9191<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
    92 make &amp;&amp;
    93 make install</userinput></screen>
     92make</userinput></screen>
     93
     94    <para>This package does not come with a test suite.</para>
     95
     96    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     97
     98<screen role='root'><userinput>make install &amp;&amp;
     99install -v -m644 -D doc/gnome-speech.html \
     100    `pkg-config --variable=prefix ORBit-2.0`\
     101/share/doc/gnome-speech-&gnome-speech-version;/gnome-speech.html</userinput></screen>
    94102
    95103  </sect2>
     
    112120
    113121  <sect2 role="testing">
    114     <title>Testing the installation</title>
     122    <title>Testing the Installation</title>
    115123
    116124    <para>You can test all the available backend drivers, voices and audio
    117125    hardware using the <command>test-speech</command> command. Invoking
    118126    <command>test-speech</command> produces a menu allowing you to select
    119     a backend driver, then prompts you (with on-screen prompts and
    120     text-to-speech audio) for additional information.</para>
     127    a backend driver and the desired voice, then prompts you (with on-screen
     128    prompts and text-to-speech audio) for additional information.</para>
    121129
    122130  </sect2>
     
    131139
    132140      <seglistitem>
    133         <seg>festival-synthesis-driver and test-speech</seg>
     141        <seg>festival-synthesis-driver, freetts-synthesis-driver and
     142        test-speech</seg>
    134143        <seg>libgnomespeech.[so,a]. Other drivers and libraries are also
    135144        installed if you have enabled additional backends.</seg>
    136         <seg>Not determined at this time</seg>
     145        <seg>$GNOME_PREFIX/include/gnome-speech-1.0,
     146        $GNOME_PREFIX/share/doc/gnome-speech-&gnome-speech-version;,
     147        $GNOME_PREFIX/share/gnome-speech and
     148        $GNOME_PREFIX/share/idl/gnome-speech-1.0</seg>
    137149      </seglistitem>
    138150    </segmentedlist>
  • introduction/welcome/changelog.xml

    r7567f93 r0d528bd  
    2626
    2727    <listitem>
    28       <para>May 30th, 2005 [randy]: Updated to GDM-2.6.0.9; added new package
    29       libexif-0.6.12; moved libexif to a required dependency of Nautilus.</para>
     28      <para>May 30th, 2005 [randy]: Updated to GDM-2.6.0.9 and GNOME
     29      Speech-0.3.7; added new package libexif-0.6.12; moved libexif to a
     30      required dependency of Nautilus.</para>
    3031    </listitem>
    3132
  • kde/add/kdeaccessibility.xml

    r7567f93 r0d528bd  
    6363    <bridgehead renderas="sect4">Optional</bridgehead>
    6464    <para>A text-to-speech synthesis program such as
    65     <ulink url="http://www.cstr.ed.ac.uk/projects/festival/">Festival</ulink> or
    66     <ulink url="http://freetts.sourceforge.net/">FreeTTS</ulink> is required by
    67     <command>kmouth</command> to render speech.</para>
     65    <xref linkend="freetts"/> or
     66    <ulink url="http://www.cstr.ed.ac.uk/projects/festival/">Festival</ulink>
     67    is required by <command>kmouth</command> to render speech.</para>
    6868
    6969  </sect2>
Note: See TracChangeset for help on using the changeset viewer.