Changeset 058ec4c for multimedia


Ignore:
Timestamp:
08/10/2004 11:15:07 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
911d4c74
Parents:
5cd0959d
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/cdparanoia.xml

    r5cd0959d r058ec4c  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY CDParanoia-download-http "http://www.xiph.org/paranoia/download/cdparanoia-III-alpha9.8.src.tgz">
    77  <!ENTITY CDParanoia-download-ftp  "ftp://ftp.yars.free.net/pub/software/unix/util/cd/cdparanoia-III-alpha9.8.src.tgz">
     
    2222<title>Introduction to <application>CDParanoia</application></title>
    2323
    24 <para>The <application>CDParanoia</application> package contains
    25 a <acronym>CD</acronym> audio exraction tool. This is useful for extracting
    26 .wav files from audio <acronym>CD</acronym>'s.  A <acronym>CDDA</acronym>
    27  capable <acronym>CDROM</acronym> drive is needed.  Practically all drives
    28 supported by Linux can be used.</para>
     24<para>The <application>CDParanoia</application> package contains a
     25<acronym>CD</acronym> audio exraction tool. This is useful for extracting
     26<filename>.wav</filename> files from audio <acronym>CD</acronym>s.  A
     27<acronym>CDDA</acronym> capable <acronym>CDROM</acronym> drive is needed.
     28Practically all drives supported by Linux can be used.</para>
    2929
    3030<sect3><title>Package information</title>
     
    4141</sect3>
    4242
     43<sect3><title>Additional downloads</title>
     44<itemizedlist spacing='compact'>
     45<listitem><para>Required Patch: <ulink
     46url="&patch-root;/cdparanoia-III-alpha9.8-includes-1.patch"/></para>
     47</listitem>
     48<listitem><para>Required Patch (if compiled using
     49<application>GCC</application>-3.4.x): <ulink
     50url="&patch-root;/cdparanoia-III-alpha9.8-gcc34-1.patch"/></para>
     51</listitem></itemizedlist>
     52</sect3>
    4353
    4454</sect2>
     
    5060commands:</para>
    5161
    52 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     62<screen><userinput><command>patch -Np1 -i ../cdparanoia-III-alpha9.8-includes-1.patch &amp;&amp;
     63patch -Np1 -i ../cdparanoia-III-alpha9.8-gcc34-1.patch &amp;&amp;
     64./configure --prefix=/usr &amp;&amp;
    5365make &amp;&amp;
    5466make install</command></userinput></screen>
     
    6173<sect3><title>Configuration Information</title>
    6274
    63 <para><application>CDParanoia</application> needs little configuration;
    64 information can be found from the man page.</para>
     75<!-- <para><application>CDParanoia</application> needs little configuration;
     76information can be found from the <command>cdparanoia</command> man page.
     77</para> -->
    6578
    6679<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
     
    7487
    7588<para>The <application>CDParanoia</application> package contains
    76 <command>cdparanoia</command>
    77 and the <filename class="libraryfile">libcdda</filename> libraries.</para>
     89<command>cdparanoia</command> and the
     90<filename class="libraryfile">libcdda</filename> libraries.</para>
    7891
    7992</sect2>
     
    8295
    8396<sect3><title>cdparanoia</title>
    84 <para>This is used for 'ripping' an audio-cd. Ripping is the process of
    85 digitally extracting music from an audio-cd.</para></sect3>
     97<para><command>cdparanoia</command>is used for 'ripping' an audio-cd. Ripping
     98is the process of digitally extracting music from an audio-cd.</para></sect3>
    8699
    87 <sect3><title>libcdda library</title>
    88 <para>No description is currently available.</para></sect3>
     100<sect3><title>libcdda libraries</title>
     101<para>The <filename class='librarayfile'>libcdda</filename> libraries provide
     102tools for automatically identifying devices, and intelligent
     103handling/correction of errors at all levels of the interface</para></sect3>
    89104
    90105</sect2>
Note: See TracChangeset for help on using the changeset viewer.