Ignore:
Timestamp:
06/30/2006 08:54:31 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
b9b9d0b
Parents:
7763249
Message:

Updated the GNOME Accessibility packages' instructions to be compatible with the GNOME-2.14.2 update

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gnome-speech.xml

    r7763249 rb56f06c3  
    77  <!ENTITY gnome-speech-download-http "&gnome-download-http;/gnome-speech/0.4/gnome-speech-&gnome-speech-version;.tar.bz2">
    88  <!ENTITY gnome-speech-download-ftp  "&gnome-download-ftp;/gnome-speech/0.4/gnome-speech-&gnome-speech-version;.tar.bz2">
    9   <!ENTITY gnome-speech-md5sum        "b477d4e0e01b79374f60ceee597c2c3d">
    10   <!ENTITY gnome-speech-size          "286 KB">
    11   <!ENTITY gnome-speech-buildsize     "4.8 MB">
    12   <!ENTITY gnome-speech-time          "0.1 SBU">
     9  <!ENTITY gnome-speech-md5sum        "c27f3eb262b8a66a756872d25c716517">
     10  <!ENTITY gnome-speech-size          "307 KB">
     11  <!ENTITY gnome-speech-buildsize     "3.0 MB">
     12  <!ENTITY gnome-speech-time          "0.2 SBU">
    1313]>
    1414
     
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    21     <keywordset>
    22       <keyword role="package">gnome-speech-&gnome-speech-version;.tar</keyword>
    23       <keyword role="ftpdir">gnome-speech</keyword>
    24     </keywordset>
    2521  </sect1info>
    2622
     
    9894      <para>You must install at least one of the backend drivers for
    9995      <application>GNOME Speech</application> to render speech through the
    100       audio hardware. Testing the installation of the backend driver to
     96      audio hardware. You should test the installation of the backend driver and
    10197      ensure it produces desired results before installing
    102       <application>GNOME Speech</application> is recommended.</para>
     98      <application>GNOME Speech</application>.</para>
    10399    </note>
    104100
     
    106102    running the following commands:</para>
    107103
    108 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
     104<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
    109105make</userinput></screen>
    110106
     
    115111<screen role='root'><userinput>make install &amp;&amp;
    116112install -v -m644 -D doc/gnome-speech.html \
    117     `pkg-config --variable=prefix \
    118     ORBit-2.0`/share/doc/gnome-speech-&gnome-speech-version;/gnome-speech.html</userinput></screen>
     113    $(pkg-config --variable=prefix \
     114    ORBit-2.0)/share/doc/gnome-speech-&gnome-speech-version;/gnome-speech.html</userinput></screen>
    119115
    120116  </sect2>
     
    123119    <title>Command Explanations</title>
    124120
    125     <para><option>--with-jab-dir=`pkg-config
    126     --variable=prefix ORBit-2.0`/share/jar</option>: Use this option if you
     121    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     122    href="../../xincludes/gnome-prefix.xml"/>
     123
     124    <para><option>--with-jab-dir=$(pkg-config
     125    --variable=prefix ORBit-2.0)/share/jar</option>: Use this option if you
    127126    have installed the <application>Java Access Bridge</application> package
    128127    and wish to have <application>GNOME Speech</application> build
     
    151150    <command>freetts-synthesis-driver</command> script:</para>
    152151
    153 <screen role='root'><userinput>sed -i "s/clip/streaming/" $GNOME_PREFIX/bin/freetts-synthesis-driver</userinput></screen>
     152<screen role='root'><userinput>sed -i "s/clip/streaming/" <envar>$GNOME_PREFIX</envar>/bin/freetts-synthesis-driver</userinput></screen>
    154153
    155154  </sect2>
     
    164163
    165164      <seglistitem>
    166         <seg>festival-synthesis-driver, freetts-synthesis-driver and
    167         test-speech</seg>
     165        <seg>festival-synthesis-driver, freetts-synthesis-driver,
     166        speechd-synthesis-driver and test-speech</seg>
    168167        <seg>libgnomespeech.{so,a}. Other drivers and libraries are also
    169168        installed if you have enabled additional backends.</seg>
    170         <seg>The following subdirectories of $GNOME_PREFIX:
     169        <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
    171170        include/gnome-speech-1.0,
    172171        share/{doc/gnome-speech-&gnome-speech-version;,
Note: See TracChangeset for help on using the changeset viewer.