source: multimedia/cdwriteutils/cdrtools.xml@ d8a5def6

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
Last change on this file since d8a5def6 was d8a5def6, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML update for Chapter 40

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

  • Property mode set to 100644
File size: 4.4 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<?dbhtml filename="cdrtools.html"?>
15<title>Cdrtools-&cdrtools-version;</title>
16
17<sect2>
18<title>Introduction to <application>Cdrtools</application></title>
19
20<para>The <application>Cdrtools</application> package contains
21<acronym>CD</acronym> recording utilities. These are
22useful for reading, creating or writing (burning) Compact Discs.</para>
23
24<sect3><title>Package information</title>
25<itemizedlist spacing='compact'>
26<listitem><para>Download (HTTP): <ulink url="&cdrtools-download-http;"/></para></listitem>
27<listitem><para>Download (FTP): <ulink url="&cdrtools-download-ftp;"/></para></listitem>
28<listitem><para>Download size: &cdrtools-size;</para></listitem>
29<listitem><para>Estimated Disk space required: &cdrtools-buildsize;</para></listitem>
30<listitem><para>Estimated build time: &cdrtools-time;</para></listitem></itemizedlist>
31</sect3>
32
33</sect2>
34
35<sect2>
36<title>Installation of <application>Cdrtools</application></title>
37
38<para>Install <application>Cdrtools</application> by running the following commands:</para>
39
40<screen><userinput><command>make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root &amp;&amp;
41make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root install</command></userinput></screen>
42
43</sect2>
44
45<sect2>
46<title>Command explanations</title>
47
48<para><parameter>INS_BASE=/usr</parameter>: This command moves the
49install directory from <filename class="directory">/opt/schily
50</filename> to <filename class="directory">/usr</filename>.</para>
51
52<para><parameter>DEFINSUSR=root DEFINSGRP=root</parameter>: These
53commands install all programs with root:root ownership instead of the default
54bin:bin.</para>
55
56</sect2>
57
58<sect2>
59<title>Contents</title>
60
61<para>The <application>Cdrtools</application> package contains <command>cdrecord</command>,
62<command>cdda2wav</command>, <command>mkisofs</command>, <command>mkhybrid</command>,
63<command>readcd</command>, <command>scgcheck</command>,
64<command>isoinfo</command>, <command>isodump</command>,
65<command>isovfy</command>, <command>isodebug</command>, <command>devdump</command>,
66<command>rscsi</command> and support libraries.</para>
67
68</sect2>
69
70<sect2><title>Description</title>
71
72<sect3><title>cdrecord</title>
73<para><command>cdrecord</command> records audio or data Compact Discs.</para></sect3>
74
75<sect3><title>cdda2wav</title>
76<para><command>cdda2wav</command> dumps Compact Disc audio into
77<filename>WAV</filename> sound files.</para></sect3>
78
79<sect3><title>mkisofs</title>
80<para><command>mkisofs</command> and <command>mkhybrid</command>
81generate an <acronym>ISO</acronym>9660/JOLIET/<acronym>HFS</acronym> hybrid file system.</para></sect3>
82
83<sect3><title>readcd</title>
84<para><command>readcd</command> reads or writes Compact Discs.</para></sect3>
85
86<sect3><title>scgcheck</title>
87<para><command>scgcheck</command> is used to check and verify the Application Binary
88Interface of <filename class="libraryfile">libscg.</filename></para></sect3>
89
90<sect3><title>support utilities</title>
91<para><command>isoinfo</command>, <command>isodump</command>,
92<command>isovfy</command>, <command>isodebug</command> and
93<command>devdump</command> are utility programs for
94dumping and verifying <acronym>ISO</acronym>9660 images.</para></sect3>
95
96<sect3><title>rscsi</title>
97<para><command>rscsi</command> is a remote <acronym>SCSI</acronym> manager.</para></sect3>
98
99<sect3><title>support libraries</title>
100<para><filename class="libraryfile">libdeflt</filename>,
101<filename class="libraryfile">libedc_ecc</filename>,
102<filename class="libraryfile">libfile</filename>,
103<filename class="libraryfile">libhfs</filename>,
104<filename class="libraryfile">libparanoia</filename>,
105<filename class="libraryfile">librscg</filename>,
106<filename class="libraryfile">libscg</filename>,
107<filename class="libraryfile">libschily</filename> and
108<filename class="libraryfile">libunls</filename>
109are the support libraries for this package.</para></sect3>
110
111</sect2>
112
113</sect1>
114
Note: See TracBrowser for help on using the repository browser.