gobject-introspection-1.78.1

GObject Introspection の概要

GObject Introspection パッケージは API 関数を記述し、それをマシンが読込み可能な統一した書式で構成します。

[注記]

注記

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

パッケージ情報

GObject Introspection Dependencies

必須

GLib-2.78.3

任意

Cairo-1.18.0 (テスト実施時に必要), Gjs-1.78.1 (1 つのテストにおいて必要), GTK-Doc-1.33.2, Mako-1.3.0, Markdown-3.4.1

GObject Introspection のインストール

以下のコマンドを実行して GObject Introspection をビルドします。

mkdir build &&
cd    build &&

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

ビルド結果をテストする場合は、Python 3.12 以上に対するテストスイートの非互換性を修正してから、以下のようにテストスイートを実行します。

sed "/PYTHONPATH/a'/usr/lib/python3.12'," -i ../tests/warn/meson.build &&
ninja test

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

ninja install

コマンド説明

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

-Dgtk_doc=true: Build and install the documentation.

パッケージ構成

インストールプログラム: g-ir-annotation-tool, g-ir-compiler, g-ir-doc-tool, g-ir-generate, g-ir-inspect, g-ir-scanner
インストールライブラリ: libgirepository-1.0.so, _giscanner.cpython-312-<arch>-linux-gnu.so
インストールディレクトリ: /usr/include/gobject-introspection-1.0, /usr/lib/girepository-1.0, /usr/lib/gobject-introspection, /usr/share/gir-1.0, /usr/share/gobject-introspection-1.0

概略説明

g-ir-annotation-tool

creates or extracts annotation data from GI typelibs

g-ir-compiler

複数の GIR ファイルを複数の typelib に変換します。

g-ir-doc-tool

generates Mallard files that can be viewed with yelp or rendered to HTML with yelp-build from yelp-tools

g-ir-inspect

GI typelib についての情報を提供するユーティリティーです。

g-ir-generate

is a GIR generator that uses the repository API

g-ir-scanner

GObject ベースのライブラリとヘッダーを用いて GIR XML ファイルを生成するためのツールです。

libgirepository-1.0.so

typelib メタデータにアクセスするための API 関数を提供します。