at-spi2-core-2.50.0

At-Spi2 Core の概要

The At-Spi2 Core package contains a comprehensive accessibility framework for the Assistive Technologies available on the GNOME platform. This includes a set of interfaces which are implemented by other toolkits and applications.

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

At-Spi2 Core の依存パッケージ

必須

dbus-1.14.10, GLib-2.78.3, gsettings-desktop-schemas-45.0 (Runtime), and Xorg ライブラリ

任意 (GNOME ビルド時には必須)

gobject-introspection-1.78.1

任意

Gi-DocGen-2023.3, sphinx-7.2.6

At-Spi2 Core のインストール

以下のコマンドを実行して At-Spi2 Core をビルドします。

mkdir build &&
cd    build &&

meson setup ..            \
      --prefix=/usr       \
      --buildtype=release \
      -Dsystemd_user_dir=/tmp &&
ninja

The test suite also requires the glib schemas of the package to be installed already. To test the results, install the package first, then issue: dbus-run-session ninja test. One test, atk-test, is known to timeout on some systems.

root ユーザーになって以下を実行します。

ninja install &&
rm /tmp/at-spi-dbus-bus.service

コマンド説明

--buildtype=release: 本パッケージの安定版リリース向けに適したビルドタイプを指定します。 デフォルトにしていると、最適化されていないバイナリを生成する場合があるためです。

-Dsystemd_user_dir=/tmp: This flag puts the systemd unit file in /tmp where it will be removed. SysV is unable to use this file.

-Ddocs=true: Use this switch if you want to build the documentation. Note that you must have both Gi-DocGen-2023.3 and sphinx-7.2.6 installed on your system.

パッケージ構成

インストールプログラム: なし
インストールライブラリ: libatk-1.0.so, libatk-bridge-2.0.so, libatspi.so, /usr/lib/gtk-2.0/modules/libatk-bridge.so
インストールディレクトリ: /usr/include/atk-1.0, /usr/include/at-spi-2.0, /usr/include/at-spi2-atk, /usr/lib/gnome-settings-daemon-3.0, /usr/share/defaults/at-spi2, /usr/share/gtk-doc/html/libatspi (optional)

概略説明

libatk-1.0.so

contains functions that are used by assistive technologies to interact with desktop applications

libatk-bridge.so

contains the Accessibility Toolkit GTK+-2 bridge

libatk-bridge-2.0.so

contains the Accessibility Toolkit GTK+ module

libatspi.so

At-Spi2 API 関数を提供します。