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 "&sourceforge-dl;/cdrtools/cdrtools-&cdrtools-version;.tar.bz2">
|
---|
8 | <!ENTITY cdrtools-download-ftp " ">
|
---|
9 | <!ENTITY cdrtools-md5sum "1e224a6adbbe4ad40047b9fddbb0e60c">
|
---|
10 | <!ENTITY cdrtools-size "2.1 MB">
|
---|
11 | <!ENTITY cdrtools-buildsize "32 MB">
|
---|
12 | <!ENTITY cdrtools-time "0.7 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>
|
---|
33 | The <application>Cdrtools</application> package contains
|
---|
34 | CD recording utilities. These are useful for reading, creating or writing
|
---|
35 | (burning) CDs, DVDs, and Blu-ray discs.
|
---|
36 | </para>
|
---|
37 |
|
---|
38 | &lfs91_checked;
|
---|
39 |
|
---|
40 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
41 | <itemizedlist spacing="compact">
|
---|
42 | <listitem>
|
---|
43 | <para>
|
---|
44 | Download (HTTP): <ulink url="&cdrtools-download-http;"/>
|
---|
45 | </para>
|
---|
46 | </listitem>
|
---|
47 | <listitem>
|
---|
48 | <para>
|
---|
49 | Download (FTP): <ulink url="&cdrtools-download-ftp;"/>
|
---|
50 | </para>
|
---|
51 | </listitem>
|
---|
52 | <listitem>
|
---|
53 | <para>
|
---|
54 | Download MD5 sum: &cdrtools-md5sum;
|
---|
55 | </para>
|
---|
56 | </listitem>
|
---|
57 | <listitem>
|
---|
58 | <para>
|
---|
59 | Download size: &cdrtools-size;
|
---|
60 | </para>
|
---|
61 | </listitem>
|
---|
62 | <listitem>
|
---|
63 | <para>
|
---|
64 | Estimated disk space required: &cdrtools-buildsize;
|
---|
65 | </para>
|
---|
66 | </listitem>
|
---|
67 | <listitem>
|
---|
68 | <para>
|
---|
69 | Estimated build time: &cdrtools-time;
|
---|
70 | </para>
|
---|
71 | </listitem>
|
---|
72 | </itemizedlist>
|
---|
73 |
|
---|
74 | <bridgehead renderas="sect3">Cdrtools Depedendencies</bridgehead>
|
---|
75 |
|
---|
76 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
77 | <para role="required">
|
---|
78 | <xref linkend="alsa-lib"/>
|
---|
79 | </para>
|
---|
80 |
|
---|
81 | <para condition="html" role="usernotes">User Notes:
|
---|
82 | <ulink url="&blfs-wiki;/Cdrtools"/></para>
|
---|
83 |
|
---|
84 | </sect2>
|
---|
85 |
|
---|
86 | <sect2 role="installation">
|
---|
87 | <title>Installation of Cdrtools</title>
|
---|
88 |
|
---|
89 | <note>
|
---|
90 | <para>
|
---|
91 | This package does not support parallel build.
|
---|
92 | </para>
|
---|
93 | </note>
|
---|
94 |
|
---|
95 | <para>
|
---|
96 | Install <application>Cdrtools</application> by running the following
|
---|
97 | commands:
|
---|
98 | </para>
|
---|
99 |
|
---|
100 | <screen><userinput>export GMAKE_NOWARN=true &&
|
---|
101 | make -j1 INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root</userinput></screen>
|
---|
102 |
|
---|
103 | <para>
|
---|
104 | This package does not come with a test suite.
|
---|
105 | </para>
|
---|
106 |
|
---|
107 | <para>
|
---|
108 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
109 | </para>
|
---|
110 |
|
---|
111 | <screen role="root"><userinput>export GMAKE_NOWARN=true &&
|
---|
112 | make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root install &&
|
---|
113 | install -v -m755 -d /usr/share/doc/cdrtools-&cdrtools-version; &&
|
---|
114 | install -v -m644 README* ABOUT doc/*.ps \
|
---|
115 | /usr/share/doc/cdrtools-&cdrtools-version;</userinput></screen>
|
---|
116 |
|
---|
117 | </sect2>
|
---|
118 |
|
---|
119 | <sect2 role="commands">
|
---|
120 | <title>Command Explanations</title>
|
---|
121 |
|
---|
122 | <para>
|
---|
123 | <command>export GMAKE_NOWARN=true</command>: This variable avoids a
|
---|
124 | warning when using GNU make.
|
---|
125 | </para>
|
---|
126 |
|
---|
127 | <para>
|
---|
128 | <parameter>INS_BASE=/usr</parameter>: This parameter moves
|
---|
129 | the install directory from <filename class="directory">/opt/schily</filename>
|
---|
130 | to <filename class="directory">/usr</filename>.
|
---|
131 | </para>
|
---|
132 |
|
---|
133 | <para>
|
---|
134 | <parameter>DEFINSUSR=root DEFINSGRP=root</parameter>: These parameters
|
---|
135 | install all programs with root:root ownership instead of the default
|
---|
136 | bin:bin.
|
---|
137 | </para>
|
---|
138 |
|
---|
139 | </sect2>
|
---|
140 |
|
---|
141 | <sect2 role="content">
|
---|
142 | <title>Contents</title>
|
---|
143 |
|
---|
144 | <segmentedlist>
|
---|
145 | <segtitle>Installed Programs</segtitle>
|
---|
146 | <segtitle>Installed Libraries</segtitle>
|
---|
147 | <segtitle>Installed Directories</segtitle>
|
---|
148 |
|
---|
149 | <seglistitem>
|
---|
150 | <seg>btcflash, cdda2mp3, cdda2ogg, cdda2wav, cdrecord, devdump,
|
---|
151 | isodebug, isodump, isoinfo, isovfy, mkhybrid, mkisofs, readcd,
|
---|
152 | rscsi, scgcheck, scgskeleton</seg>
|
---|
153 |
|
---|
154 | <seg>libcdrdeflt.a, libdeflt.a, libedc_ecc.a, libedc_ecc_dec.a,
|
---|
155 | libfile.a, libfind.a, libhfs.a, libmdigest.a, libparanoia.a,
|
---|
156 | librscg.a, libscg.a, libscgcmd.a, libschily.a, libsiconv.a</seg>
|
---|
157 |
|
---|
158 | <seg>/usr/lib/{profiled,siconv}, /usr/include/{scg,schily},
|
---|
159 | /usr/share/doc/cdda2wav,cdrecord,libparanoia,mkisofs,rscsi}</seg>
|
---|
160 | </seglistitem>
|
---|
161 | </segmentedlist>
|
---|
162 |
|
---|
163 | <variablelist>
|
---|
164 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
165 | <?dbfo list-presentation="list"?>
|
---|
166 | <?dbhtml list-presentation="table"?>
|
---|
167 |
|
---|
168 | <varlistentry id="btcflash">
|
---|
169 | <term><command>btcflash</command></term>
|
---|
170 | <listitem>
|
---|
171 | <para>
|
---|
172 | flashes the firmware on BTC DRW1008 DVD+/-RW recorder.
|
---|
173 | Please exercise care with this program.
|
---|
174 | </para>
|
---|
175 | <indexterm zone="cdrtools btcflash">
|
---|
176 | <primary sortas="b-btcflash">btcflash</primary>
|
---|
177 | </indexterm>
|
---|
178 | </listitem>
|
---|
179 | </varlistentry>
|
---|
180 |
|
---|
181 | <varlistentry id="cdda2wav">
|
---|
182 | <term><command>cdda2wav</command></term>
|
---|
183 | <listitem>
|
---|
184 | <para>
|
---|
185 | converts Compact Disc audio into WAV sound files.
|
---|
186 | </para>
|
---|
187 | <indexterm zone="cdrtools cdda2wav">
|
---|
188 | <primary sortas="b-cdda2wav">cdda2wav</primary>
|
---|
189 | </indexterm>
|
---|
190 | </listitem>
|
---|
191 | </varlistentry>
|
---|
192 |
|
---|
193 | <varlistentry id="cdrecord">
|
---|
194 | <term><command>cdrecord</command></term>
|
---|
195 | <listitem>
|
---|
196 | <para>
|
---|
197 | records audio or data Compact Discs.
|
---|
198 | </para>
|
---|
199 | <indexterm zone="cdrtools cdrecord">
|
---|
200 | <primary sortas="b-cdrecord">cdrecord</primary>
|
---|
201 | </indexterm>
|
---|
202 | </listitem>
|
---|
203 | </varlistentry>
|
---|
204 |
|
---|
205 | <varlistentry id="devdump">
|
---|
206 | <term><command>devdump</command></term>
|
---|
207 | <listitem>
|
---|
208 | <para>
|
---|
209 | is a diagnostic program used to dump an
|
---|
210 | ISO-9660 device or file in hex.
|
---|
211 | </para>
|
---|
212 | <indexterm zone="cdrtools devdump">
|
---|
213 | <primary sortas="b-devdump">devdump</primary>
|
---|
214 | </indexterm>
|
---|
215 | </listitem>
|
---|
216 | </varlistentry>
|
---|
217 |
|
---|
218 | <varlistentry id="isodebug">
|
---|
219 | <term><command>isodebug</command></term>
|
---|
220 | <listitem>
|
---|
221 | <para>
|
---|
222 | is used to display the command-line parameters used to create
|
---|
223 | an ISO-9660 image.
|
---|
224 | </para>
|
---|
225 | <indexterm zone="cdrtools isodebug">
|
---|
226 | <primary sortas="b-isodebug">isodebug</primary>
|
---|
227 | </indexterm>
|
---|
228 | </listitem>
|
---|
229 | </varlistentry>
|
---|
230 |
|
---|
231 | <varlistentry id="isodump">
|
---|
232 | <term><command>isodump</command></term>
|
---|
233 | <listitem>
|
---|
234 | <para>
|
---|
235 | is a diagnostic program used to dump a device or file based on
|
---|
236 | ISO-9660.
|
---|
237 | </para>
|
---|
238 | <indexterm zone="cdrtools isodump">
|
---|
239 | <primary sortas="b-isodump">isodump</primary>
|
---|
240 | </indexterm>
|
---|
241 | </listitem>
|
---|
242 | </varlistentry>
|
---|
243 |
|
---|
244 | <varlistentry id="isoinfo">
|
---|
245 | <term><command>isoinfo</command></term>
|
---|
246 | <listitem>
|
---|
247 | <para>
|
---|
248 | is used to analyze or list an ISO-9660 image.
|
---|
249 | </para>
|
---|
250 | <indexterm zone="cdrtools isoinfo">
|
---|
251 | <primary sortas="b-isoinfo">isoinfo</primary>
|
---|
252 | </indexterm>
|
---|
253 | </listitem>
|
---|
254 | </varlistentry>
|
---|
255 |
|
---|
256 | <varlistentry id="isovfy">
|
---|
257 | <term><command>isovfy</command></term>
|
---|
258 | <listitem>
|
---|
259 | <para>
|
---|
260 | is used to verify an ISO-9660 image.
|
---|
261 | </para>
|
---|
262 | <indexterm zone="cdrtools isovfy">
|
---|
263 | <primary sortas="b-isovfy">isovfy</primary>
|
---|
264 | </indexterm>
|
---|
265 | </listitem>
|
---|
266 | </varlistentry>
|
---|
267 |
|
---|
268 | <varlistentry id="mkhybrid">
|
---|
269 | <term><command>mkhybrid</command></term>
|
---|
270 | <listitem>
|
---|
271 | <para>
|
---|
272 | is a symbolic link to <command>mkisofs</command> used to
|
---|
273 | create ISO-9660/HFS hybrid filesystem images.
|
---|
274 | </para>
|
---|
275 | <indexterm zone="cdrtools mkhybrid">
|
---|
276 | <primary sortas="b-mkhybrid">mkhybrid</primary>
|
---|
277 | </indexterm>
|
---|
278 | </listitem>
|
---|
279 | </varlistentry>
|
---|
280 |
|
---|
281 | <varlistentry id="mkisofs">
|
---|
282 | <term><command>mkisofs</command></term>
|
---|
283 | <listitem>
|
---|
284 | <para>
|
---|
285 | is used to create ISO-9660/JOLIET/HFS filesystem images,
|
---|
286 | optionally with Rock Ridge attributes.
|
---|
287 | </para>
|
---|
288 | <indexterm zone="cdrtools mkisofs">
|
---|
289 | <primary sortas="b-mkisofs">mkisofs</primary>
|
---|
290 | </indexterm>
|
---|
291 | </listitem>
|
---|
292 | </varlistentry>
|
---|
293 |
|
---|
294 | <varlistentry id="readcd">
|
---|
295 | <term><command>readcd</command></term>
|
---|
296 | <listitem>
|
---|
297 | <para>
|
---|
298 | reads or writes Compact Discs.
|
---|
299 | </para>
|
---|
300 | <indexterm zone="cdrtools readcd">
|
---|
301 | <primary sortas="b-readcd">readcd</primary>
|
---|
302 | </indexterm>
|
---|
303 | </listitem>
|
---|
304 | </varlistentry>
|
---|
305 |
|
---|
306 | <varlistentry id="rscsi">
|
---|
307 | <term><command>rscsi</command></term>
|
---|
308 | <listitem>
|
---|
309 | <para>
|
---|
310 | is a remote SCSI manager.
|
---|
311 | </para>
|
---|
312 | <indexterm zone="cdrtools rscsi">
|
---|
313 | <primary sortas="b-rscsi">rscsi</primary>
|
---|
314 | </indexterm>
|
---|
315 | </listitem>
|
---|
316 | </varlistentry>
|
---|
317 |
|
---|
318 | <varlistentry id="scgcheck">
|
---|
319 | <term><command>scgcheck</command></term>
|
---|
320 | <listitem>
|
---|
321 | <para>
|
---|
322 | is used to check and verify the Application Binary Interface
|
---|
323 | of <filename class="libraryfile">libscg</filename>.
|
---|
324 | </para>
|
---|
325 | <indexterm zone="cdrtools scgcheck">
|
---|
326 | <primary sortas="b-scgcheck">scgcheck</primary>
|
---|
327 | </indexterm>
|
---|
328 | </listitem>
|
---|
329 | </varlistentry>
|
---|
330 |
|
---|
331 | <varlistentry id="libscg">
|
---|
332 | <term><filename class='libraryfile'>libscg.a</filename></term>
|
---|
333 | <listitem>
|
---|
334 | <para>
|
---|
335 | is a highly portable SCSI transport library.
|
---|
336 | </para>
|
---|
337 | <indexterm zone="cdrtools libscg">
|
---|
338 | <primary sortas="c-libscg">libscg.a</primary>
|
---|
339 | </indexterm>
|
---|
340 | </listitem>
|
---|
341 | </varlistentry>
|
---|
342 |
|
---|
343 | </variablelist>
|
---|
344 |
|
---|
345 | </sect2>
|
---|
346 |
|
---|
347 | </sect1>
|
---|