mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
75ba0ebc46
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4062 af4574ff-66df-0310-9fd7-8a98e5e911e0
206 lines
6.9 KiB
XML
206 lines
6.9 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY cdrdao-download-http "http://prdownloads.sourceforge.net/cdrdao/cdrdao-&cdrdao-version;.tar.gz">
|
|
<!ENTITY cdrdao-download-ftp " ">
|
|
<!ENTITY cdrdao-md5sum "dd7df809fca7db8e212a6522688c166b">
|
|
<!ENTITY cdrdao-size "1.6 MB">
|
|
<!ENTITY cdrdao-buildsize "54 MB">
|
|
<!ENTITY cdrdao-time "1.47 SBU (includes building <command>gcdmaster</command>)">
|
|
]>
|
|
|
|
<sect1 id="cdrdao" xreflabel="Cdrdao-&cdrdao-version;">
|
|
<?dbhtml filename="cdrdao.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Cdrdao-&cdrdao-version;</title>
|
|
|
|
<indexterm zone="cdrdao">
|
|
<primary sortas="a-Cdrdao">Cdrdao</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Cdrdao</title>
|
|
|
|
<para>The <application>Cdrdao</application> package contains
|
|
CD recording utilities. These are useful for burning a
|
|
CD in disk-at-once mode.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&cdrdao-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&cdrdao-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &cdrdao-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &cdrdao-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &cdrdao-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &cdrdao-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem>
|
|
<para>Required patch (if building <command>gcdmaster</command>):
|
|
<ulink url="&patch-root;/cdrdao-&cdrdao-version;-gcc34-1.patch"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Required patch (if building <command>gcdmaster</command>):
|
|
<ulink url="&patch-root;/libglademm-2.2.0-gcc34-1.patch"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Required patch (if building <command>gcdmaster</command>):
|
|
<ulink url="&patch-root;/libgnomecanvasmm-2.0.2-gcc34-1.patch"/></para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Cdrdao Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para><xref linkend="lame"/> (required to build
|
|
<command>toc2mp3</command>) and
|
|
<ulink url="http://www.polhode.com/pccts.html">PCCTS</ulink></para>
|
|
|
|
<bridgehead renderas="sect4">Optional (Required to Build the 'gcdmaster'
|
|
Program)</bridgehead>
|
|
|
|
<para><emphasis>Note: all the following packages must be built in
|
|
the order listed.</emphasis></para>
|
|
|
|
<para><xref linkend="libgnomeui"/>,
|
|
<ulink url="http://ftp.gnome.org/pub/GNOME/sources/libsigc++/1.2/">
|
|
libsigc++-1.2.5</ulink>,
|
|
<ulink url="http://www.gtkmm.org/">gtkmm-2.2.12</ulink>,
|
|
<ulink url="http://www.gtkmm.org/">libglademm-2.2.0</ulink>,
|
|
<ulink url="http://www.gtkmm.org/">libgnomecanvasmm-2.0.2</ulink>,
|
|
<ulink url="http://www.gtkmm.org/">gconfmm-2.0.2</ulink>,
|
|
<ulink url="http://www.gtkmm.org/">libgnomemm-2.0.1</ulink> and
|
|
<ulink url="http://www.gtkmm.org/">libgnomeuimm-2.0.0</ulink></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Cdrdao</title>
|
|
|
|
<para>Install <application>Cdrdao</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>patch -Np1 -i ../cdrdao-&cdrdao-version;-gcc34-1.patch &&
|
|
./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>cdrdao, cue2toc, toc2cddb, toc2cue and optionally, gcdmaster, and
|
|
toc2mp3</seg>
|
|
<seg>None</seg>
|
|
<seg>/usr/share/cdrdao</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="cdrdao-prog">
|
|
<term><command>cdrdao</command></term>
|
|
<listitem>
|
|
<para>records audio or data CD-Rs in disk-at-once (DAO) mode
|
|
based on a textual description of the CD contents.</para>
|
|
<indexterm zone="cdrdao cdrdao-prog">
|
|
<primary sortas="b-cdrdao">cdrdao</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="cue2toc">
|
|
<term><command>cue2toc</command></term>
|
|
<listitem>
|
|
<para>converts CUE to TOC format for audio CDs.</para>
|
|
<indexterm zone="cdrdao cue2toc">
|
|
<primary sortas="b-cue2toc">cue2toc</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gcdmaster">
|
|
<term><command>gcdmaster</command></term>
|
|
<listitem>
|
|
<para>is a graphical front end to <command>cdrdao</command> for
|
|
composing audio CDs.</para>
|
|
<indexterm zone="cdrdao gcdmaster">
|
|
<primary sortas="b-gcdmaster">gcdmaster</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="toc2cddb">
|
|
<term><command>toc2cddb</command></term>
|
|
<listitem>
|
|
<para>converts a <application>Cdrdao</application>
|
|
TOC file into a cddb file and prints it to stdout.</para>
|
|
<indexterm zone="cdrdao toc2cddb">
|
|
<primary sortas="b-toc2cddb">toc2cddb</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="toc2cue">
|
|
<term><command>toc2cue</command></term>
|
|
<listitem>
|
|
<para>converts TOC to CUE format for audio CDs.</para>
|
|
<indexterm zone="cdrdao toc2cue">
|
|
<primary sortas="b-toc2cue">toc2cue</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="toc2mp3">
|
|
<term><command>toc2mp3</command></term>
|
|
<listitem>
|
|
<para>converts an audio CD disk image (<filename>.toc</filename> file)
|
|
to MP3 files (requires <xref linkend="lame"/> to build).</para>
|
|
<indexterm zone="cdrdao toc2mp3">
|
|
<primary sortas="b-toc2mp3">toc2mp3</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|