Updated to Orca-2.28.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8429 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Wayne Blaszczyk 2010-05-01 02:03:50 +00:00
parent b1b015604a
commit b25e695954
4 changed files with 39 additions and 31 deletions

View File

@ -3,13 +3,13 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "30"> <!-- Always 2 digits -->
<!ENTITY month "04"> <!-- Always 2 digits -->
<!ENTITY day "01"> <!-- Always 2 digits -->
<!ENTITY month "05"> <!-- Always 2 digits -->
<!ENTITY year "2010">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "svn-&year;&month;&day;">
<!ENTITY releasedate "April &day;th, &year;">
<!ENTITY releasedate "April &day;st, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "6.5"> <!-- version|testing|unstable|development] -->
@ -633,7 +633,7 @@ $Date$
<!ENTITY gok-version "2.28.1">
<!ENTITY java-access-bridge-version "1.26.2">
<!ENTITY libgail-gnome-version "1.20.1">
<!ENTITY orca-version "2.18.1">
<!ENTITY orca-version "2.28.2">
<!-- Obsolete
<!ENTITY gal-version "2.4.3">

View File

@ -272,8 +272,8 @@ install -v -m644 doc/api/man/man3dbus/* \
<xref linkend="dbus-glib"/></para>
<bridgehead renderas="sect5">Optional</bridgehead>
<para role="optional"><ulink url="&gnome-download-http;/pygobject">PyGObject</ulink>
(required to run the test suite)</para>
<para role="optional"><xref linkend="pygobject"/> (required to run the
test suite)</para>
<bridgehead renderas="sect5">Optional
(Required to build the API and HTML Documentation)</bridgehead>

View File

@ -4,11 +4,11 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY orca-download-http "&gnome-download-http;/orca/&gnome-old-version;/orca-&orca-version;.tar.bz2">
<!ENTITY orca-download-ftp "&gnome-download-ftp;/orca/&gnome-old-version;/orca-&orca-version;.tar.bz2">
<!ENTITY orca-md5sum "764f170af318c3ffd63b9cdfdcd19248">
<!ENTITY orca-size "934 KB">
<!ENTITY orca-buildsize "17 MB">
<!ENTITY orca-download-http "&gnome-download-http;/orca/&gnome-version;/orca-&orca-version;.tar.bz2">
<!ENTITY orca-download-ftp "&gnome-download-ftp;/orca/&gnome-version;/orca-&orca-version;.tar.bz2">
<!ENTITY orca-md5sum "ae4c3eae0800d46a74c2b66f4f3681f9">
<!ENTITY orca-size "2.1 MB">
<!ENTITY orca-buildsize "39 MB">
<!ENTITY orca-time "0.1 SBU">
]>
@ -60,17 +60,23 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="at-spi"/>,
<xref linkend="pyorbit"/>, and
<xref linkend="gnome-python"/></para>
<xref linkend="dbus-python"/>, and
<xref linkend="gnome-python"/> (with
<xref linkend="pyorbit"/>)</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="intltool"/>,
<xref linkend="gnome-speech"/> (required for speech-enabled screen reading),
<para role="optional"><ulink
url="http://www.mielke.cc/brltty/">BRLTTY</ulink> (required for braille
output, must have <ulink
url="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/">Pyrex</ulink>
installed first),
<ulink url="http://code.google.com/p/liblouis/">liblouis</ulink> (required
for contracted braille),
<xref linkend="gnome-mag"/> (required for screen magnification),
<ulink url="http://www.mielke.cc/brltty/">BRLTTY</ulink>
(required for braille output, must have
<ulink url="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/">Pyrex</ulink>
installed first)</para>
<xref linkend="gnome-python-desktop"/> (wnck module required for mouse
review),
<xref linkend="gnome-speech"/> (required for speech-enabled screen
reading)</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/orca"/></para>
@ -89,22 +95,19 @@
src/orca/orca.in
fi
./configure --prefix=/usr \
--enable-pydoc &amp;&amp;
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
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 -m755 -d /usr/share/doc/orca-&orca-version; &amp;&amp;
install -v -m644 docs/pydoc/*.html \
/usr/share/doc/orca-&orca-version;</userinput></screen>
<screen role='root'><userinput>make install</userinput></screen>
<!-- see NEWS: Fix for bgo#589244 - Remove libgail-gnome usage, use gail in
gtk+ instead.
<para>For full functionality of this package, you should install the
<xref linkend="libgail-gnome"/> package.</para>
<xref linkend="libgail-gnome"/> package.</para>-->
</sect2>
@ -118,10 +121,6 @@ install -v -m644 docs/pydoc/*.html \
<application>GNOME</application> prefix is anything other than
<filename class='directory'>/usr</filename>.</para>
<para><parameter>--enable-pydoc</parameter>: This parameter is used to
build the documentation. Remove it if you don't want the
documentation (also remove the installation commands).</para>
</sect2>
<sect2 role="content">

View File

@ -41,6 +41,15 @@
-->
<listitem>
<para>May 1st, 2010</para>
<itemizedlist>
<listitem>
<para>[wblaszcz] - Updated to Orca-2.28.2.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>April 30th, 2010</para>
<itemizedlist>