glfs/multimedia/cdwriteutils/cdrtools.xml
Archaic 5cd0959daa Resetting keywords
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2592 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-08-10 04:25:57 +00:00

119 lines
4.5 KiB
XML

<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY cdrtools-download-http "http://gd.tuwien.ac.at/utils/schilling/cdrtools/cdrtools-&cdrtools-version;.tar.gz">
<!ENTITY cdrtools-download-ftp "ftp://ftp.berlios.de/pub/cdrecord/cdrtools-&cdrtools-version;.tar.gz">
<!ENTITY cdrtools-size "1.6 MB">
<!ENTITY cdrtools-buildsize "19.1 MB">
<!ENTITY cdrtools-time "0.44 SBU">
]>
<sect1 id="cdrtools" xreflabel="Cdrtools-&cdrtools-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="cdrtools.html"?>
<title>Cdrtools-&cdrtools-version;</title>
<sect2>
<title>Introduction to <application>Cdrtools</application></title>
<para>The <application>Cdrtools</application> package contains
<acronym>CD</acronym> recording utilities. These are
useful for reading, creating or writing (burning) Compact Discs.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink url="&cdrtools-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink url="&cdrtools-download-ftp;"/></para></listitem>
<listitem><para>Download size: &cdrtools-size;</para></listitem>
<listitem><para>Estimated Disk space required: &cdrtools-buildsize;</para></listitem>
<listitem><para>Estimated build time: &cdrtools-time;</para></listitem></itemizedlist>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>Cdrtools</application></title>
<para>Install <application>Cdrtools</application> by running the following commands:</para>
<screen><userinput><command>make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root &amp;&amp;
make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root install</command></userinput></screen>
</sect2>
<sect2>
<title>Command explanations</title>
<para><parameter>INS_BASE=/usr</parameter>: This command moves the
install directory from <filename class="directory">/opt/schily
</filename> to <filename class="directory">/usr</filename>.</para>
<para><parameter>DEFINSUSR=root DEFINSGRP=root</parameter>: These
commands install all programs with root:root ownership instead of the default
bin:bin.</para>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>Cdrtools</application> package contains <command>cdrecord</command>,
<command>cdda2wav</command>, <command>mkisofs</command>, <command>mkhybrid</command>,
<command>readcd</command>, <command>scgcheck</command>,
<command>isoinfo</command>, <command>isodump</command>,
<command>isovfy</command>, <command>isodebug</command>, <command>devdump</command>,
<command>rscsi</command> and support libraries.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>cdrecord</title>
<para><command>cdrecord</command> records audio or data Compact Discs.</para></sect3>
<sect3><title>cdda2wav</title>
<para><command>cdda2wav</command> dumps Compact Disc audio into
<filename>WAV</filename> sound files.</para></sect3>
<sect3><title>mkisofs</title>
<para><command>mkisofs</command> and <command>mkhybrid</command>
generate an <acronym>ISO</acronym>9660/JOLIET/<acronym>HFS</acronym> hybrid file system.</para></sect3>
<sect3><title>readcd</title>
<para><command>readcd</command> reads or writes Compact Discs.</para></sect3>
<sect3><title>scgcheck</title>
<para><command>scgcheck</command> is used to check and verify the Application Binary
Interface of <filename class="libraryfile">libscg.</filename></para></sect3>
<sect3><title>support utilities</title>
<para><command>isoinfo</command>, <command>isodump</command>,
<command>isovfy</command>, <command>isodebug</command> and
<command>devdump</command> are utility programs for
dumping and verifying <acronym>ISO</acronym>9660 images.</para></sect3>
<sect3><title>rscsi</title>
<para><command>rscsi</command> is a remote <acronym>SCSI</acronym> manager.</para></sect3>
<sect3><title>support libraries</title>
<para><filename class="libraryfile">libdeflt</filename>,
<filename class="libraryfile">libedc_ecc</filename>,
<filename class="libraryfile">libfile</filename>,
<filename class="libraryfile">libhfs</filename>,
<filename class="libraryfile">libparanoia</filename>,
<filename class="libraryfile">librscg</filename>,
<filename class="libraryfile">libscg</filename>,
<filename class="libraryfile">libschily</filename> and
<filename class="libraryfile">libunls</filename>
are the support libraries for this package.</para></sect3>
</sect2>
</sect1>