source: multimedia/cdwriteutils/cdrdao.xml@ 6473e74

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 6473e74 was 6473e74, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed excess EOL whitespace from all package instructions except for the 'x' chapters

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

  • Property mode set to 100644
File size: 7.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY cdrdao-download-http "http://prdownloads.sourceforge.net/cdrdao/cdrdao-&cdrdao-version;.tar.bz2">
8 <!ENTITY cdrdao-download-ftp " ">
9 <!ENTITY cdrdao-md5sum "dc2bdef7a7c8973e678ba4a4a2d9cc7e">
10 <!ENTITY cdrdao-size "1.3 MB">
11 <!ENTITY cdrdao-buildsize "60.8 MB">
12 <!ENTITY cdrdao-time "1.4 SBU (includes building <command>gcdmaster</command>)">
13]>
14
15<sect1 id="cdrdao" xreflabel="Cdrdao-&cdrdao-version;">
16 <?dbhtml filename="cdrdao.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">cdrdao-&cdrdao-version;.tar</keyword>
23 <keyword role="ftpdir">cdrdao</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Cdrdao-&cdrdao-version;</title>
28
29 <indexterm zone="cdrdao">
30 <primary sortas="a-Cdrdao">Cdrdao</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Cdrdao</title>
35
36 <para>The <application>Cdrdao</application> package contains
37 CD recording utilities. These are useful for burning a
38 CD in disk-at-once mode.</para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&cdrdao-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&cdrdao-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &cdrdao-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &cdrdao-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &cdrdao-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &cdrdao-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3"><application>Cdrdao</application> Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Recommended</bridgehead>
65 <para role="recommended"><xref linkend="libao"/>,
66 <xref linkend="libvorbis"/>,
67 <xref linkend="libmad"/> and
68 <xref linkend="lame"/> (required to build
69 <command>toc2mp3</command>)</para>
70
71 <bridgehead renderas="sect4">Optional (Required to Build the
72 <command>gcdmaster</command> Program)</bridgehead>
73
74 <para><emphasis>Note: the following packages must be built in
75 the order listed. Use the current <quote>stable</quote> version of
76 each package.</emphasis></para>
77
78 <!-- The following is really old. pkgconfig has been updated
79 two or three times since this was written. It probably
80 isn't applicable any longer. Delete this comment and
81 the entire note if next time during an update things
82 haven't changed. I can't see this being required any
83 longer. -Randy
84
85 <note>
86 <para>Changes in <application>pkgconfig</application>-0.17.x may cause
87 linking errors in <application>gtkmm</application> applications. Either
88 upgrade to <application>pkgconfig</application>-0.18, or after installing
89 <application>gtkmm</application>-2.6.3, issue this command as the
90 <systemitem class="username">root</systemitem> user:</para>
91
92<screen role="root"><userinput>sed -i.bak \
93 's:-lgtkmm-2.4:&amp; -lgdkmm-2.4 -lpangomm-1.4 -latkmm-1.6:' \
94 /usr/lib/pkgconfig/gtkmm-2.4.pc</userinput></screen>
95
96 <para>A backup (<filename class='extension'>.bak</filename>) is created,
97 you can revert if desired.</para>
98 </note>
99
100 -->
101
102 <para role="optional"><xref linkend="libgnomeui"/>,
103 <ulink url="http://libsigc.sourceforge.net/">libsigc++</ulink>,
104 <ulink url="http://www.gtkmm.org/">glibmm</ulink>,
105 <ulink url="http://www.gtkmm.org/">gtkmm</ulink>,
106 <ulink url="http://www.gtkmm.org/">libglademm</ulink>,
107 <ulink url="http://www.gtkmm.org/">libgnomecanvasmm</ulink>,
108 <ulink url="http://www.gtkmm.org/">gconfmm</ulink>,
109 <ulink url="http://www.gtkmm.org/">gnome-vfsmm</ulink>,
110 <ulink url="http://www.gtkmm.org/">libgnomemm</ulink>, and
111 <ulink url="http://www.gtkmm.org/">libgnomeuimm</ulink></para>
112
113 </sect2>
114
115 <sect2 role="installation">
116 <title>Installation of Cdrdao</title>
117
118 <para>Install <application>Cdrdao</application> by running the following
119 commands:</para>
120
121<screen><userinput>./configure --prefix=/usr &amp;&amp;
122make</userinput></screen>
123
124 <para>This package does not come with a test suite.</para>
125
126 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
127
128<screen role="root"><userinput>make install &amp;&amp;
129install -v -m755 -d /usr/share/doc/cdrdao-&cdrdao-version; &amp;&amp;
130install -v -m644 README* /usr/share/doc/cdrdao-&cdrdao-version;</userinput></screen>
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 Directory</segtitle>
141
142 <seglistitem>
143 <seg>cdrdao, cue2toc, toc2cddb, toc2cue and optionally, gcdmaster and
144 toc2mp3</seg>
145 <seg>None</seg>
146 <seg>/usr/share/cdrdao, /usr/share/doc/cdrdao-&cdrdao-version;
147 and /usr/share/gcdmaster</seg>
148 </seglistitem>
149 </segmentedlist>
150
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
156 <varlistentry id="cdrdao-prog">
157 <term><command>cdrdao</command></term>
158 <listitem>
159 <para>records audio or data CD-Rs in disk-at-once (DAO) mode
160 based on a textual description of the CD contents.</para>
161 <indexterm zone="cdrdao cdrdao-prog">
162 <primary sortas="b-cdrdao">cdrdao</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="cue2toc">
168 <term><command>cue2toc</command></term>
169 <listitem>
170 <para>converts CUE to TOC format for audio CDs.</para>
171 <indexterm zone="cdrdao cue2toc">
172 <primary sortas="b-cue2toc">cue2toc</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="gcdmaster">
178 <term><command>gcdmaster</command></term>
179 <listitem>
180 <para>is a graphical front end to <command>cdrdao</command> for
181 composing audio CDs.</para>
182 <indexterm zone="cdrdao gcdmaster">
183 <primary sortas="b-gcdmaster">gcdmaster</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="toc2cddb">
189 <term><command>toc2cddb</command></term>
190 <listitem>
191 <para>converts a <application>Cdrdao</application>
192 TOC file into a cddb file and prints it to stdout.</para>
193 <indexterm zone="cdrdao toc2cddb">
194 <primary sortas="b-toc2cddb">toc2cddb</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 <varlistentry id="toc2cue">
200 <term><command>toc2cue</command></term>
201 <listitem>
202 <para>converts TOC to CUE format for audio CDs.</para>
203 <indexterm zone="cdrdao toc2cue">
204 <primary sortas="b-toc2cue">toc2cue</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="toc2mp3">
210 <term><command>toc2mp3</command></term>
211 <listitem>
212 <para>converts an audio CD disk image (<filename>.toc</filename> file)
213 to MP3 files.</para>
214 <indexterm zone="cdrdao toc2mp3">
215 <primary sortas="b-toc2mp3">toc2mp3</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 </variablelist>
221
222 </sect2>
223
224</sect1>
Note: See TracBrowser for help on using the repository browser.