libburn-1.5.6

libburn の概要

libburn is a library for writing preformatted data onto optical media: CD, DVD and BD (Blu-Ray).

[注記]

注記

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

パッケージ情報

libburn の依存パッケージ

任意

Doxygen-1.9.8(HTML ドキュメント生成のため)

libburn のインストール

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

./configure --prefix=/usr --disable-static &&
make

If you have installed Doxygen and wish to generate the HTML documentation, issue the following command:

doxygen doc/doxygen.conf

このパッケージにテストスイートはありません。

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

make install

If you have built the HTML documentation, install it by running the following commands as the root user:

install -v -dm755 /usr/share/doc/libburn-1.5.6 &&
install -v -m644 doc/html/* /usr/share/doc/libburn-1.5.6

パッケージ構成

インストールプログラム: cdrskin
インストールライブラリ: libburn.so
インストールディレクトリ: /usr/include/libburn

概略説明

cdrskin

libburn を通じてフォーマット済データを CD、DVD、BD へ焼き込みます。

libburn.so

libburn API 関数を提供します。