AT SPI-1.30.1

Introduction to AT SPI

The AT SPI package contains the Assistive Technology Service Provider Interface. This is useful for redirecting UI events to accessible applications and adaptive/assistive technologies.

This package is known to build and work properly using an LFS-6.5 platform.

Package Information

AT SPI Dependencies

Required

GConf-2.28.1, gtk+-2.24.8, libbonobo-2.24.3, Python-2.7.2, and Xorg Libraries

Optional

GTK-Doc-1.18

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/at-spi

Installation of AT SPI

Install AT SPI by running the following commands:

./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
            --sysconfdir=/etc/gnome/2.30.2 \
            --libexecdir=$(pkg-config \
                --variable=prefix ORBit-2.0)/lib/at-spi &&
make

This package does not come with a functional test suite. Review the README file for additional information about testing the package.

Now, as the root user:

make install

Command Explanations

--prefix=$(pkg-config --variable=prefix ORBit-2.0): Setting the prefix using this parameter instead of with $GNOME_PREFIX will ensure that the prefix is consistent with the installation environment and the package will be installed in the correct location.

--sysconfdir=/etc/gnome/2.30.2: This parameter causes the configuration files to be installed in /etc/gnome/2.30.2 instead of $GNOME_PREFIX/etc. Additionally (if applicable), the parameter ensures that the GConf-2 database is correctly updated.

--libexecdir=$(pkg-config --variable=prefix ORBit-2.0)/lib/at-spi: This parameter causes the libexec files to be installed in the preferred location of $GNOME_PREFIX/lib/at-spi instead of $GNOME_PREFIX/libexec.

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Program: at-spi-registryd
Installed Libraries: libatk-bridge.so, libcspi.so, libloginhelper.so, libspi.so, Accessibility_LoginHelper_module.so, and Accessibility_module.so
Installed Directories: /usr/lib/python2.7/site-packages/pyatspi, $GNOME_PREFIX/{include/at-spi-1.0/{cspi,libspi, login-helper},lib/at-spi,share/{doc/at-spi-1.30.1/reference/html, gtk-doc/html/at-spi-cspi,idl/at-spi-1.0}}

Short Descriptions

at-spi-registryd

is the registry daemon that allows communication between the UI and assistance devices.

libatk-bridge.so

is a GTK+ module.

Accessibility_LoginHelper_module.so

is an ORBit2 module.

Accessibility_module.so

is an ORBit2 module.

Last updated on 2011-10-31 19:38:44 +0000