source: archive/simpleburn.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 7.4 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 simpleburn-download-http "http://simpleburn.tuxfamily.org/IMG/gz/simpleburn-&simpleburn-version;.tar.gz">
8 <!ENTITY simpleburn-download-ftp " ">
9 <!ENTITY simpleburn-md5sum "11cf5b9a69fda6c72b1ae1277fafa386">
10 <!ENTITY simpleburn-size "52 KB">
11 <!ENTITY simpleburn-buildsize "1.6 MB">
12 <!ENTITY simpleburn-time "less than 0.1 SBU">
13]>
14
15<sect1 id="simpleburn" xreflabel="SimpleBurn-&simpleburn-version;">
16 <?dbhtml filename="simpleburn.html"?>
17
18
19 <title>SimpleBurn-&simpleburn-version;</title>
20
21 <indexterm zone="simpleburn">
22 <primary sortas="a-SimpleBurn">SimpleBurn</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to SimpleBurn</title>
27
28 <para>
29 <application>SimpleBurn</application> is a minimalistic application for
30 burning and extracting CDs and DVDs.
31 </para>
32
33 &lfs7a_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&simpleburn-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&simpleburn-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &simpleburn-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &simpleburn-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &simpleburn-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &simpleburn-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">SimpleBurn Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="libcddb"/> and
74 <xref linkend="cmake"/> and
75 <xref linkend="gtk2"/>
76 </para>
77
78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
80 <xref linkend="libisoburn"/>,
81 <xref linkend="cdparanoia"/>, and
82 <xref linkend="cdrdao"/>
83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
87 <xref linkend="libcdio"/> (to identify and play CDs),
88 <xref linkend="flac"/>,
89 <xref linkend="mpg123"/>,
90 <xref linkend="vorbistools"/>,
91 <xref linkend="lame"/>,
92 <xref linkend="mplayer"/>,
93 <ulink url="http://mpg321.sourceforge.net/">mpg321</ulink>,
94 <ulink url="http://normalize.nongnu.org/">normalize</ulink>,
95 <ulink url="http://sourceforge.net/projects/cdrtools/files/alpha/">cdrtools</ulink>, and
96 <ulink url="http://www.cdrkit.org/">cdrkit</ulink>
97 </para>
98
99 <para condition="html" role="usernotes">User Notes:
100 <ulink url="&blfs-wiki;/simpleburn"/>
101 </para>
102
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of SimpleBurn</title>
107
108 <para>
109 Install <application>SimpleBurn</application> by running the following
110 commands:
111 </para>
112
113<screen><userinput>sed -i -e 's|DESTINATION doc|DESTINATION share/doc|' CMakeLists.txt &amp;&amp;
114
115mkdir build &amp;&amp;
116cd build &amp;&amp;
117
118cmake -DCMAKE_BUILD_TYPE=Release \
119 -DCMAKE_INSTALL_PREFIX=/usr \
120 -DBURNING=LIBBURNIA .. &amp;&amp;
121make</userinput></screen>
122
123 <para>
124 This package does not come with a test suite.
125 </para>
126
127 <para>
128 Now, as the <systemitem class="username">root</systemitem> user:
129 </para>
130
131<screen role="root"><userinput>make install</userinput></screen>
132
133 <para>
134 All optical devices are not accessible for any user except <systemitem
135 class="username">root</systemitem> and members of the <systemitem
136 class="groupname">cdrom</systemitem> group. Add any users that might use
137 the optical devices to that group:
138 </para>
139
140<screen role="root"><userinput>usermod -a -G cdrom <replaceable>&lt;username&gt;</replaceable></userinput></screen>
141
142 </sect2>
143
144 <sect2 role="commands">
145 <title>Command Explanations</title>
146
147 <para>
148 <command>sed ...</command>: Ensure the documentation is installed
149 in /usr/share/doc.
150 </para>
151
152 <para>
153 <parameter>-DBURNING=LIBBURNIA</parameter>: This switch changes the
154 burning suite from the default cdrtools.
155 </para>
156
157 </sect2>
158
159 <sect2 role="content">
160 <title>Contents</title>
161
162 <segmentedlist>
163 <segtitle>Installed Programs</segtitle>
164 <segtitle>Installed Libraries</segtitle>
165 <segtitle>Installed Directories</segtitle>
166
167 <seglistitem>
168 <seg>
169 simpleburn,
170 simpleburn.sh
171 simpleburn-detect.sh,
172 simpleburn-gauges, and
173 simpleburn-gauges.sh
174 </seg>
175 <seg>
176 None
177 </seg>
178 <seg>
179 /usr/share/doc/simpleburn-&simpleburn-version; and
180 /usr/share/simpleburn
181 </seg>
182 </seglistitem>
183 </segmentedlist>
184
185 <variablelist>
186 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
187 <?dbfo list-presentation="list"?>
188 <?dbhtml list-presentation="table"?>
189
190 <varlistentry id="simpleburn-prog">
191 <term><command>simpleburn</command></term>
192 <listitem>
193 <para>
194 is the graphical program.
195 </para>
196 <indexterm zone="simpleburn simpleburn-prog">
197 <primary sortas="b-simpleburn">simpleburn</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 <varlistentry id="simpleburn-gauges">
203 <term><command>simpleburn-gauges</command></term>
204 <listitem>
205 <para>
206 is a program used to display a gauge.
207 </para>
208 <indexterm zone="simpleburn simpleburn-gauges">
209 <primary sortas="b-simpleburn-gauges">simpleburn-gauges</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 <varlistentry id="simpleburn-detect.sh">
215 <term><command>simpleburn-detect.sh</command></term>
216 <listitem>
217 <para>
218 is a script that detects a cdrom and optional outputs details
219 about the media.
220 </para>
221 <indexterm zone="simpleburn simpleburn-detect.sh">
222 <primary sortas="b-simpleburn-detect.sh">simpleburn-detect.sh</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 <varlistentry id="simpleburn-gauges.sh">
228 <term><command>simpleburn-gauges.sh</command></term>
229 <listitem>
230 <para>
231 is a suport script for other simpleburn scripts
232 </para>
233 <indexterm zone="simpleburn simpleburn-gauges.sh">
234 <primary sortas="b-simpleburn-gauges.sh">simpleburn-gauges.sh</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 <varlistentry id="simpleburn.sh">
240 <term><command>simpleburn.sh</command></term>
241 <listitem>
242 <para>
243 is a script for command line based cdrom operations
244 </para>
245 <indexterm zone="simpleburn simpleburn.sh">
246 <primary sortas="b-simpleburn.sh">simpleburn.sh</primary>
247 </indexterm>
248 </listitem>
249 </varlistentry>
250
251 </variablelist>
252
253 </sect2>
254
255</sect1>
Note: See TracBrowser for help on using the repository browser.