source: gnome/applications/brasero.xml@ 14f8c3df

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 14f8c3df was 14f8c3df, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

gnome-nettool-3.8.1, gnome-desktop-3.14.0, Brasero-3.10.0: replace yelp-xsl by itstool.

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

  • Property mode set to 100644
File size: 7.6 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 brasero-download-http
8 "&gnome-download-http;/brasero/3.10/brasero-&brasero-version;.tar.xz">
9 <!ENTITY brasero-download-ftp
10 "&gnome-download-ftp;/brasero/3.10/brasero-&brasero-version;.tar.xz">
11 <!ENTITY brasero-md5sum "3026570f96b2e61ec902a68c4ba83cee">
12 <!ENTITY brasero-size "3.3 MB">
13 <!ENTITY brasero-buildsize "95 MB (additional 1 MB to rebuild and install
14 the API documentation)">
15 <!ENTITY brasero-time "1.9 SBU">
16]>
17
18<sect1 id="brasero" xreflabel="Brasero-&brasero-version;">
19 <?dbhtml filename="brasero.html"?>
20
21 <sect1info>
22 <othername>$LastChangedBy$</othername>
23 <date>$Date$</date>
24 </sect1info>
25
26 <title>Brasero-&brasero-version;</title>
27
28 <indexterm zone="brasero">
29 <primary sortas="a-Brasero">Brasero</primary>
30 </indexterm>
31
32 <sect2 role="package">
33 <title>Introduction to Brasero</title>
34
35 <para>
36 <application>Brasero</application> is an application used to
37 burn CD/DVD on the <application>GNOME</application> Desktop.
38 It is designed to be as simple as possible and has some unique
39 features that enable users to create their discs easily and quickly.
40 </para>
41
42 &lfs76_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&brasero-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&brasero-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &brasero-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &brasero-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &brasero-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &brasero-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">Brasero Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <xref linkend="gst10-plugins-base"/>,
83 <xref linkend="itstool"/>,
84 <xref linkend="libcanberra"/>, and
85 <xref linkend="libnotify"/>
86 </para>
87
88 <bridgehead renderas="sect4">Recommended</bridgehead>
89 <para role="recommended">
90 <xref linkend="gobject-introspection"/>,
91 <xref linkend="libburn"/> and
92 <xref linkend="libisofs"/>,
93 <xref linkend="nautilus"/>, and
94 <xref linkend="totem-pl-parser"/>
95 </para>
96
97 <bridgehead renderas="sect4">Optional</bridgehead>
98 <para role="optional">
99 <xref linkend="gtk-doc"/> and
100 <ulink url="http://projects.gnome.org/tracker/">Tracker</ulink>
101 </para>
102
103 <bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
104 <para role="recommended">
105 <xref linkend="dvd-rw-tools"/> and
106 <xref linkend="gvfs"/>
107 </para>
108
109 <bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
110 <para role="optional">
111 <xref linkend="cdrdao"/>,
112 <xref linkend="libdvdcss"/>, one of<!--
113 <ulink url="http://www.cdrkit.org/">cdrkit</ulink> or-->
114 <ulink url="http://pkgs.fedoraproject.org/repo/pkgs/cdrkit/">cdrkit</ulink> or
115 <ulink url="http://sourceforge.net/projects/cdrtools/files/alpha/">cdrtools</ulink> (conflict), and
116 <ulink url="http://ftp.gnu.org/gnu/vcdimager/">VCDImager</ulink>
117 </para>
118
119 <para condition="html" role="usernotes">User Notes:
120 <ulink url="&blfs-wiki;/brasero"/>
121 </para>
122 </sect2>
123
124 <sect2 role="installation">
125 <title>Installation of Brasero</title>
126
127 <para>
128 Install <application>Brasero</application> by running the following
129 commands:
130 </para>
131
132<screen><userinput>./configure --prefix=/usr &amp;&amp;
133make</userinput></screen>
134
135 <para>
136 This package does not come with a test suite.
137 </para>
138
139 <note><para>
140 When installing, the Makefile does some additional
141 linking. If you do not have Xorg in /usr, the LIBRARY_PATH
142 variable needs to be defined for the root user. If
143 using sudo to assume root, use the -E option to pass
144 your current environment variables for the install process.
145 </para></note>
146
147 <para>
148 Now, as the <systemitem class="username">root</systemitem> user:
149 </para>
150
151<screen role="root"><userinput>make install</userinput></screen>
152
153 </sect2>
154
155 <sect2 role="commands">
156 <title>Command Explanations</title>
157
158 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
159 href="../../xincludes/gtk-doc-rebuild.xml"/>
160
161 </sect2>
162
163 <sect2 role="content">
164 <title>Contents</title>
165
166 <segmentedlist>
167 <segtitle>Installed Programs</segtitle>
168 <segtitle>Installed Libraries</segtitle>
169 <segtitle>Installed Directories</segtitle>
170
171 <seglistitem>
172 <seg>
173 brasero
174 </seg>
175 <seg>
176 libbrasero-burn3.so,
177 libbrasero-media3.so,
178 libbrasero-utils3.so,
179 several under /usr/lib/brasero3/plugins/, and
180 /usr/lib/nautilus/extensions-3.0/libnautilus-brasero-extension.so
181 </seg>
182 <seg>
183 /usr/include/brasero3,
184 /usr/lib/brasero3,
185 /usr/share/brasero,
186 /usr/share/gtk-doc/html/{libbrasero-burn,libbrasero-media}, and
187 /usr/share/help/*/brasero
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="brasero-prog">
198 <term><command>brasero</command></term>
199 <listitem>
200 <para>
201 is a simple and easy to use CD/DVD burning application for the
202 <application>GNOME</application> Desktop.
203 </para>
204 <indexterm zone="brasero brasero-prog">
205 <primary sortas="b-brasero">brasero</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 <varlistentry id="libbrasero-burn3">
211 <term><filename class="libraryfile">libbrasero-burn3.so</filename></term>
212 <listitem>
213 <para>
214 contains the Burning API functions.
215 </para>
216 <indexterm zone="brasero libbrasero-burn3">
217 <primary sortas="c-libbrasero-burn3">libbrasero-burn3.so</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 <varlistentry id="libbrasero-media3">
223 <term><filename class="libraryfile">libbrasero-media3.so</filename></term>
224 <listitem>
225 <para>
226 contains the Media API functions.
227 </para>
228 <indexterm zone="brasero libbrasero-media3">
229 <primary sortas="c-libbrasero-media3">libbrasero-media3.so</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
234 <varlistentry id="libbrasero-utils3">
235 <term><filename class="libraryfile">libbrasero-utils3.so</filename></term>
236 <listitem>
237 <para>
238 contains the <application>Brasero</application> API functions.
239 </para>
240 <indexterm zone="brasero libbrasero-utils3">
241 <primary sortas="c-libbrasero-utils3">libbrasero-utils3.so</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
246 </variablelist>
247
248 </sect2>
249
250</sect1>
Note: See TracBrowser for help on using the repository browser.