source: multimedia/cdwriteutils/simpleburn.xml@ 7a218fa

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules 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 7a218fa was 7a218fa, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Update to stunnel-5.04.
Fix simpleburn documentation location.
Fix procmail man pages location

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14385 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;
120
121cmake -DCMAKE_BUILD_TYPE=Release \
122 -DCMAKE_INSTALL_PREFIX=/usr \
123 -DBURNING=LIBBURNIA .. &amp;&amp;
124make</userinput></screen>
125
126 <para>
127 This package does not come with a test suite.
128 </para>
129
130 <para>
131 Now, as the <systemitem class="username">root</systemitem> user:
132 </para>
133
134<screen role="root"><userinput>make install</userinput></screen>
135
136 <para>
137 All optical devices are not accessible for any user except <systemitem
138 class="username">root</systemitem> and members of the <systemitem
139 class="groupname">cdrom</systemitem> group. Add any users that might use
140 the optical devices to that group:
141 </para>
142
143<screen role="root"><userinput>usermod -a -G cdrom <replaceable>&lt;username&gt;</replaceable></userinput></screen>
144
145 </sect2>
146
147 <sect2 role="commands">
148 <title>Command Explanations</title>
149
150 <para>
151 <command>sed ...</command>: Ensure the documentation is installed
152 in /usr/share/doc.
153 </para>
154
155 <para>
156 <parameter>-DBURNING=LIBBURNIA</parameter>: This switch changes the
157 burning suite from the default cdrtools.
158 </para>
159
160 </sect2>
161
162 <sect2 role="content">
163 <title>Contents</title>
164
165 <segmentedlist>
166 <segtitle>Installed Programs</segtitle>
167 <segtitle>Installed Libraries</segtitle>
168 <segtitle>Installed Directories</segtitle>
169
170 <seglistitem>
171 <seg>
172 simpleburn,
173 simpleburn-abort-operation,
174 simpleburn-blank-media,
175 simpleburn-burn-audio,
176 simpleburn-burn-data,
177 simpleburn-burning-suite,
178 simpleburn-burn-iso,
179 simpleburn-copy-audio,
180 simpleburn-copy-data,
181 simpleburn-extract-audio,
182 simpleburn-extract-iso,
183 simpleburn-gauges,
184 simpleburn-get-datasize,
185 simpleburn-media-detection,
186 simpleburn-ripdvd-detection, and
187 simpleburn-ripdvd-encoding
188 </seg>
189 <seg>
190 None
191 </seg>
192 <seg>
193 /usr/share/doc/simpleburn-&simpleburn-version; and
194 /usr/share/simpleburn
195 </seg>
196 </seglistitem>
197 </segmentedlist>
198
199 <variablelist>
200 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
201 <?dbfo list-presentation="list"?>
202 <?dbhtml list-presentation="table"?>
203
204 <varlistentry id="simpleburn-prog">
205 <term><command>simpleburn</command></term>
206 <listitem>
207 <para>
208 is the graphical program.
209 </para>
210 <indexterm zone="simpleburn simpleburn-prog">
211 <primary sortas="b-simpleburn">simpleburn</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 </variablelist>
217
218 </sect2>
219
220</sect1>
Note: See TracBrowser for help on using the repository browser.