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 | <para condition="html" role="usernotes">User Notes:
|
---|
75 | <ulink url="&blfs-wiki;/Cdrtools"/></para>
|
---|
76 |
|
---|
77 | </sect2>
|
---|
78 |
|
---|
79 | <sect2 role="installation">
|
---|
80 | <title>Installation of Cdrtools</title>
|
---|
81 |
|
---|
82 | <note>
|
---|
83 | <para>
|
---|
84 | This package does not support parallel build.
|
---|
85 | </para>
|
---|
86 | </note>
|
---|
87 |
|
---|
88 | <para>
|
---|
89 | Install <application>Cdrtools</application> by running the following
|
---|
90 | commands:
|
---|
91 | </para>
|
---|
92 |
|
---|
93 | <screen><userinput>export GMAKE_NOWARN=true &&
|
---|
94 | make -j1 INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root</userinput></screen>
|
---|
95 |
|
---|
96 | <para>
|
---|
97 | This package does not come with a test suite.
|
---|
98 | </para>
|
---|
99 |
|
---|
100 | <para>
|
---|
101 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
102 | </para>
|
---|
103 |
|
---|
104 | <screen role="root"><userinput>export GMAKE_NOWARN=true &&
|
---|
105 | make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root install &&
|
---|
106 | install -v -m755 -d /usr/share/doc/cdrtools-&cdrtools-version; &&
|
---|
107 | install -v -m644 README* ABOUT doc/*.ps \
|
---|
108 | /usr/share/doc/cdrtools-&cdrtools-version;</userinput></screen>
|
---|
109 |
|
---|
110 | </sect2>
|
---|
111 |
|
---|
112 | <sect2 role="commands">
|
---|
113 | <title>Command Explanations</title>
|
---|
114 |
|
---|
115 | <para>
|
---|
116 | <command>export GMAKE_NOWARN=true</command>: This variable avoids a
|
---|
117 | warning when using GNU make.
|
---|
118 | </para>
|
---|
119 |
|
---|
120 | <para>
|
---|
121 | <parameter>INS_BASE=/usr</parameter>: This parameter moves
|
---|
122 | the install directory from <filename class="directory">/opt/schily</filename>
|
---|
123 | to <filename class="directory">/usr</filename>.
|
---|
124 | </para>
|
---|
125 |
|
---|
126 | <para>
|
---|
127 | <parameter>DEFINSUSR=root DEFINSGRP=root</parameter>: These parameters
|
---|
128 | install all programs with root:root ownership instead of the default
|
---|
129 | bin:bin.
|
---|
130 | </para>
|
---|
131 |
|
---|
132 | </sect2>
|
---|
133 |
|
---|
134 | <sect2 role="content">
|
---|
135 | <title>Contents</title>
|
---|
136 |
|
---|
137 | <segmentedlist>
|
---|
138 | <segtitle>Installed Programs</segtitle>
|
---|
139 | <segtitle>Installed Libraries</segtitle>
|
---|
140 | <segtitle>Installed Directories</segtitle>
|
---|
141 |
|
---|
142 | <seglistitem>
|
---|
143 | <seg>btcflash, cdda2mp3, cdda2ogg, cdda2wav, cdrecord, devdump,
|
---|
144 | isodebug, isodump, isoinfo, isovfy, mkhybrid, mkisofs, readcd,
|
---|
145 | rscsi, scgcheck, scgskeleton</seg>
|
---|
146 |
|
---|
147 | <seg>libcdrdeflt.a, libdeflt.a, libedc_ecc.a, libedc_ecc_dec.a,
|
---|
148 | libfile.a, libfind.a, libhfs.a, libmdigest.a, libparanoia.a,
|
---|
149 | librscg.a, libscg.a, libscgcmd.a, libschily.a, libsiconv.a</seg>
|
---|
150 |
|
---|
151 | <seg>/usr/lib/{profiled,siconv}, /usr/include/{scg,schily},
|
---|
152 | /usr/share/doc/cdda2wav,cdrecord,libparanoia,mkisofs,rscsi}</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="btcflash">
|
---|
162 | <term><command>btcflash</command></term>
|
---|
163 | <listitem>
|
---|
164 | <para>
|
---|
165 | flashes the firmware on BTC DRW1008 DVD+/-RW recorder.
|
---|
166 | Please exercise care with this program.
|
---|
167 | </para>
|
---|
168 | <indexterm zone="cdrtools btcflash">
|
---|
169 | <primary sortas="b-btcflash">btcflash</primary>
|
---|
170 | </indexterm>
|
---|
171 | </listitem>
|
---|
172 | </varlistentry>
|
---|
173 |
|
---|
174 | <varlistentry id="cdda2wav">
|
---|
175 | <term><command>cdda2wav</command></term>
|
---|
176 | <listitem>
|
---|
177 | <para>
|
---|
178 | converts Compact Disc audio into WAV sound files.
|
---|
179 | </para>
|
---|
180 | <indexterm zone="cdrtools cdda2wav">
|
---|
181 | <primary sortas="b-cdda2wav">cdda2wav</primary>
|
---|
182 | </indexterm>
|
---|
183 | </listitem>
|
---|
184 | </varlistentry>
|
---|
185 |
|
---|
186 | <varlistentry id="cdrecord">
|
---|
187 | <term><command>cdrecord</command></term>
|
---|
188 | <listitem>
|
---|
189 | <para>
|
---|
190 | records audio or data Compact Discs.
|
---|
191 | </para>
|
---|
192 | <indexterm zone="cdrtools cdrecord">
|
---|
193 | <primary sortas="b-cdrecord">cdrecord</primary>
|
---|
194 | </indexterm>
|
---|
195 | </listitem>
|
---|
196 | </varlistentry>
|
---|
197 |
|
---|
198 | <varlistentry id="devdump">
|
---|
199 | <term><command>devdump</command></term>
|
---|
200 | <listitem>
|
---|
201 | <para>
|
---|
202 | is a diagnostic program used to dump an
|
---|
203 | ISO-9660 device or file in hex.
|
---|
204 | </para>
|
---|
205 | <indexterm zone="cdrtools devdump">
|
---|
206 | <primary sortas="b-devdump">devdump</primary>
|
---|
207 | </indexterm>
|
---|
208 | </listitem>
|
---|
209 | </varlistentry>
|
---|
210 |
|
---|
211 | <varlistentry id="isodebug">
|
---|
212 | <term><command>isodebug</command></term>
|
---|
213 | <listitem>
|
---|
214 | <para>
|
---|
215 | is used to display the command-line parameters used to create
|
---|
216 | an ISO-9660 image.
|
---|
217 | </para>
|
---|
218 | <indexterm zone="cdrtools isodebug">
|
---|
219 | <primary sortas="b-isodebug">isodebug</primary>
|
---|
220 | </indexterm>
|
---|
221 | </listitem>
|
---|
222 | </varlistentry>
|
---|
223 |
|
---|
224 | <varlistentry id="isodump">
|
---|
225 | <term><command>isodump</command></term>
|
---|
226 | <listitem>
|
---|
227 | <para>
|
---|
228 | is a diagnostic program used to dump a device or file based on
|
---|
229 | ISO-9660.
|
---|
230 | </para>
|
---|
231 | <indexterm zone="cdrtools isodump">
|
---|
232 | <primary sortas="b-isodump">isodump</primary>
|
---|
233 | </indexterm>
|
---|
234 | </listitem>
|
---|
235 | </varlistentry>
|
---|
236 |
|
---|
237 | <varlistentry id="isoinfo">
|
---|
238 | <term><command>isoinfo</command></term>
|
---|
239 | <listitem>
|
---|
240 | <para>
|
---|
241 | is used to analyze or list an ISO-9660 image.
|
---|
242 | </para>
|
---|
243 | <indexterm zone="cdrtools isoinfo">
|
---|
244 | <primary sortas="b-isoinfo">isoinfo</primary>
|
---|
245 | </indexterm>
|
---|
246 | </listitem>
|
---|
247 | </varlistentry>
|
---|
248 |
|
---|
249 | <varlistentry id="isovfy">
|
---|
250 | <term><command>isovfy</command></term>
|
---|
251 | <listitem>
|
---|
252 | <para>
|
---|
253 | is used to verify an ISO-9660 image.
|
---|
254 | </para>
|
---|
255 | <indexterm zone="cdrtools isovfy">
|
---|
256 | <primary sortas="b-isovfy">isovfy</primary>
|
---|
257 | </indexterm>
|
---|
258 | </listitem>
|
---|
259 | </varlistentry>
|
---|
260 |
|
---|
261 | <varlistentry id="mkhybrid">
|
---|
262 | <term><command>mkhybrid</command></term>
|
---|
263 | <listitem>
|
---|
264 | <para>
|
---|
265 | is a symbolic link to <command>mkisofs</command> used to
|
---|
266 | create ISO-9660/HFS hybrid filesystem images.
|
---|
267 | </para>
|
---|
268 | <indexterm zone="cdrtools mkhybrid">
|
---|
269 | <primary sortas="b-mkhybrid">mkhybrid</primary>
|
---|
270 | </indexterm>
|
---|
271 | </listitem>
|
---|
272 | </varlistentry>
|
---|
273 |
|
---|
274 | <varlistentry id="mkisofs">
|
---|
275 | <term><command>mkisofs</command></term>
|
---|
276 | <listitem>
|
---|
277 | <para>
|
---|
278 | is used to create ISO-9660/JOLIET/HFS filesystem images,
|
---|
279 | optionally with Rock Ridge attributes.
|
---|
280 | </para>
|
---|
281 | <indexterm zone="cdrtools mkisofs">
|
---|
282 | <primary sortas="b-mkisofs">mkisofs</primary>
|
---|
283 | </indexterm>
|
---|
284 | </listitem>
|
---|
285 | </varlistentry>
|
---|
286 |
|
---|
287 | <varlistentry id="readcd">
|
---|
288 | <term><command>readcd</command></term>
|
---|
289 | <listitem>
|
---|
290 | <para>
|
---|
291 | reads or writes Compact Discs.
|
---|
292 | </para>
|
---|
293 | <indexterm zone="cdrtools readcd">
|
---|
294 | <primary sortas="b-readcd">readcd</primary>
|
---|
295 | </indexterm>
|
---|
296 | </listitem>
|
---|
297 | </varlistentry>
|
---|
298 |
|
---|
299 | <varlistentry id="rscsi">
|
---|
300 | <term><command>rscsi</command></term>
|
---|
301 | <listitem>
|
---|
302 | <para>
|
---|
303 | is a remote SCSI manager.
|
---|
304 | </para>
|
---|
305 | <indexterm zone="cdrtools rscsi">
|
---|
306 | <primary sortas="b-rscsi">rscsi</primary>
|
---|
307 | </indexterm>
|
---|
308 | </listitem>
|
---|
309 | </varlistentry>
|
---|
310 |
|
---|
311 | <varlistentry id="scgcheck">
|
---|
312 | <term><command>scgcheck</command></term>
|
---|
313 | <listitem>
|
---|
314 | <para>
|
---|
315 | is used to check and verify the Application Binary Interface
|
---|
316 | of <filename class="libraryfile">libscg</filename>.
|
---|
317 | </para>
|
---|
318 | <indexterm zone="cdrtools scgcheck">
|
---|
319 | <primary sortas="b-scgcheck">scgcheck</primary>
|
---|
320 | </indexterm>
|
---|
321 | </listitem>
|
---|
322 | </varlistentry>
|
---|
323 |
|
---|
324 | <varlistentry id="libscg">
|
---|
325 | <term><filename class='libraryfile'>libscg.a</filename></term>
|
---|
326 | <listitem>
|
---|
327 | <para>
|
---|
328 | is a highly portable SCSI transport library.
|
---|
329 | </para>
|
---|
330 | <indexterm zone="cdrtools libscg">
|
---|
331 | <primary sortas="c-libscg">libscg.a</primary>
|
---|
332 | </indexterm>
|
---|
333 | </listitem>
|
---|
334 | </varlistentry>
|
---|
335 |
|
---|
336 | </variablelist>
|
---|
337 |
|
---|
338 | </sect2>
|
---|
339 |
|
---|
340 | </sect1>
|
---|