mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
518538fb6d
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3244 af4574ff-66df-0310-9fd7-8a98e5e911e0
109 lines
3.7 KiB
XML
109 lines
3.7 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 CDParanoia-download-http "http://www.xiph.org/paranoia/download/cdparanoia-III-alpha9.8.src.tgz">
|
|
<!ENTITY CDParanoia-download-ftp "ftp://ftp.yars.free.net/pub/software/unix/util/cd/cdparanoia-III-alpha9.8.src.tgz">
|
|
<!ENTITY CDParanoia-size "114 KB">
|
|
<!ENTITY CDParanoia-buildsize "1.3 MB">
|
|
<!ENTITY CDParanoia-time "0.12 SBU">
|
|
]>
|
|
|
|
<sect1 id="CDParanoia" xreflabel="CDParanoia-&CDParanoia-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="cdparanoia.html"?>
|
|
<title>CDParanoia-&CDParanoia-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>CDParanoia</application></title>
|
|
|
|
<para>The <application>CDParanoia</application> package contains a
|
|
<acronym>CD</acronym> audio exraction tool. This is useful for extracting
|
|
<filename>.wav</filename> files from audio <acronym>CD</acronym>s. A
|
|
<acronym>CDDA</acronym> capable <acronym>CDROM</acronym> drive is needed.
|
|
Practically all drives supported by Linux can be used.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP): <ulink
|
|
url="&CDParanoia-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP): <ulink
|
|
url="&CDParanoia-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download size: &CDParanoia-size;</para></listitem>
|
|
<listitem><para>Estimated disk space required:
|
|
&CDParanoia-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time:
|
|
&CDParanoia-time;</para></listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
<sect3><title>Additional downloads</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Required Patch: <ulink
|
|
url="&patch-root;/cdparanoia-III-alpha9.8-includes-1.patch"/></para>
|
|
</listitem>
|
|
<listitem><para>Required Patch (if compiled using
|
|
<application>GCC</application>-3.4.x): <ulink
|
|
url="&patch-root;/cdparanoia-III-alpha9.8-gcc34-1.patch"/></para>
|
|
</listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>CDParanoia</application></title>
|
|
|
|
<para>Install <application>CDParanoia</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>patch -Np1 -i ../cdparanoia-III-alpha9.8-includes-1.patch &&
|
|
patch -Np1 -i ../cdparanoia-III-alpha9.8-gcc34-1.patch &&
|
|
./configure --prefix=/usr &&
|
|
make &&
|
|
make install &&
|
|
chmod 755 /usr/lib/libcdda_*.so.0.9.8</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Configuring <application>CDParanoia</application></title>
|
|
|
|
<sect3><title>Configuration Information</title>
|
|
|
|
<!-- <para><application>CDParanoia</application> needs little configuration;
|
|
information can be found from the <command>cdparanoia</command> man page.
|
|
</para> -->
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application>CDParanoia</application> package contains
|
|
<command>cdparanoia</command> and the
|
|
<filename class="libraryfile">libcdda</filename> libraries.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>cdparanoia</title>
|
|
<para><command>cdparanoia</command> is used for 'ripping' an audio-cd. Ripping
|
|
is the process of digitally extracting music from an audio-cd.</para></sect3>
|
|
|
|
<sect3><title>libcdda libraries</title>
|
|
<para>The <filename class='libraryfile'>libcdda</filename> libraries provide
|
|
tools for automatically identifying devices, and intelligent
|
|
handling/correction of errors at all levels of the interface.</para></sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|