source: gnome/applications/brasero.xml@ 43dc7d3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 43dc7d3 was 425f8d69, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Tag gnome apps

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22055 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 "2dec59c179e49e37f1cfc0dd26344a2e">
12 <!ENTITY brasero-size "3.6 MB">
13 <!ENTITY brasero-buildsize "82 MB">
14 <!ENTITY brasero-time "1.7 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 &lfs90_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"/>,
91 <xref linkend="libisoburn"/>, 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 <xref linkend="tracker"/>
101 </para>
102
103 <bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
104 <para role="recommended">
105 <xref role="runtime" linkend="dvd-rw-tools"/> and
106 <xref role="runtime" linkend="gvfs"/>
107 </para>
108
109 <bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
110 <para role="optional">
111 <xref role="runtime" linkend="cdrdao"/>,
112 <xref role="runtime" linkend="libdvdcss"/>,
113 <xref role="runtime" linkend="cdrtools"/>, and
114 <ulink url="http://ftp.gnu.org/gnu/vcdimager/">VCDImager</ulink>
115 </para>
116
117 <para condition="html" role="usernotes">User Notes:
118 <ulink url="&blfs-wiki;/brasero"/>
119 </para>
120 </sect2>
121
122 <sect2 role="installation">
123 <title>Installation of Brasero</title>
124
125 <para>
126 Install <application>Brasero</application> by running the following
127 commands:
128 </para>
129
130<screen><userinput>./configure --prefix=/usr \
131 --enable-compile-warnings=no \
132 --enable-cxx-warnings=no &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 <para>
151 <parameter>--enable-*-warnings=no</parameter>: These switches fix
152 build problems under GCC-6.x compilers.
153 </para>
154
155 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
156 href="../../xincludes/gtk-doc-rebuild.xml"/>
157
158 </sect2>
159
160 <sect2 role="content">
161 <title>Contents</title>
162
163 <segmentedlist>
164 <segtitle>Installed Programs</segtitle>
165 <segtitle>Installed Libraries</segtitle>
166 <segtitle>Installed Directories</segtitle>
167
168 <seglistitem>
169 <seg>
170 brasero
171 </seg>
172 <seg>
173 libbrasero-{burn,media,utils}3.so, and
174 /usr/lib/nautilus/extensions-3.0/libnautilus-brasero-extension.so
175 </seg>
176 <seg>
177 /usr/include/brasero3,
178 /usr/lib/brasero3,
179 /usr/share/brasero,
180 /usr/share/gtk-doc/html/libbrasero-{burn,media}, and
181 /usr/share/help/*/brasero
182 </seg>
183 </seglistitem>
184 </segmentedlist>
185
186 <variablelist>
187 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
188 <?dbfo list-presentation="list"?>
189 <?dbhtml list-presentation="table"?>
190
191 <varlistentry id="brasero-prog">
192 <term><command>brasero</command></term>
193 <listitem>
194 <para>
195 is a simple and easy to use CD/DVD burning application for the
196 <application>GNOME</application> Desktop.
197 </para>
198 <indexterm zone="brasero brasero-prog">
199 <primary sortas="b-brasero">brasero</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 <varlistentry id="libbrasero-burn3">
205 <term><filename class="libraryfile">libbrasero-burn3.so</filename></term>
206 <listitem>
207 <para>
208 contains the Burning API functions.
209 </para>
210 <indexterm zone="brasero libbrasero-burn3">
211 <primary sortas="c-libbrasero-burn3">libbrasero-burn3.so</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 <varlistentry id="libbrasero-media3">
217 <term><filename class="libraryfile">libbrasero-media3.so</filename></term>
218 <listitem>
219 <para>
220 contains the Media API functions.
221 </para>
222 <indexterm zone="brasero libbrasero-media3">
223 <primary sortas="c-libbrasero-media3">libbrasero-media3.so</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="libbrasero-utils3">
229 <term><filename class="libraryfile">libbrasero-utils3.so</filename></term>
230 <listitem>
231 <para>
232 contains the <application>Brasero</application> API functions.
233 </para>
234 <indexterm zone="brasero libbrasero-utils3">
235 <primary sortas="c-libbrasero-utils3">libbrasero-utils3.so</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
240 </variablelist>
241
242 </sect2>
243
244</sect1>
Note: See TracBrowser for help on using the repository browser.