source: multimedia/cdwriteutils/cdrtools.xml@ d781d92f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since d781d92f was 6ab330d0, checked in by Randy McMurchy <randy@…>, 20 years ago

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

  • Property mode set to 100644
File size: 4.8 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY cdrtools-download-http "http://gd.tuwien.ac.at/utils/schilling/cdrtools/cdrtools-&cdrtools-version;.tar.gz">
7 <!ENTITY cdrtools-download-ftp "ftp://ftp.berlios.de/pub/cdrecord/cdrtools-&cdrtools-version;.tar.gz">
8 <!ENTITY cdrtools-size "1.6 MB">
9 <!ENTITY cdrtools-buildsize "19.1 MB">
10 <!ENTITY cdrtools-time "0.44 SBU">
11]>
12
13<sect1 id="cdrtools" xreflabel="Cdrtools-&cdrtools-version;">
14<sect1info>
15<othername>$LastChangedBy$</othername>
16<date>$Date$</date>
17</sect1info>
18<?dbhtml filename="cdrtools.html"?>
19<title>Cdrtools-&cdrtools-version;</title>
20
21<sect2>
22<title>Introduction to <application>Cdrtools</application></title>
23
24<para>The <application>Cdrtools</application> package contains
25<acronym>CD</acronym> recording utilities. These are
26useful for reading, creating or writing (burning) Compact Discs.</para>
27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download (HTTP): <ulink url="&cdrtools-download-http;"/></para></listitem>
31<listitem><para>Download (FTP): <ulink url="&cdrtools-download-ftp;"/></para></listitem>
32<listitem><para>Download size: &cdrtools-size;</para></listitem>
33<listitem><para>Estimated Disk space required: &cdrtools-buildsize;</para></listitem>
34<listitem><para>Estimated build time: &cdrtools-time;</para></listitem></itemizedlist>
35</sect3>
36
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
44</sect2>
45
46<sect2>
47<title>Installation of <application>Cdrtools</application></title>
48
49<para>Install <application>Cdrtools</application> by running the following
50commands:</para>
51
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;
54make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root install</command></userinput></screen>
55
56</sect2>
57
58<sect2>
59<title>Command explanations</title>
60
61<para><parameter>INS_BASE=/usr</parameter>: This command moves the
62install directory from <filename class="directory">/opt/schily
63</filename> to <filename class="directory">/usr</filename>.</para>
64
65<para><parameter>DEFINSUSR=root DEFINSGRP=root</parameter>: These
66commands install all programs with root:root ownership instead of the default
67bin:bin.</para>
68
69</sect2>
70
71<sect2>
72<title>Contents</title>
73
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>
82
83</sect2>
84
85<sect2><title>Description</title>
86
87<sect3><title>cdrecord</title>
88<para><command>cdrecord</command> records audio or data Compact Discs.</para>
89</sect3>
90
91<sect3><title>cdda2wav</title>
92<para><command>cdda2wav</command> dumps Compact Disc audio into
93<filename>WAV</filename> sound files.</para></sect3>
94
95<sect3><title>mkisofs</title>
96<para><command>mkisofs</command> and <command>mkhybrid</command>
97generate an <acronym>ISO</acronym>9660/JOLIET/<acronym>HFS</acronym> hybrid
98file system.</para></sect3>
99
100<sect3><title>readcd</title>
101<para><command>readcd</command> reads or writes Compact Discs.</para></sect3>
102
103<sect3><title>scgcheck</title>
104<para><command>scgcheck</command> is used to check and verify the Application
105Binary Interface of <filename class="libraryfile">libscg.</filename></para>
106</sect3>
107
108<sect3><title>support utilities</title>
109<para><command>isoinfo</command>, <command>isodump</command>,
110<command>isovfy</command>, <command>isodebug</command> and
111<command>devdump</command> are utility programs for
112dumping and verifying <acronym>ISO</acronym>9660 images.</para></sect3>
113
114<sect3><title>rscsi</title>
115<para><command>rscsi</command> is a remote <acronym>SCSI</acronym>
116manager.</para></sect3>
117
118<sect3><title>support libraries</title>
119<para><filename class="libraryfile">libdeflt</filename>,
120<filename class="libraryfile">libedc_ecc</filename>,
121<filename class="libraryfile">libfile</filename>,
122<filename class="libraryfile">libhfs</filename>,
123<filename class="libraryfile">libparanoia</filename>,
124<filename class="libraryfile">librscg</filename>,
125<filename class="libraryfile">libscg</filename>,
126<filename class="libraryfile">libschily</filename> and
127<filename class="libraryfile">libunls</filename>
128are the support libraries for this package.</para></sect3>
129
130</sect2>
131
132</sect1>
133
Note: See TracBrowser for help on using the repository browser.