source: gnome/applications/brasero.xml@ 3fd1cb7

11.3 12.0 12.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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3fd1cb7 was 19e56c3, checked in by Douglas R. Reno <renodr@…>, 17 months ago

Disable building the Nautilus extension in Brasero.

In order for the extension to work, Brasero will need to be ported to
GTK-4.

  • Property mode set to 100644
File size: 7.3 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 "ae48248dd36f89282d573eb7a0a1391f">
12 <!ENTITY brasero-size "3.0 MB">
13 <!ENTITY brasero-buildsize "105 MB">
14 <!ENTITY brasero-time "1.0 SBU">
15]>
16
17<sect1 id="brasero" xreflabel="Brasero-&brasero-version;">
18 <?dbhtml filename="brasero.html"?>
19
20
21 <title>Brasero-&brasero-version;</title>
22
23 <indexterm zone="brasero">
24 <primary sortas="a-Brasero">Brasero</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to Brasero</title>
29
30 <para>
31 <application>Brasero</application> is an application used to
32 burn CD/DVD on the <application>GNOME</application> Desktop.
33 It is designed to be as simple as possible and has some unique
34 features that enable users to create their discs easily and quickly.
35 </para>
36
37 &lfs112_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&brasero-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&brasero-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &brasero-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &brasero-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &brasero-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &brasero-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Brasero Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="gst10-plugins-base"/>,
78 <xref linkend="itstool"/>,
79 <xref linkend="libcanberra"/>, and
80 <xref linkend="libnotify"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="gobject-introspection"/>,
86 <xref linkend="libburn"/>,
87 <xref linkend="libisoburn"/>, and
88 <xref linkend="libisofs"/>,
89 <xref linkend="nautilus"/>,
90 <xref linkend="tracker3"/>, and
91 <xref linkend="totem-pl-parser"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="gtk-doc"/>
97 </para>
98
99 <bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
100 <para role="recommended">
101 <xref role="runtime" linkend="dvd-rw-tools"/> and
102 <xref role="runtime" linkend="gvfs"/>
103 </para>
104
105 <bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
106 <para role="optional">
107 <xref role="runtime" linkend="cdrdao"/>,
108 <xref role="runtime" linkend="libdvdcss"/>,
109 <xref role="runtime" linkend="cdrtools"/>, and
110 <ulink url="https://ftpmirror.gnu.org/gnu/vcdimager/">VCDImager</ulink>
111 </para>
112
113 <para condition="html" role="usernotes">User Notes:
114 <ulink url="&blfs-wiki;/brasero"/>
115 </para>
116 </sect2>
117
118 <sect2 role="installation">
119 <title>Installation of Brasero</title>
120
121 <para>
122 Install <application>Brasero</application> by running the following
123 commands:
124 </para>
125
126<screen><userinput>./configure --prefix=/usr \
127 --enable-compile-warnings=no \
128 --enable-cxx-warnings=no \
129 --disable-nautilus &amp;&amp;
130make</userinput></screen>
131
132 <para>
133 This package does not come with a test suite.
134 </para>
135
136 <para>
137 Now, as the <systemitem class="username">root</systemitem> user:
138 </para>
139
140<screen role="root"><userinput>make install</userinput></screen>
141
142 </sect2>
143
144 <sect2 role="commands">
145 <title>Command Explanations</title>
146
147 <para>
148 <parameter>--enable-*-warnings=no</parameter>: These switches fix
149 build problems under GCC-6.x compilers.
150 </para>
151
152 <para>
153 <parameter>--disable-nautilus</parameter>: This switch disables building
154 the Nautilus extension since it is incompatible with the gtk4 version of
155 Nautilus.
156 </para>
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-{burn,media,utils}3.so
177 <!--/usr/lib/nautilus/extensions-3.0/libnautilus-brasero-extension.so-->
178 </seg>
179 <seg>
180 /usr/include/brasero3,
181 /usr/lib/brasero3,
182 /usr/share/brasero,
183 /usr/share/gtk-doc/html/libbrasero-{burn,media}, and
184 /usr/share/help/*/brasero
185 </seg>
186 </seglistitem>
187 </segmentedlist>
188
189 <variablelist>
190 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
191 <?dbfo list-presentation="list"?>
192 <?dbhtml list-presentation="table"?>
193
194 <varlistentry id="brasero-prog">
195 <term><command>brasero</command></term>
196 <listitem>
197 <para>
198 is a simple and easy to use CD/DVD burning application for the
199 <application>GNOME</application> Desktop
200 </para>
201 <indexterm zone="brasero brasero-prog">
202 <primary sortas="b-brasero">brasero</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="libbrasero-burn3">
208 <term><filename class="libraryfile">libbrasero-burn3.so</filename></term>
209 <listitem>
210 <para>
211 contains the Burning API functions
212 </para>
213 <indexterm zone="brasero libbrasero-burn3">
214 <primary sortas="c-libbrasero-burn3">libbrasero-burn3.so</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="libbrasero-media3">
220 <term><filename class="libraryfile">libbrasero-media3.so</filename></term>
221 <listitem>
222 <para>
223 contains the Media API functions
224 </para>
225 <indexterm zone="brasero libbrasero-media3">
226 <primary sortas="c-libbrasero-media3">libbrasero-media3.so</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 <varlistentry id="libbrasero-utils3">
232 <term><filename class="libraryfile">libbrasero-utils3.so</filename></term>
233 <listitem>
234 <para>
235 contains the <application>Brasero</application> API functions
236 </para>
237 <indexterm zone="brasero libbrasero-utils3">
238 <primary sortas="c-libbrasero-utils3">libbrasero-utils3.so</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 </variablelist>
244
245 </sect2>
246
247</sect1>
Note: See TracBrowser for help on using the repository browser.