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 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-7.1.tar.gz
ダウンロード MD5 sum: 8acb3c885c87f6838704a0025e435871
ダウンロードサイズ: 138 KB
必要ディスク容量: 1.7 MB
概算ビルド時間: 0.1 SBU 以下
Cdrtools-3.02a09(実行時)
以下のコマンドを実行して 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.