Changeset b25e695


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb1b0156 rb25e695  
    44-->
    55
    6 <!ENTITY day          "30">                   <!-- Always 2 digits -->
    7 <!ENTITY month        "04">                   <!-- Always 2 digits -->
     6<!ENTITY day          "01">                   <!-- Always 2 digits -->
     7<!ENTITY month        "05">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2010">
    99<!ENTITY copyrightdate "2001-&year;">
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "svn-&year;&month;&day;">
    12 <!ENTITY releasedate  "April &day;th, &year;">
     12<!ENTITY releasedate  "April &day;st, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    634634<!ENTITY java-access-bridge-version   "1.26.2">
    635635<!ENTITY libgail-gnome-version        "1.20.1">
    636 <!ENTITY orca-version                 "2.18.1">
     636<!ENTITY orca-version                 "2.28.2">
    637637
    638638<!-- Obsolete
  • general/genlib/dbus-bindings.xml

    rb1b0156 rb25e695  
    273273
    274274      <bridgehead renderas="sect5">Optional</bridgehead>
    275       <para role="optional"><ulink url="&gnome-download-http;/pygobject">PyGObject</ulink>
    276       (required to run the test suite)</para>
     275      <para role="optional"><xref linkend="pygobject"/> (required to run the
     276      test suite)</para>
    277277
    278278      <bridgehead renderas="sect5">Optional
  • 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>
  • introduction/welcome/changelog.xml

    rb1b0156 rb25e695  
    4343
    4444    <listitem>
     45      <para>May 1st, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[wblaszcz] - Updated to Orca-2.28.2.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>April 30th, 2010</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.