Ignore:
Timestamp:
08/28/2004 12:39:39 AM (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:
d781d92f
Parents:
1b1c157
Message:

Added patch to Cdrtools to fix a 2.6 kernel build problem

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2679 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/cdwriteutils/cdrtools.xml

    r1b1c157 r6ab330d0  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY cdrtools-download-http "http://gd.tuwien.ac.at/utils/schilling/cdrtools/cdrtools-&cdrtools-version;.tar.gz">
    77  <!ENTITY cdrtools-download-ftp  "ftp://ftp.berlios.de/pub/cdrecord/cdrtools-&cdrtools-version;.tar.gz">
     
    3535</sect3>
    3636
     37<sect3><title>Additional downloads</title>
     38<itemizedlist spacing='compact'>
     39<listitem><para>Required Patch: <ulink
     40url="&patch-root;/cdrtools-&cdrtools-version;-kernel_2.6-1.patch"/></para>
     41</listitem></itemizedlist>
     42</sect3>
     43
    3744</sect2>
    3845
     
    4047<title>Installation of <application>Cdrtools</application></title>
    4148
    42 <para>Install <application>Cdrtools</application> by running the following commands:</para>
     49<para>Install <application>Cdrtools</application> by running the following
     50commands:</para>
    4351
    44 <screen><userinput><command>make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root &amp;&amp;
     52<screen><userinput><command>patch -Np1 -i ../cdrtools-&cdrtools-version;-kernel_2.6-1.patch &amp;&amp;
     53make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root &amp;&amp;
    4554make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root install</command></userinput></screen>
    4655
     
    6372<title>Contents</title>
    6473
    65 <para>The <application>Cdrtools</application> package contains <command>cdrecord</command>,
    66 <command>cdda2wav</command>, <command>mkisofs</command>, <command>mkhybrid</command>,
    67 <command>readcd</command>, <command>scgcheck</command>,
    68 <command>isoinfo</command>, <command>isodump</command>,
    69 <command>isovfy</command>, <command>isodebug</command>, <command>devdump</command>,
    70 <command>rscsi</command> and support libraries.</para>
     74<para>The <application>Cdrtools</application> package contains
     75<command>cdrecord</command>, <command>cdda2wav</command>,
     76<command>mkisofs</command>,  <command>mkhybrid</command>,
     77<command>readcd</command>, <command>scgcheck</command>,
     78<command>isoinfo</command>, <command>isodump</command>,
     79<command>isovfy</command>, <command>isodebug</command>,
     80<command>devdump</command>, <command>rscsi</command> and support
     81libraries.</para>
    7182
    7283</sect2>
     
    7586
    7687<sect3><title>cdrecord</title>
    77 <para><command>cdrecord</command> records audio or data Compact Discs.</para></sect3>
     88<para><command>cdrecord</command> records audio or data Compact Discs.</para>
     89</sect3>
    7890
    7991<sect3><title>cdda2wav</title>
     
    8395<sect3><title>mkisofs</title>
    8496<para><command>mkisofs</command> and <command>mkhybrid</command>
    85 generate an <acronym>ISO</acronym>9660/JOLIET/<acronym>HFS</acronym> hybrid file system.</para></sect3>
     97generate an <acronym>ISO</acronym>9660/JOLIET/<acronym>HFS</acronym> hybrid
     98file system.</para></sect3>
    8699
    87100<sect3><title>readcd</title>
     
    89102
    90103<sect3><title>scgcheck</title>
    91 <para><command>scgcheck</command> is used to check and verify the Application Binary
    92 Interface of <filename class="libraryfile">libscg.</filename></para></sect3>
     104<para><command>scgcheck</command> is used to check and verify the Application
     105Binary Interface of <filename class="libraryfile">libscg.</filename></para>
     106</sect3>
    93107
    94108<sect3><title>support utilities</title>
     
    99113
    100114<sect3><title>rscsi</title>
    101 <para><command>rscsi</command> is a remote <acronym>SCSI</acronym> manager.</para></sect3>
     115<para><command>rscsi</command> is a remote <acronym>SCSI</acronym>
     116manager.</para></sect3>
    102117
    103118<sect3><title>support libraries</title>
Note: See TracChangeset for help on using the changeset viewer.