source: gnome/applications/brasero.xml@ 2936620

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

Finish tagging!
Minor edits and corrections.
Add kernel config to cheese

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

  • Property mode set to 100644
File size: 7.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 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 "3a12a2b954b265c751ef29669d589908">
12 <!ENTITY brasero-size "3.5 MB">
13 <!ENTITY brasero-buildsize "92 MB (additional 1 MB to rebuild and install
14 the API documentation)">
15 <!ENTITY brasero-time "1 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 &lfs77_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 <para>
140 Now, as the <systemitem class="username">root</systemitem> user:
141 </para>
142
143<screen role="root"><userinput>make install</userinput></screen>
144
145 </sect2>
146
147 <sect2 role="commands">
148 <title>Command Explanations</title>
149
150 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
151 href="../../xincludes/gtk-doc-rebuild.xml"/>
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 brasero
166 </seg>
167 <seg>
168 libbrasero-burn3.so,
169 libbrasero-media3.so,
170 libbrasero-utils3.so, and
171 /usr/lib/nautilus/extensions-3.0/libnautilus-brasero-extension.so
172 </seg>
173 <seg>
174 /usr/include/brasero3,
175 /usr/lib/brasero3,
176 /usr/share/brasero,
177 /usr/share/gtk-doc/html/{libbrasero-burn,libbrasero-media}, and
178 /usr/share/help/*/brasero
179 </seg>
180 </seglistitem>
181 </segmentedlist>
182
183 <variablelist>
184 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
185 <?dbfo list-presentation="list"?>
186 <?dbhtml list-presentation="table"?>
187
188 <varlistentry id="brasero-prog">
189 <term><command>brasero</command></term>
190 <listitem>
191 <para>
192 is a simple and easy to use CD/DVD burning application for the
193 <application>GNOME</application> Desktop.
194 </para>
195 <indexterm zone="brasero brasero-prog">
196 <primary sortas="b-brasero">brasero</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="libbrasero-burn3">
202 <term><filename class="libraryfile">libbrasero-burn3.so</filename></term>
203 <listitem>
204 <para>
205 contains the Burning API functions.
206 </para>
207 <indexterm zone="brasero libbrasero-burn3">
208 <primary sortas="c-libbrasero-burn3">libbrasero-burn3.so</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="libbrasero-media3">
214 <term><filename class="libraryfile">libbrasero-media3.so</filename></term>
215 <listitem>
216 <para>
217 contains the Media API functions.
218 </para>
219 <indexterm zone="brasero libbrasero-media3">
220 <primary sortas="c-libbrasero-media3">libbrasero-media3.so</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 <varlistentry id="libbrasero-utils3">
226 <term><filename class="libraryfile">libbrasero-utils3.so</filename></term>
227 <listitem>
228 <para>
229 contains the <application>Brasero</application> API functions.
230 </para>
231 <indexterm zone="brasero libbrasero-utils3">
232 <primary sortas="c-libbrasero-utils3">libbrasero-utils3.so</primary>
233 </indexterm>
234 </listitem>
235 </varlistentry>
236
237 </variablelist>
238
239 </sect2>
240
241</sect1>
Note: See TracBrowser for help on using the repository browser.