source: multimedia/cdwriteutils/simpleburn.xml@ 11fc0a30

systemd-13485
Last change on this file since 11fc0a30 was 0ccf16ef, checked in by Christopher Gregory <cjg@…>, 10 years ago

Merge more updates from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14480 af4574ff-66df-0310-9fd7-8a98e5e911e0

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