source: gnome/applications/brasero.xml@ a8f943ff

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 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 a8f943ff was b3f038c6, checked in by Ken Moffat <ken@…>, 8 years ago

tags

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

  • Property mode set to 100644
File size: 7.1 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.12/brasero-&brasero-version;.tar.xz">
9 <!ENTITY brasero-download-ftp
10 "&gnome-download-ftp;/brasero/3.12/brasero-&brasero-version;.tar.xz">
11 <!ENTITY brasero-md5sum "216691249053448a9f2b4ee5e118ce72">
12 <!ENTITY brasero-size "3.6 MB">
13 <!ENTITY brasero-buildsize "106 MB">
14 <!ENTITY brasero-time "1.5 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 &lfs79_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="gst10-plugins-base"/>,
82 <xref linkend="itstool"/>,
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"/>,
92 <xref linkend="nautilus"/>, and
93 <xref linkend="totem-pl-parser"/>
94 </para>
95
96 <bridgehead renderas="sect4">Optional</bridgehead>
97 <para role="optional">
98 <xref linkend="gtk-doc"/> and
99 <ulink url="http://projects.gnome.org/tracker/">Tracker</ulink>
100 </para>
101
102 <bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
103 <para role="recommended">
104 <xref linkend="dvd-rw-tools"/> and
105 <xref linkend="gvfs"/>
106 </para>
107
108 <bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
109 <para role="optional">
110 <xref linkend="cdrdao"/>,
111 <xref linkend="libdvdcss"/>, one of<!--
112 <ulink url="http://www.cdrkit.org/">cdrkit</ulink> or-->
113 <ulink url="http://pkgs.fedoraproject.org/repo/pkgs/cdrkit/">cdrkit</ulink> or
114 <ulink url="http://sourceforge.net/projects/cdrtools/files/alpha/">cdrtools</ulink> (conflict), and
115 <ulink url="http://ftp.gnu.org/gnu/vcdimager/">VCDImager</ulink>
116 </para>
117
118 <para condition="html" role="usernotes">User Notes:
119 <ulink url="&blfs-wiki;/brasero"/>
120 </para>
121 </sect2>
122
123 <sect2 role="installation">
124 <title>Installation of Brasero</title>
125
126 <para>
127 Install <application>Brasero</application> by running the following
128 commands:
129 </para>
130
131<screen><userinput>./configure --prefix=/usr &amp;&amp;
132make</userinput></screen>
133
134 <para>
135 This package does not come with a test suite.
136 </para>
137
138 <para>
139 Now, as the <systemitem class="username">root</systemitem> user:
140 </para>
141
142<screen role="root"><userinput>make install</userinput></screen>
143
144 </sect2>
145
146 <sect2 role="commands">
147 <title>Command Explanations</title>
148
149 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
150 href="../../xincludes/gtk-doc-rebuild.xml"/>
151
152 </sect2>
153
154 <sect2 role="content">
155 <title>Contents</title>
156
157 <segmentedlist>
158 <segtitle>Installed Programs</segtitle>
159 <segtitle>Installed Libraries</segtitle>
160 <segtitle>Installed Directories</segtitle>
161
162 <seglistitem>
163 <seg>
164 brasero
165 </seg>
166 <seg>
167 libbrasero-{burn,media,utils}3.so, and
168 /usr/lib/nautilus/extensions-3.0/libnautilus-brasero-extension.so
169 </seg>
170 <seg>
171 /usr/include/brasero3,
172 /usr/lib/brasero3,
173 /usr/share/brasero,
174 /usr/share/gtk-doc/html/libbrasero-{burn,media}, and
175 /usr/share/help/*/brasero
176 </seg>
177 </seglistitem>
178 </segmentedlist>
179
180 <variablelist>
181 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
182 <?dbfo list-presentation="list"?>
183 <?dbhtml list-presentation="table"?>
184
185 <varlistentry id="brasero-prog">
186 <term><command>brasero</command></term>
187 <listitem>
188 <para>
189 is a simple and easy to use CD/DVD burning application for the
190 <application>GNOME</application> Desktop.
191 </para>
192 <indexterm zone="brasero brasero-prog">
193 <primary sortas="b-brasero">brasero</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="libbrasero-burn3">
199 <term><filename class="libraryfile">libbrasero-burn3.so</filename></term>
200 <listitem>
201 <para>
202 contains the Burning API functions.
203 </para>
204 <indexterm zone="brasero libbrasero-burn3">
205 <primary sortas="c-libbrasero-burn3">libbrasero-burn3.so</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 <varlistentry id="libbrasero-media3">
211 <term><filename class="libraryfile">libbrasero-media3.so</filename></term>
212 <listitem>
213 <para>
214 contains the Media API functions.
215 </para>
216 <indexterm zone="brasero libbrasero-media3">
217 <primary sortas="c-libbrasero-media3">libbrasero-media3.so</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 <varlistentry id="libbrasero-utils3">
223 <term><filename class="libraryfile">libbrasero-utils3.so</filename></term>
224 <listitem>
225 <para>
226 contains the <application>Brasero</application> API functions.
227 </para>
228 <indexterm zone="brasero libbrasero-utils3">
229 <primary sortas="c-libbrasero-utils3">libbrasero-utils3.so</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
234 </variablelist>
235
236 </sect2>
237
238</sect1>
Note: See TracBrowser for help on using the repository browser.