The At-Spi2 Core package is a part of the GNOME Accessibility Project. It provides a Service Provider Interface for the Assistive Technologies available on the GNOME platform and a library against which applications can be linked.
This package is known to build and work properly using an LFS-11.2 platform.
Download (HTTP): https://download.gnome.org/sources/at-spi2-core/2.44/at-spi2-core-2.44.1.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/at-spi2-core/2.44/at-spi2-core-2.44.1.tar.xz
Download MD5 sum: 7e30e7c82879ef13a76891dccee723cb
Download size: 208 KB
Estimated disk space required: 5.5 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
dbus-1.14.0, GLib-2.72.3, and Xorg Libraries
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/at-spi2-core
Install At-Spi2 Core by running the following commands:
mkdir build && cd build && meson --prefix=/usr --buildtype=release .. && ninja
A session bus address, normally available in an Xorg terminal, is necessary to run the tests. And, the test suite requires the glib schemas of the package to be installed already. To test the results, install the package first, then issue: ninja test. The memory test is known to timeout.
Now, as the root
user:
ninja install
--buildtype=release
:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.