source: gnome/core/brasero.xml@ 4c2be438

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

fix Gnome dependencies - switch itstool with yelp-xsl (YELP_HELP_INIT requires yelp-xsl stylesheets),recommend gobject-introspection for every package in gnome/{core,add} and make Optional g-i section indicating that is required for gnome in packages that are not just required by gnome. Made some recommended (expected) deps to gstreamer plugins (codecs, input and output sinks), recommended alsa to the libcanberra, explicitly disabled oss to remove configure warning + added gnome dependencies into seperate optional section to libcanberra page. Added --disable-scrollkeeper explanation to many packages that can use rarian (for the scrollkeeper compat) and added some more rarian recommendations. Checked polkit, accountservice and consolekit deps, sorted them a bit. Finished Gnome 3.4

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

  • Property mode set to 100644
File size: 6.4 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="libburn"/> and
77 <xref linkend="libisofs"/> (For CD/DVD burning),
78 <xref linkend="nautilus"/>,
79 <xref linkend="rarian"/> and
80 <xref linkend="totem-pl-parser"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="gtk-doc"/> and
86 <xref linkend="tracker"/>
87 </para>
88
89 <bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
90 <para role="recommended">
91 <xref linkend="gvfs"/> (Built with libcdio support - for gvfsd-burn)
92 </para>
93
94 <para condition="html" role="usernotes">User Notes:
95 <ulink url="&blfs-wiki;/brasero"/></para>
96
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of Brasero</title>
101
102 <para>Install <application>Brasero</application> by running the following
103 commands:</para>
104
105<screen><userinput>./configure --prefix=/usr &amp;&amp;
106make</userinput></screen>
107
108 <para>This package does not come with a test suite.</para>
109
110 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 </sect2>
115
116 <sect2 role="commands">
117 <title>Command Explanations</title>
118
119 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
120 href="../../xincludes/without-scrollkeeper.xml"/>
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.