source: multimedia/cdwriteutils/simpleburn.xml@ 9afdcef

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 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 9afdcef was 9afdcef, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Finish tagging for multimedia

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

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