libpeas は GObject ベースのプラグインエンジンです。 これはすべてのアプリケーションに対して、独自の拡張性を持つ機会を与えることを目指しています。
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://download.gnome.org/sources/libpeas/1.36/libpeas-1.36.0.tar.xz
ダウンロード MD5 sum: b3dd31a79c47af0cbf22f2d6bf52bc7d
ダウンロードサイズ: 192 KB
必要ディスク容量: 10 MB(テスト込み)
概算ビルド時間: 0.2 SBU(テスト込み)
gobject-introspection-1.78.1, GTK+-3.24.38
libxml2-2.12.3, PyGObject-3.46.0
Gi-DocGen-2023.3, Glade, embed, LGI (for LUA bindings, built with LUA-5.1), with either luajit or LUA-5.1
以下のコマンドを実行して libpeas をビルドします。
mkdir build && cd build && meson setup --prefix=/usr \ --buildtype=release \ --wrap-mode=nofallback \ .. && ninja
If you have Gi-DocGen-2023.3 installed and wish to build the API documentation for this package, issue:
sed "/docs_dir =/s@\$@/ 'libpeas-1.36.0'@" \ -i ../docs/reference/meson.build && meson configure -Dgtk_doc=true && ninja
ビルド結果をテストする場合は ninja test を実行します。 An active graphical session with bus address is necessary to run the tests.
root
ユーザーになって以下を実行します。
ninja install
--buildtype=release
:
本パッケージの安定版リリース向けに適したビルドタイプを指定します。
デフォルトにしていると、最適化されていないバイナリを生成する場合があるためです。
--wrap-mode=nofallback
:
This switch prevents meson from using subproject
fallbacks for any dependency declarations in the build files,
stopping it downloading any optional dependency which is not
installed on the system.
-Dvapi=true
: vapi (vala)
データを生成する場合に本スイッチを指定します。
-Ddemos=false
:
デモプログラムをビルドしたくない場合に本スイッチを指定します。