source: multimedia/cdwriteutils/cdrdao.xml@ a4fedc81

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since a4fedc81 was a4fedc81, checked in by Bruce Dubbs <bdubbs@…>, 22 months ago

Remove gtkmm2.

The only package that referenced gtkmm2 was cdrdao to build
an obsolete program, gcdmaster. That program also needed an
obsolete gnome2 library. cdrdao was last updated May 2018.

  • Property mode set to 100644
File size: 5.9 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 &lfs111_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"/>, not used any more, was used for gcdmaster
73 which also needed a gnome2 library-->
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.