Dvd+rw-tools

From CBLFS
Revision as of 14:38, 17 December 2006 by Jciccone (talk | contribs)
Jump to navigationJump to search
Download Source: http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-Template:Dvd-rw-tools-Version.tar.gz

Introduction to 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.

Dependencies

Required

Non-Multilib

Compile the package:

make all rpl8 btcflash

Install the package

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

Multilib

This package does not provide any libraries so only one installation is needed.

32Bit

Compile the package:

make CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" all rpl8 btcflash

Install the package

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

N32

Compile the package:

make CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" all rpl8 btcflash

Install the package

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

64Bit

Compile the package:

make CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" all rpl8 btcflash

Install the package

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