source: gnome/core/brasero.xml@ 6ab28d9

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

recommend libburn and libisofs on the Brasero page. Thanks Andy for adding them in the book.

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

  • Property mode set to 100644
File size: 6.3 KB
RevLine 
[c766fa0e]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
[b936ad2]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">
[5e32204]13 <!ENTITY brasero-buildsize "93 MB">
[b936ad2]14 <!ENTITY brasero-time "1.4 SBU">
[c766fa0e]15]>
16
[25639ce3]17<sect1 id="brasero" xreflabel="Brasero-&brasero-version;">
[c766fa0e]18 <?dbhtml filename="brasero.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
[25639ce3]25 <title>Brasero-&brasero-version;</title>
[c766fa0e]26
27 <indexterm zone="brasero">
28 <primary sortas="a-brasero">brasero</primary>
29 </indexterm>
30
31 <sect2 role="package">
[25639ce3]32 <title>Introduction to Brasero</title>
[c766fa0e]33
[25639ce3]34 <para>The <application>Brasero</application> package is an application to
[c766fa0e]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
[b89db769]37 easily and quickly.</para>
38
[b936ad2]39 &lfs70_checked;
[c766fa0e]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
[25639ce3]63 <bridgehead renderas="sect3">Brasero Dependencies</bridgehead>
[c766fa0e]64
65 <bridgehead renderas="sect4">Required</bridgehead>
[b936ad2]66 <para role="required">
67 <xref linkend="gnome-doc-utils"/>,
68 <xref linkend="gst-plugins-base"/>,
[0e15d3a]69 <xref linkend="libcanberra"/> and
70 <xref linkend="libnotify"/>
[b936ad2]71 </para>
[c766fa0e]72
[5e32204]73 <bridgehead renderas="sect4">Recommended</bridgehead>
[b936ad2]74 <para role="recommended">
75 <xref linkend="gobject-introspection"/>,
[6ab28d9]76 <xref linkend="libburn"/> and
77 <xref linkend="libisofs"/> (For CD/DVD burning),
[b936ad2]78 <xref linkend="nautilus"/>,
79 <xref linkend="rarian"/> and
80 <xref linkend="totem-pl-parser"/>
81 </para>
[5e32204]82
[c766fa0e]83 <bridgehead renderas="sect4">Optional</bridgehead>
[b936ad2]84 <para role="optional">
[6ab28d9]85 <xref linkend="gtk-doc"/> and
[b936ad2]86 <xref linkend="tracker"/>
87 </para>
[c766fa0e]88
[c90e836]89 <bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
[fb192216]90 <para role="recommended">
[b936ad2]91 <xref linkend="gvfs"/> (Built with libcdio support - for gvfsd-burn)
92 </para>
[c766fa0e]93
94 <para condition="html" role="usernotes">User Notes:
95 <ulink url="&blfs-wiki;/brasero"/></para>
96
97 </sect2>
98
99 <sect2 role="installation">
[25639ce3]100 <title>Installation of Brasero</title>
[c766fa0e]101
[25639ce3]102 <para>Install <application>Brasero</application> by running the following
[c766fa0e]103 commands:</para>
104
[b936ad2]105<screen><userinput>./configure --prefix=/usr &amp;&amp;
[c766fa0e]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
[e05cd03f]119 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[c766fa0e]120 href="../../xincludes/gtk-doc-rebuild.xml"/>
121
122 </sect2>
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Programs</segtitle>
129 <segtitle>Installed Libraries</segtitle>
130 <segtitle>Installed Directories</segtitle>
131
132 <seglistitem>
[b936ad2]133 <seg>
134 brasero
135 </seg>
136 <seg>
137 libbrasero-burn3.so, libbrasero-media3.so and libbrasero-utils3.so
138 </seg>
139 <seg>
140 /usr/include/brasero3, /usr/lib/brasero3, /usr/share/brasero,
141 /usr/share/gnome/help/brasero and
142 /usr/share/gtk-doc/html/{libbrasero-burn,libbrasero-media}
143 </seg>
[c766fa0e]144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="brasero-prog">
153 <term><command>brasero</command></term>
154 <listitem>
155 <para>is a simple and easy to use CD/DVD burning application for the
156 <application>Gnome</application> Desktop</para>
157 <indexterm zone="brasero brasero-prog">
158 <primary sortas="b-brasero">brasero</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
[b936ad2]163 <varlistentry id="libbrasero-burn3">
164 <term><filename class='libraryfile'>libbrasero-burn3.so</filename></term>
[c766fa0e]165 <listitem>
[b936ad2]166 <para>contains the Burning API functions.</para>
167 <indexterm zone="brasero libbrasero-burn3">
168 <primary sortas="c-libbrasero-burn3">libbrasero-burn3.so</primary>
[c766fa0e]169 </indexterm>
170 </listitem>
171 </varlistentry>
172
[b936ad2]173 <varlistentry id="libbrasero-media3">
174 <term><filename class='libraryfile'>libbrasero-media3.so</filename></term>
[c766fa0e]175 <listitem>
[b936ad2]176 <para>contains the Media API functions.</para>
177 <indexterm zone="brasero libbrasero-media3">
178 <primary sortas="c-libbrasero-media3">libbrasero-media3.so</primary>
[c766fa0e]179 </indexterm>
180 </listitem>
181 </varlistentry>
182
[b936ad2]183 <varlistentry id="libbrasero-utils3">
184 <term><filename class='libraryfile'>libbrasero-utils3.so</filename></term>
[c766fa0e]185 <listitem>
[b936ad2]186 <para>contains the <application>Brasero</application> API functions.</para>
187 <indexterm zone="brasero libbrasero-utils3">
188 <primary sortas="c-libbrasero-utils3">libbrasero-utils3.so</primary>
[c766fa0e]189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 </variablelist>
194
195 </sect2>
196
197</sect1>
Note: See TracBrowser for help on using the repository browser.