source: multimedia/cdwriteutils/cdrdao.xml@ 6b8211c2

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