source: multimedia/cdwriteutils/cdrdao.xml@ a2b8156

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a2b8156 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 5.8 KB
Line 
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 cdrdao-download-http "&sourceforge-dl;/cdrdao/cdrdao-&cdrdao-version;.tar.bz2">
8 <!ENTITY cdrdao-download-ftp " ">
9 <!ENTITY cdrdao-md5sum "2ada887d1b30b440867b8df0d3023cf7">
10 <!ENTITY cdrdao-size "1.4 MB">
11 <!ENTITY cdrdao-buildsize "39 MB">
12 <!ENTITY cdrdao-time "0.1 SBU">
13]>
14
15<sect1 id="cdrdao" xreflabel="Cdrdao-&cdrdao-version;">
16 <?dbhtml filename="cdrdao.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Cdrdao-&cdrdao-version;</title>
23
24 <indexterm zone="cdrdao">
25 <primary sortas="a-Cdrdao">Cdrdao</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Cdrdao</title>
30
31 <para>
32 The <application>Cdrdao</application> package contains
33 CD recording utilities. These are useful for burning a
34 CD in disk-at-once mode.
35 </para>
36
37 &lfs101_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&cdrdao-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download MD5 sum: &cdrdao-md5sum;
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download size: &cdrdao-size;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Estimated disk space required: &cdrdao-buildsize;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated build time: &cdrdao-time;
64 </para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3"><application>Cdrdao</application> Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Recommended</bridgehead>
71 <para role="recommended">
72 <xref linkend="gtkmm2"/>,
73 <xref linkend="libao"/>,
74 <xref linkend="libvorbis"/>,
75 <xref linkend="libmad"/>, and
76 <xref linkend="lame"/> (required to build <command>toc2mp3</command>)
77 </para>
78
79 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/cdrdao"/></para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of Cdrdao</title>
86
87 <para>
88 Install <application>Cdrdao</application> by running the following
89 commands:
90 </para>
91
92<screen><userinput>./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
93make</userinput></screen>
94
95 <para>
96 This package does not come with a test suite.
97 </para>
98
99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
102
103<screen role="root"><userinput>make install &amp;&amp;
104install -v -m755 -d /usr/share/doc/cdrdao-&cdrdao-version; &amp;&amp;
105install -v -m644 README /usr/share/doc/cdrdao-&cdrdao-version;</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <para>
113 <command>--mandir=/usr/share/man</command>: Install manual pages in
114 /usr/share/man instead of /usr/man.
115 </para>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>cdrdao, cue2toc, toc2cddb, toc2cue and optionally
129 toc2mp3</seg>
130 <seg>None</seg>
131 <seg>/usr/share/cdrdao, /usr/share/doc/cdrdao-&cdrdao-version;</seg>
132 </seglistitem>
133 </segmentedlist>
134
135 <variablelist>
136 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
139
140 <varlistentry id="cdrdao-prog">
141 <term><command>cdrdao</command></term>
142 <listitem>
143 <para>
144 records audio or data CD-Rs in disk-at-once (DAO) mode
145 based on a textual description of the CD contents
146 </para>
147 <indexterm zone="cdrdao cdrdao-prog">
148 <primary sortas="b-cdrdao">cdrdao</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 <varlistentry id="cue2toc">
154 <term><command>cue2toc</command></term>
155 <listitem>
156 <para>
157 converts CUE to TOC format for audio CDs
158 </para>
159 <indexterm zone="cdrdao cue2toc">
160 <primary sortas="b-cue2toc">cue2toc</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 <varlistentry id="toc2cddb">
166 <term><command>toc2cddb</command></term>
167 <listitem>
168 <para>
169 converts a <application>Cdrdao</application>
170 TOC file into a cddb file and prints it to stdout
171 </para>
172 <indexterm zone="cdrdao toc2cddb">
173 <primary sortas="b-toc2cddb">toc2cddb</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="toc2cue">
179 <term><command>toc2cue</command></term>
180 <listitem>
181 <para>
182 converts TOC to CUE format for audio CDs
183 </para>
184 <indexterm zone="cdrdao toc2cue">
185 <primary sortas="b-toc2cue">toc2cue</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="toc2mp3">
191 <term><command>toc2mp3</command></term>
192 <listitem>
193 <para>
194 converts an audio CD disk image (<filename>.toc</filename> file)
195 to MP3 files
196 </para>
197 <indexterm zone="cdrdao toc2mp3">
198 <primary sortas="b-toc2mp3">toc2mp3</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 </variablelist>
204
205 </sect2>
206
207</sect1>
Note: See TracBrowser for help on using the repository browser.