dvd+rw-tools-7.1

dvd+rw-tools の概要

The dvd+rw-tools package contains several utilities to master the DVD media, both +RW/+R and -R[W]. The principle tool is growisofs which provides a way to both lay down and grow an ISO9660 file system on (as well as to burn an arbitrary pre-mastered image to) all supported DVD media. This is useful for creating a new DVD or adding to an existing image on a partially burned DVD.

[注記]

注記

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

パッケージ情報

dvd+rw-tools の依存パッケージ

必須

Cdrtools-3.02a09(実行時)

dvd+rw-tools のインストール

以下のコマンドを実行して dvd+rw-tools をビルドします。

sed -i '/stat.h/a #include <sys/sysmacros.h>' growisofs.c &&
sed -i '/stdlib/a #include <limits.h>' transport.hxx &&
make all rpl8 btcflash

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

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

make prefix=/usr install &&
install -v -m644 -D index.html \
    /usr/share/doc/dvd+rw-tools-7.1/index.html

コマンド説明

sed -i '/stdlib/a #include <limits.h>' ...: This sed includes limits.h, one of the kernel headers. This is needed due to a change in the 2.6.23 kernel headers.

make all rpl8 btcflash: This command uses additional targets so that all the utilities are built.

パッケージ構成

インストールプログラム: btcflash, dvd+rw-booktype, dvd+rw-format, dvd+rw-mediainfo, dvd-ram-control, growisofs, rpl8
インストールライブラリ: なし
インストールディレクトリ: /usr/share/doc/dvd+rw-tools-7.1

概略説明

growisofs

is a combined mkisofs frontend/DVD recording program