Added patches to CDParanoia to build against LFS-6.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2594 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2004-08-10 23:15:07 +00:00
parent 5cd0959daa
commit 058ec4c9c6
3 changed files with 35 additions and 17 deletions

View File

@ -1,4 +1,4 @@
<!ENTITY day "08">
<!ENTITY day "10">
<!ENTITY month "08">
<!ENTITY year "2004">
<!ENTITY version "svn-&year;&month;&day;">
@ -407,7 +407,7 @@
<!ENTITY mpg123-version "0.59r">
<!ENTITY vorbistools-version "1.0.1">
<!ENTITY XMMS-version "1.2.10">
<!ENTITY lame-version "3.95.1">
<!ENTITY lame-version "3.96.1">
<!ENTITY CDParanoia-version "III-9.8">
<!-- Chapter 39 -->

View File

@ -22,6 +22,9 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>August 10th, 2004 [randy]: Added patches to
CDParanoia to build against LFS-6.0.</para></listitem>
<listitem><para>August 8th, 2004 [randy]: Minor corrections to
Perl Modules instructions; added ESP Ghostscript to Sendmail
optional dependencies; added FTP download location and minor changes

View File

@ -2,7 +2,7 @@
"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">
@ -21,11 +21,11 @@
<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
.wav 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>
<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'>
@ -40,6 +40,16 @@ url="&CDParanoia-download-ftp;"/></para></listitem>
&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>
@ -49,7 +59,9 @@ url="&CDParanoia-download-ftp;"/></para></listitem>
<para>Install <application>CDParanoia</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
<screen><userinput><command>patch -Np1 -i ../cdparanoia-III-alpha9.8-includes-1.patch &amp;&amp;
patch -Np1 -i ../cdparanoia-III-alpha9.8-gcc34-1.patch &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
@ -60,8 +72,9 @@ make install</command></userinput></screen>
<sect3><title>Configuration Information</title>
<para><application>CDParanoia</application> needs little configuration;
information can be found from the man page.</para>
<!-- <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"/>
@ -73,19 +86,21 @@ information can be found from the man page.</para>
<title>Contents</title>
<para>The <application>CDParanoia</application> package contains
<command>cdparanoia</command>
and the <filename class="libraryfile">libcdda</filename> libraries.</para>
<command>cdparanoia</command> and the
<filename class="libraryfile">libcdda</filename> libraries.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>cdparanoia</title>
<para>This is used for 'ripping' an audio-cd. Ripping is the process of
digitally extracting music from an audio-cd.</para></sect3>
<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 library</title>
<para>No description is currently available.</para></sect3>
<sect3><title>libcdda libraries</title>
<para>The <filename class='librarayfile'>libcdda</filename> libraries provide
tools for automatically identifying devices, and intelligent
handling/correction of errors at all levels of the interface</para></sect3>
</sect2>