source: gnome/core/brasero.xml@ 0e15d3a

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 0e15d3a was 0e15d3a, checked in by Krejzi <krejzi@…>, 12 years ago

Make which required dependency of gnome-doc-utils since every package requiring it needs which, gvfs 1.12.2, gcalctool 6.4.1.1, gucharmap 3.4.1, gnome-contacts 3.4.0 and gnome-system-monitor 3.4.1. Comment out Gnome pre and post configuration pages for now untill I think of new stategy for it. Most of gnome post-configuration is explained on gnome-session page

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

  • Property mode set to 100644
File size: 6.5 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>The <application>Brasero</application> package is an application to
35 burn CD/DVD for the Gnome Desktop. It is designed to be as simple as
36 possible and has some unique features to enable users to create their discs
37 easily and quickly.</para>
38
39 &lfs70_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&brasero-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&brasero-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &brasero-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &brasero-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &brasero-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &brasero-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">Brasero Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required">
67 <xref linkend="gnome-doc-utils"/>,
68 <xref linkend="gst-plugins-base"/>,
69 <xref linkend="libcanberra"/> and
70 <xref linkend="libnotify"/>
71 </para>
72
73 <bridgehead renderas="sect4">Recommended</bridgehead>
74 <para role="recommended">
75 <xref linkend="gobject-introspection"/>,
76 <xref linkend="nautilus"/>,
77 <xref linkend="rarian"/> and
78 <xref linkend="totem-pl-parser"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="gtk-doc"/>,
84 <ulink url="http://libburnia-project.org/">libburn</ulink>,
85 <ulink url="http://libburnia-project.org/">libisofs</ulink> and
86 <xref linkend="tracker"/>
87 </para>
88
89 <bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
90 <para role="recommended">
91 <ulink url="http://cdrecord.berlios.de/private/cdrecord.html">Cdrtools</ulink> or
92 <ulink url="http://www.cdrkit.org/">cdrkit</ulink> (For CD burning),
93 <xref linkend="dvd-rw-tools"/> (For DVD burning) and
94 <xref linkend="gvfs"/> (Built with libcdio support - for gvfsd-burn)
95 </para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/brasero"/></para>
99
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of Brasero</title>
104
105 <para>Install <application>Brasero</application> by running the following
106 commands:</para>
107
108<screen><userinput>./configure --prefix=/usr &amp;&amp;
109make</userinput></screen>
110
111 <para>This package does not come with a test suite.</para>
112
113 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="../../xincludes/gtk-doc-rebuild.xml"/>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>
137 brasero
138 </seg>
139 <seg>
140 libbrasero-burn3.so, libbrasero-media3.so and libbrasero-utils3.so
141 </seg>
142 <seg>
143 /usr/include/brasero3, /usr/lib/brasero3, /usr/share/brasero,
144 /usr/share/gnome/help/brasero and
145 /usr/share/gtk-doc/html/{libbrasero-burn,libbrasero-media}
146 </seg>
147 </seglistitem>
148 </segmentedlist>
149
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="brasero-prog">
156 <term><command>brasero</command></term>
157 <listitem>
158 <para>is a simple and easy to use CD/DVD burning application for the
159 <application>Gnome</application> Desktop</para>
160 <indexterm zone="brasero brasero-prog">
161 <primary sortas="b-brasero">brasero</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="libbrasero-burn3">
167 <term><filename class='libraryfile'>libbrasero-burn3.so</filename></term>
168 <listitem>
169 <para>contains the Burning API functions.</para>
170 <indexterm zone="brasero libbrasero-burn3">
171 <primary sortas="c-libbrasero-burn3">libbrasero-burn3.so</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="libbrasero-media3">
177 <term><filename class='libraryfile'>libbrasero-media3.so</filename></term>
178 <listitem>
179 <para>contains the Media API functions.</para>
180 <indexterm zone="brasero libbrasero-media3">
181 <primary sortas="c-libbrasero-media3">libbrasero-media3.so</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="libbrasero-utils3">
187 <term><filename class='libraryfile'>libbrasero-utils3.so</filename></term>
188 <listitem>
189 <para>contains the <application>Brasero</application> API functions.</para>
190 <indexterm zone="brasero libbrasero-utils3">
191 <primary sortas="c-libbrasero-utils3">libbrasero-utils3.so</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 </variablelist>
197
198 </sect2>
199
200</sect1>
Note: See TracBrowser for help on using the repository browser.