source: gnome/applications/brasero.xml@ f894c6ab

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 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 systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f894c6ab was 3bef2f0, checked in by Krejzi <krejzi@…>, 12 years ago

GNOME Organisation - Part 7.

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

  • Property mode set to 100644
File size: 6.7 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.4/brasero-&brasero-version;.tar.xz">
9 <!ENTITY brasero-download-ftp
10 "&gnome-download-ftp;/brasero/3.4/brasero-&brasero-version;.tar.xz">
11 <!ENTITY brasero-md5sum "2eed4821826cc5121e430a43a2e78112">
12 <!ENTITY brasero-size "3.1 MB">
13 <!ENTITY brasero-buildsize "93 MB">
14 <!ENTITY brasero-time "1.4 SBU">
15]>
16
17<sect1 id="brasero" xreflabel="Brasero-&brasero-version;">
18 <?dbhtml filename="brasero.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Brasero-&brasero-version;</title>
26
27 <indexterm zone="brasero">
28 <primary sortas="a-brasero">brasero</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Brasero</title>
33
34 <para>
35 <application>Brasero</application> is an application used to
36 burn CD/DVD on the <application>GNOME</application> Desktop.
37 It is designed to be as simple as possible and has some unique
38 features that enable users to create their discs easily and quickly.
39 </para>
40
41 &lfs70_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&brasero-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&brasero-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &brasero-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &brasero-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &brasero-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &brasero-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Brasero Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="gnome-doc-utils"/>,
82 <xref linkend="gst-plugins-base"/>,
83 <xref linkend="libcanberra"/> and
84 <xref linkend="libnotify"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="gobject-introspection"/>,
90 <xref linkend="libburn"/> and
91 <xref linkend="libisofs"/> (For CD/DVD burning),
92 <xref linkend="nautilus"/>,
93 <xref linkend="rarian"/> 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="gvfs"/> (Built with libcdio support - for gvfsd-burn)
106 </para>
107
108 <para condition="html" role="usernotes">User Notes:
109 <ulink url="&blfs-wiki;/brasero"/>
110 </para>
111 </sect2>
112
113 <sect2 role="installation">
114 <title>Installation of Brasero</title>
115
116 <para>
117 Install <application>Brasero</application> by running the following
118 commands:
119 </para>
120
121<screen><userinput>./configure --prefix=/usr &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 </sect2>
135
136 <sect2 role="commands">
137 <title>Command Explanations</title>
138
139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
140 href="../../xincludes/without-scrollkeeper.xml"/>
141
142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="../../xincludes/gtk-doc-rebuild.xml"/>
144
145 </sect2>
146
147 <sect2 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
151 <segtitle>Installed Programs</segtitle>
152 <segtitle>Installed Libraries</segtitle>
153 <segtitle>Installed Directories</segtitle>
154
155 <seglistitem>
156 <seg>
157 brasero
158 </seg>
159 <seg>
160 libbrasero-burn3.so, libbrasero-media3.so and libbrasero-utils3.so
161 </seg>
162 <seg>
163 /usr/include/brasero3,
164 /usr/lib/brasero3,
165 /usr/share/brasero,
166 /usr/share/gnome/help/brasero and
167 /usr/share/gtk-doc/html/{libbrasero-burn,libbrasero-media}
168 </seg>
169 </seglistitem>
170 </segmentedlist>
171
172 <variablelist>
173 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
174 <?dbfo list-presentation="list"?>
175 <?dbhtml list-presentation="table"?>
176
177 <varlistentry id="brasero-prog">
178 <term><command>brasero</command></term>
179 <listitem>
180 <para>
181 is a simple and easy to use CD/DVD burning application for the
182 <application>GNOME</application> Desktop
183 </para>
184 <indexterm zone="brasero brasero-prog">
185 <primary sortas="b-brasero">brasero</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="libbrasero-burn3">
191 <term><filename class='libraryfile'>libbrasero-burn3.so</filename></term>
192 <listitem>
193 <para>
194 contains the Burning API functions.
195 </para>
196 <indexterm zone="brasero libbrasero-burn3">
197 <primary sortas="c-libbrasero-burn3">libbrasero-burn3.so</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 <varlistentry id="libbrasero-media3">
203 <term><filename class='libraryfile'>libbrasero-media3.so</filename></term>
204 <listitem>
205 <para>
206 contains the Media API functions.
207 </para>
208 <indexterm zone="brasero libbrasero-media3">
209 <primary sortas="c-libbrasero-media3">libbrasero-media3.so</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 <varlistentry id="libbrasero-utils3">
215 <term><filename class='libraryfile'>libbrasero-utils3.so</filename></term>
216 <listitem>
217 <para>
218 contains the <application>Brasero</application> API functions.
219 </para>
220 <indexterm zone="brasero libbrasero-utils3">
221 <primary sortas="c-libbrasero-utils3">libbrasero-utils3.so</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
226 </variablelist>
227
228 </sect2>
229
230</sect1>
Note: See TracBrowser for help on using the repository browser.