source: multimedia/cdwriteutils/cdrdao.xml@ 24b84bd

10.0 10.1 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 24b84bd was 18a8da63, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

More tags, mostly multimedia

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

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