glfs/multimedia/cdwriteutils/dvd+rw-tools.xml
Wayne Blaszczyk c66e7d17cd Updated to Sound Juicer-2.28.1 and minor ammendment to GNOME Media.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8402 af4574ff-66df-0310-9fd7-8a98e5e911e0
2010-04-10 09:57:06 +00:00

150 lines
5.1 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY dvd-rw-tools-download-http "http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-&dvd-rw-tools-version;.tar.gz">
<!ENTITY dvd-rw-tools-download-ftp " ">
<!ENTITY dvd-rw-tools-md5sum "8acb3c885c87f6838704a0025e435871">
<!ENTITY dvd-rw-tools-size "138 KB">
<!ENTITY dvd-rw-tools-buildsize "1.7 MB">
<!ENTITY dvd-rw-tools-time "less than 0.1 SBU">
]>
<sect1 id="dvd-rw-tools" xreflabel="dvd+rw-tools-&dvd-rw-tools-version;">
<?dbhtml filename="dvd-rw-tools.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>dvd+rw-tools-&dvd-rw-tools-version;</title>
<indexterm zone="dvd-rw-tools">
<primary sortas="a-dvd-rw-tools">dvd+rw-tools</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to dvd+rw-tools</title>
<para>The <application>dvd+rw-tools</application> package contains
several utilities to master the DVD media, both +RW/+R and -R[W]. The
principle tool is <command>growisofs</command> which provides a way to both
lay down <emphasis role='strong'>and</emphasis> 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.</para>
&lfs65_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&dvd-rw-tools-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&dvd-rw-tools-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &dvd-rw-tools-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &dvd-rw-tools-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &dvd-rw-tools-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &dvd-rw-tools-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Required patch: <ulink
url="&patch-root;/dvd+rw-tools-&dvd-rw-tools-version;-headers-1.patch"/></para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">dvd+rw-tools Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para>Though not required during the build, you must have installed a package
which provides the <command>mkisofs</command> command, such as
<xref linkend="cdrtools"/>, or the <command>growisofs</command>
command will not function properly, rendering the entire package
useless.</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/dvd+rw-tools"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of dvd+rw-tools</title>
<para>Install <application>dvd+rw-tools</application> by running the
following commands:</para>
<screen><userinput>patch -Np1 -i ../dvd+rw-tools-&dvd-rw-tools-version;-headers-1.patch &amp;&amp;
make all rpl8 btcflash</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make prefix=/usr install &amp;&amp;
install -v -m644 -D index.html \
/usr/share/doc/dvd+rw-tools-&dvd-rw-tools-version;/index.html</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>make all rpl8 btcflash</command>: This command uses
additional targets so that all the utilities are built.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>btcflash, dvd+rw-booktype, dvd+rw-format, dvd+rw-mediainfo,
dvd-ram-control, growisofs, and rpl8</seg>
<seg>None</seg>
<seg>/usr/share/doc/dvd+rw-tools-&dvd-rw-tools-version;</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="growisofs">
<term><command>growisofs</command></term>
<listitem>
<para>is a combined <command>mkisofs</command> frontend/DVD recording
program.</para>
<indexterm zone="dvd-rw-tools growisofs">
<primary sortas="b-growisofs">growisofs</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>