Changeset b25e695 for gnome/add/orca.xml


Ignore:
Timestamp:
05/01/2010 02:03:50 AM (14 years ago)
Author:
Wayne Blaszczyk <wblaszcz@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
10e02da
Parents:
b1b0156
Message:

Updated to Orca-2.28.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/orca.xml

    rb1b0156 rb25e695  
    55  %general-entities;
    66
    7   <!ENTITY orca-download-http "&gnome-download-http;/orca/&gnome-old-version;/orca-&orca-version;.tar.bz2">
    8   <!ENTITY orca-download-ftp  "&gnome-download-ftp;/orca/&gnome-old-version;/orca-&orca-version;.tar.bz2">
    9   <!ENTITY orca-md5sum        "764f170af318c3ffd63b9cdfdcd19248">
    10   <!ENTITY orca-size          "934 KB">
    11   <!ENTITY orca-buildsize     "17 MB">
     7  <!ENTITY orca-download-http "&gnome-download-http;/orca/&gnome-version;/orca-&orca-version;.tar.bz2">
     8  <!ENTITY orca-download-ftp  "&gnome-download-ftp;/orca/&gnome-version;/orca-&orca-version;.tar.bz2">
     9  <!ENTITY orca-md5sum        "ae4c3eae0800d46a74c2b66f4f3681f9">
     10  <!ENTITY orca-size          "2.1 MB">
     11  <!ENTITY orca-buildsize     "39 MB">
    1212  <!ENTITY orca-time          "0.1 SBU">
    1313]>
     
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    6262    <para role="required"><xref linkend="at-spi"/>,
    63     <xref linkend="pyorbit"/>, and
    64     <xref linkend="gnome-python"/></para>
     63    <xref linkend="dbus-python"/>, and
     64    <xref linkend="gnome-python"/> (with
     65    <xref linkend="pyorbit"/>)</para>
    6566
    6667    <bridgehead renderas="sect4">Optional</bridgehead>
    67     <para role="optional"><xref linkend="intltool"/>,
    68     <xref linkend="gnome-speech"/> (required for speech-enabled screen reading),
     68    <para role="optional"><ulink
     69    url="http://www.mielke.cc/brltty/">BRLTTY</ulink> (required for braille
     70    output, must have <ulink
     71    url="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/">Pyrex</ulink>
     72    installed first),
     73    <ulink url="http://code.google.com/p/liblouis/">liblouis</ulink> (required
     74    for contracted braille),
    6975    <xref linkend="gnome-mag"/> (required for screen magnification),
    70     <ulink url="http://www.mielke.cc/brltty/">BRLTTY</ulink>
    71       (required for braille output, must have
    72     <ulink url="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/">Pyrex</ulink>
    73       installed first)</para>
     76    <xref linkend="gnome-python-desktop"/> (wnck module required for mouse
     77    review),
     78    <xref linkend="gnome-speech"/> (required for speech-enabled screen
     79    reading)</para>
    7480
    7581    <para condition="html" role="usernotes">User Notes:
     
    9096fi
    9197
    92 ./configure --prefix=/usr \
    93             --enable-pydoc &amp;&amp;
     98./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
    9499make</userinput></screen>
    95100
     
    98103    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    99104
    100 <screen role='root'><userinput>make install &amp;&amp;
     105<screen role='root'><userinput>make install</userinput></screen>
    101106
    102 install -v -m755 -d /usr/share/doc/orca-&orca-version; &amp;&amp;
    103 install -v -m644    docs/pydoc/*.html \
    104                     /usr/share/doc/orca-&orca-version;</userinput></screen>
    105 
     107    <!-- see NEWS: Fix for bgo#589244 - Remove libgail-gnome usage, use gail in
     108    gtk+ instead.
    106109    <para>For full functionality of this package, you should install the
    107     <xref linkend="libgail-gnome"/> package.</para>
     110    <xref linkend="libgail-gnome"/> package.</para>-->
    108111
    109112  </sect2>
     
    118121    <application>GNOME</application> prefix is anything other than
    119122    <filename class='directory'>/usr</filename>.</para>
    120 
    121     <para><parameter>--enable-pydoc</parameter>: This parameter is used to
    122     build the documentation. Remove it if you don't want the
    123     documentation (also remove the installation commands).</para>
    124123
    125124  </sect2>
Note: See TracChangeset for help on using the changeset viewer.