libburn is a library for writing preformatted data onto optical media: CD, DVD and BD (Blu-Ray).
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://files.libburnia-project.org/releases/libburn-1.5.6.tar.gz
ダウンロード MD5 sum: cf9852f3b71dbc2b6c9e76f6eb0474f0
ダウンロードサイズ: 972 KB
必要ディスク容量: 17 MB
概算ビルド時間: 0.1 SBU
Doxygen-1.9.8(HTML ドキュメント生成のため)
以下のコマンドを実行して 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