source: multimedia/cdwriteutils/cdrtools.xml@ 6732c094

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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
Last change on this file since 6732c094 was 6732c094, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated all the XML files (and the one stylesheet) to use the 4.5 version of DocBook XML DTD

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

  • Property mode set to 100644
File size: 10.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY cdrtools-download-http "http://gd.tuwien.ac.at/utils/schilling/cdrtools/cdrtools-&cdrtools-version;.tar.bz2">
8 <!ENTITY cdrtools-download-ftp "ftp://ftp.berlios.de/pub/cdrecord/cdrtools-&cdrtools-version;.tar.bz2">
9 <!ENTITY cdrtools-md5sum "d44a81460e97ae02931c31188fe8d3fd">
10 <!ENTITY cdrtools-size "1.4 MB">
11 <!ENTITY cdrtools-buildsize "21 MB">
12 <!ENTITY cdrtools-time "0.5 SBU">
13]>
14
15<sect1 id="cdrtools" xreflabel="Cdrtools-&cdrtools-version;">
16 <?dbhtml filename="cdrtools.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Cdrtools-&cdrtools-version;</title>
24
25 <indexterm zone="cdrtools">
26 <primary sortas="a-Cdrtools">Cdrtools</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Cdrtools</title>
31
32 <para>The <application>Cdrtools</application> package contains
33 CD recording utilities. These are useful for reading, creating or writing
34 (burning) Compact Discs.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&cdrtools-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&cdrtools-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &cdrtools-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &cdrtools-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &cdrtools-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &cdrtools-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
59 <itemizedlist spacing='compact'>
60 <listitem>
61 <para>Required patch for extending the number of locales to create
62 CDs with non-ASCII filenames:
63 <ulink url="&patch-root;/cdrtools-&cdrtools-version;-mkisofs_iconv-1.patch"/></para>
64 </listitem>
65
66 <listitem>
67 <para>Recommended Patch for using <application>Cdrtools</application>
68 in locales using non-ISO-8859-1 character sets:
69 <ulink url="&patch-root;/cdrtools-&cdrtools-version;-ascii-2.patch"/></para>
70 </listitem>
71 </itemizedlist>
72
73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/Cdrtools"/></para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of Cdrtools</title>
80
81 <note>
82 <para>Installation of <application>Cdrtools</application> will fail if raw
83 kernel headers are found in <filename class='directory'>/usr/src/linux</filename>
84 either as actual files or a symlink. As of the Linux 2.6 kernel series, this directory
85 should no longer exist because appropriate headers were installed in the
86 linux-libc-headers package during the base LFS installation.</para>
87 </note>
88
89 <para>When creating an ISO 9660 image with <command>mkisofs</command>,
90 the character set of the filenames used must be specified unless it is
91 ISO-8859-1, the default. If the character set is not specified correctly,
92 then non-ASCII filenames will be unreadable on other systems, such as
93 <application>Microsoft Windows</application>. This patch allows any
94 input character set supported by <application>Glibc</application>
95 (such as UTF-8) to be specified to <command>mkisofs</command>, as
96 opposed of the short list of built-in encodings. Also, the default input
97 character set is set to that of the current locale, which is the correct
98 behavior. To address this situation, apply the mkisofs_iconv patch:</para>
99
100<screen><userinput>patch -Np1 -i ../cdrtools-&cdrtools-version;-mkisofs_iconv-1.patch</userinput></screen>
101
102 <para>The <command>cdrecord</command> program has hard-coded non-ASCII
103 characters in its messages. Since these characters are part of the
104 ISO-8859-1 character set, they will not be displayed correctly in
105 locales that use a different character set, such as UTF-8. The following
106 patch converts these characters to ASCII approximations:</para>
107
108<screen><userinput>patch -Np1 -i ../cdrtools-&cdrtools-version;-ascii-2.patch</userinput></screen>
109
110 <para>Install <application>Cdrtools</application> by running the following
111 commands:</para>
112
113<screen><userinput>make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root</userinput></screen>
114
115 <para>This package does not come with a test suite.</para>
116
117 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
118
119<screen role="root"><userinput>make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root install &amp;&amp;
120install -v -m755 -d /usr/share/doc/cdrtools-2.01 &amp;&amp;
121install -v -m644 README* ABOUT doc/*.ps \
122 /usr/share/doc/cdrtools-2.01</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <para><parameter>INS_BASE=/usr</parameter>: This parameter moves
130 the install directory from <filename class="directory">/opt/schily</filename>
131 to <filename class="directory">/usr</filename>.</para>
132
133 <para><parameter>DEFINSUSR=root DEFINSGRP=root</parameter>: These
134 parameters install all programs with root:root ownership instead of the default
135 bin:bin.</para>
136
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Programs</segtitle>
144 <segtitle>Installed Libraries</segtitle>
145 <segtitle>Installed Directories</segtitle>
146
147 <seglistitem>
148 <seg>cdda2wav, cdrecord, devdump, isodebug, isodump, isoinfo, isovfy,
149 mkhybrid, mkisofs, readcd, rscsi, scgcheck, and skel</seg>
150 <seg>libdeflt.a, libedc_ecc.a, libfile.a, libhfs.a, libparanoia.a, librscg.a,
151 libscg.a, libschily.a, and libunls.a</seg>
152 <seg>None</seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="cdda2wav">
162 <term><command>cdda2wav</command></term>
163 <listitem>
164 <para>converts Compact Disc audio into WAV sound files.</para>
165 <indexterm zone="cdrtools cdda2wav">
166 <primary sortas="b-cdda2wav">cdda2wav</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="cdrecord">
172 <term><command>cdrecord</command></term>
173 <listitem>
174 <para>records audio or data Compact Discs.</para>
175 <indexterm zone="cdrtools cdrecord">
176 <primary sortas="b-cdrecord">cdrecord</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="devdump">
182 <term><command>devdump</command></term>
183 <listitem>
184 <para>is a diagnostic program used to dump an
185 ISO-9660 device or file in hex.</para>
186 <indexterm zone="cdrtools devdump">
187 <primary sortas="b-devdump">devdump</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="isodebug">
193 <term><command>isodebug</command></term>
194 <listitem>
195 <para>is used to display the command-line parameters used to create
196 an ISO-9660 image.</para>
197 <indexterm zone="cdrtools isodebug">
198 <primary sortas="b-isodebug">isodebug</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="isodump">
204 <term><command>isodump</command></term>
205 <listitem>
206 <para>is a diagnostic program used to dump a device or file based on
207 ISO-9660.</para>
208 <indexterm zone="cdrtools isodump">
209 <primary sortas="b-isodump">isodump</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 <varlistentry id="isoinfo">
215 <term><command>isoinfo</command></term>
216 <listitem>
217 <para>is used to analyze or list an ISO-9660 image.</para>
218 <indexterm zone="cdrtools isoinfo">
219 <primary sortas="b-isoinfo">isoinfo</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
224 <varlistentry id="isovfy">
225 <term><command>isovfy</command></term>
226 <listitem>
227 <para>is used to verify an ISO-9660 image.</para>
228 <indexterm zone="cdrtools isovfy">
229 <primary sortas="b-isovfy">isovfy</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
234 <varlistentry id="mkhybrid">
235 <term><command>mkhybrid</command></term>
236 <listitem>
237 <para>is a symbolic link to <command>mkisofs</command> used to
238 create ISO-9660/HFS hybrid filesystem images.</para>
239 <indexterm zone="cdrtools mkhybrid">
240 <primary sortas="b-mkhybrid">mkhybrid</primary>
241 </indexterm>
242 </listitem>
243 </varlistentry>
244
245 <varlistentry id="mkisofs">
246 <term><command>mkisofs</command></term>
247 <listitem>
248 <para>is used to create ISO-9660/JOLIET/HFS filesystem images,
249 optionally with Rock Ridge attributes.</para>
250 <indexterm zone="cdrtools mkisofs">
251 <primary sortas="b-mkisofs">mkisofs</primary>
252 </indexterm>
253 </listitem>
254 </varlistentry>
255
256 <varlistentry id="readcd">
257 <term><command>readcd</command></term>
258 <listitem>
259 <para>reads or writes Compact Discs.</para>
260 <indexterm zone="cdrtools readcd">
261 <primary sortas="b-readcd">readcd</primary>
262 </indexterm>
263 </listitem>
264 </varlistentry>
265
266 <varlistentry id="rscsi">
267 <term><command>rscsi</command></term>
268 <listitem>
269 <para>is a remote SCSI manager.</para>
270 <indexterm zone="cdrtools rscsi">
271 <primary sortas="b-rscsi">rscsi</primary>
272 </indexterm>
273 </listitem>
274 </varlistentry>
275
276 <varlistentry id="scgcheck">
277 <term><command>scgcheck</command></term>
278 <listitem>
279 <para>is used to check and verify the Application Binary Interface
280 of <filename class="libraryfile">libscg</filename>.</para>
281 <indexterm zone="cdrtools scgcheck">
282 <primary sortas="b-scgcheck">scgcheck</primary>
283 </indexterm>
284 </listitem>
285 </varlistentry>
286
287 <varlistentry id="libscg">
288 <term><filename class='libraryfile'>libscg.a</filename></term>
289 <listitem>
290 <para>is a highly portable SCSI transport library.</para>
291 <indexterm zone="cdrtools libscg">
292 <primary sortas="c-libscg">libscg.a</primary>
293 </indexterm>
294 </listitem>
295 </varlistentry>
296
297 </variablelist>
298
299 </sect2>
300
301</sect1>
Note: See TracBrowser for help on using the repository browser.