Dvd+rw-tools: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
No edit summary
 
(7 intermediate revisions by 6 users not shown)
Line 2: Line 2:
|-
|-
!Download Source:
!Download Source:
| http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-{{Dvd-rw-tools-Version}}.tar.gz
| http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-{{Dvd+rw-tools-Version}}.tar.gz
|}
|}


----
----


== Introduction to Dvd-rw-tools ==
{{Package-Introduction|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.}}
 
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 ==
== Dependencies ==
Line 17: Line 15:


== Non-Multilib ==
== Non-Multilib ==
When using CLFS based on 2.6.24 kernels, do
sed -i "628i\#include <limits.h>" growisofs.c &&
sed -i "359i\#include <limits.h>" transport.hxx


Compile the package:
Compile the package:
Line 26: Line 29:
  make prefix=/usr install &&
  make prefix=/usr install &&
  install -v -m644 -D index.html \
  install -v -m644 -D index.html \
     /usr/share/doc/dvd+rw-tools-6.1/index.html
     /usr/share/doc/dvd+rw-tools-{{Dvd+rw-tools-Version}}/index.html


== Multilib ==
== Multilib ==
Line 32: Line 35:


=== 32Bit ===
=== 32Bit ===
When using CLFS based on 2.6.24 kernels, do
sed -i "628i\#include <limits.h>" growisofs.c &&
sed -i "359i\#include <limits.h>" transport.hxx


Compile the package:
Compile the package:
Line 41: Line 49:
  make prefix=/usr install &&
  make prefix=/usr install &&
  install -v -m644 -D index.html \
  install -v -m644 -D index.html \
     /usr/share/doc/dvd+rw-tools-{{Dvd-rw-tools-Version}}/index.html
     /usr/share/doc/dvd+rw-tools-{{Dvd+rw-tools-Version}}/index.html


=== N32 ===
=== N32 ===
When using CLFS based on 2.6.24 kernels, do
sed -i "628i\#include <limits.h>" growisofs.c &&
sed -i "359i\#include <limits.h>" transport.hxx


Compile the package:
Compile the package:
Line 53: Line 66:
  make prefix=/usr install &&
  make prefix=/usr install &&
  install -v -m644 -D index.html \
  install -v -m644 -D index.html \
     /usr/share/doc/dvd+rw-tools-{{Dvd-rw-tools-Version}}/index.html
     /usr/share/doc/dvd+rw-tools-{{Dvd+rw-tools-Version}}/index.html


=== 64Bit ===
=== 64Bit ===
When using CLFS based on 2.6.24 kernels, do
sed -i "628i\#include <limits.h>" growisofs.c &&
sed -i "359i\#include <limits.h>" transport.hxx


Compile the package:
Compile the package:
Line 65: Line 83:
  make prefix=/usr install &&
  make prefix=/usr install &&
  install -v -m644 -D index.html \
  install -v -m644 -D index.html \
     /usr/share/doc/dvd+rw-tools-{{Dvd-rw-tools-Version}}/index.html
     /usr/share/doc/dvd+rw-tools-{{Dvd+rw-tools-Version}}/index.html
 
= Contents =
 
{| style="text-align: left;"
|-valign="top"
! Installed Programs:
| growisofs, dvd+rw-format, dvd+rw-booktype, dvd+rw-mediainfo, dvd-ram-control, rpl8, btcflash
|-valign="top"
! Installed Libraries:
| None
|-valign="top"
! Installed Directory:
| /usr/share/doc/dvd+rw-tools-{{Dvd+rw-tools-Version}}
|}
 
[[Category:CD/DVD Utilities]]

Latest revision as of 22:33, 19 March 2009

Download Source: http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-7.1.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.

Project Homepage: Unknown

Dependencies

Required

Non-Multilib

When using CLFS based on 2.6.24 kernels, do

sed -i "628i\#include <limits.h>" growisofs.c &&
sed -i "359i\#include <limits.h>" transport.hxx

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-7.1/index.html

Multilib

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

32Bit

When using CLFS based on 2.6.24 kernels, do

sed -i "628i\#include <limits.h>" growisofs.c &&
sed -i "359i\#include <limits.h>" transport.hxx

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-7.1/index.html

N32

When using CLFS based on 2.6.24 kernels, do

sed -i "628i\#include <limits.h>" growisofs.c &&
sed -i "359i\#include <limits.h>" transport.hxx

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-7.1/index.html

64Bit

When using CLFS based on 2.6.24 kernels, do

sed -i "628i\#include <limits.h>" growisofs.c &&
sed -i "359i\#include <limits.h>" transport.hxx

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-7.1/index.html

Contents

Installed Programs: growisofs, dvd+rw-format, dvd+rw-booktype, dvd+rw-mediainfo, dvd-ram-control, rpl8, btcflash
Installed Libraries: None
Installed Directory: /usr/share/doc/dvd+rw-tools-7.1