gnome-bluetooth-42.7

GNOME Bluetooth の概要

GNOME Bluetooth パッケージは、GNOME Desktop において利用する Bluetooth デバイスの管理や操作を行うツールを提供します。

[注記]

注記

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

パッケージ情報

GNOME Bluetooth の依存パッケージ

必須

GTK-4.12.4, gsound-1.0.3, libnotify-0.8.3, and UPower-1.90.2

推奨

任意

GTK-Doc-1.33.2, dbusmock-0.30.0

実行時依存パッケージ

BlueZ-5.71

GNOME Bluetooth のインストール

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

mkdir build &&
cd    build &&

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

ビルド結果をテストする場合は ninja test を実行します。

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

ninja install

Command Explanations

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

パッケージ構成

インストールプログラム: bluetooth-sendto
インストールライブラリ: libgnome-bluetooth-3.0.so, libgnome-bluetooth-ui-3.0.so
インストールディレクトリ: /usr/include/gnome-bluetooth-3.0, /usr/share/gnome-bluetooth-3.0

概略説明

bluetooth-sendto

Bluetooth 間でのファイル転送を行う GTK+ アプリケーションです。

libgnome-bluetooth-3.0.so

GNOME Bluetooth API 関数を提供します。