Contents
$GNOME_PREFIX
/share/orca/ui
Orca enables users with limited vision, or no vision, to use the GNOME desktop and applications effectively. It provides a number of features, including magnification, focus tracking, braille output, automatic screen reading and more.
This package is known to build using an LFS 6.5 platform but has not been tested.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/orca/2.30/orca-2.30.2.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/orca/2.30/orca-2.30.2.tar.bz2
Download MD5 sum: 8988f96533109c14cbd5ac8f2b0754f2
Download size: 2.2 MB
Estimated disk space required: 41 MB
Estimated build time: 0.2 SBU
AT SPI-1.30.1, D-Bus Python Bindings-0.84.0, and Gnome-Python-2.28.1 (with PyORBit-2.24.0)
BRLTTY (required for braille output, must have Pyrex installed first), liblouis (required for contracted braille), GNOME Magnifier-0.16.1 (required for screen magnification), Gnome-Python-Desktop-2.30.2 (wnck module required for mouse review), GNOME Speech-0.4.25 (required for speech-enabled screen reading)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/orca
Install Orca by running the following commands:
if [ $(pkg-config --variable=prefix ORBit-2.0) != "/usr" ]; then sed -i "s|PATH=\"|&$(pkg-config \ --variable=prefix ORBit-2.0)/bin:|" \ src/orca/orca.in fi ./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) && make
This package does not come with a test suite.
Now, as the root
user:
make install
if [ ... != "/usr" ]; then ...;
fi: This command is used to add the GNOME prefix bin
directory to the hard-coded PATH
statement in the script if the GNOME prefix is anything other than
/usr
.
$GNOME_PREFIX
/share/orca/ui
Last updated on 2011-10-31 19:38:44 +0000