source: gnome/add/brasero.xml@ c1dae8d

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 c1dae8d was c1dae8d, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Updated to brasero-2.28.3.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8156 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 "&gnome-download-http;/brasero/&gnome-version;/brasero-&brasero-version;.tar.bz2">
8 <!ENTITY brasero-download-ftp "&gnome-download-ftp;/brasero/&gnome-version;/brasero-&brasero-version;.tar.bz2">
9 <!ENTITY brasero-md5sum "6ef5cc07325f1869577a85d15ac67eb3">
10 <!ENTITY brasero-size "3.8 MB">
11 <!ENTITY brasero-buildsize "83 MB">
12 <!ENTITY brasero-time "1.3 SBU">
13]>
14
15<sect1 id="brasero" xreflabel="brasero-&brasero-version;">
16 <?dbhtml filename="brasero.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>brasero-&brasero-version;</title>
24
25 <indexterm zone="brasero">
26 <primary sortas="a-brasero">brasero</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to brasero</title>
31
32 <para>The <application>brasero</application> package is an application to
33 burn CD/DVD for the Gnome Desktop. It is designed to be as simple as
34 possible and has some unique features to enable users to create their discs
35 easily and quickly.
36</para>
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&brasero-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&brasero-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &brasero-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &brasero-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &brasero-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &brasero-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">brasero Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required"><xref linkend="GConf"/>,
64 <xref linkend="gnome-doc-utils"/>,
65 <xref linkend="gst-plugins-base"/>, and
66 <xref linkend="libunique"/></para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional"><ulink url="http://beagle-project.org/Main_Page">libbeagle</ulink>,
70 <ulink url="http://libburnia-project.org/">libburn</ulink>,
71 <ulink url="http://libburnia-project.org/">libisofs</ulink>,
72 <xref linkend="nautilus"/>, and
73 <xref linkend="totem-pl-parser"/></para>
74
75 <bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
76 <para role="recommended"><xref linkend="cdrtools"/> or
77 <ulink url="http://www.cdrkit.org/">cdrkit</ulink> (For CD burning), and
78 <xref linkend="dvd-rw-tools"/> (For DVD burning)</para>
79
80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/brasero"/></para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of brasero</title>
87
88 <para>Install <application>brasero</application> by running the following
89 commands:</para>
90
91<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
92 --sysconfdir=&gnome-etc-dir; \
93 --mandir=$(pkg-config \
94 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
95make</userinput></screen>
96
97 <para>This package does not come with a test suite.</para>
98
99 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108 <para><option>--disable-scrollkeeper</option>: This parameter disables
109 updates to the scrollkeeper database.</para>
110
111 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
112 href="../../xincludes/gtk-doc-rebuild.xml"/>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Programs</segtitle>
121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directories</segtitle>
123
124 <seglistitem>
125 <seg>brasero</seg>
126 <seg>libbrasero-burn.so, libbrasero-media.so, libbrasero-utils.so, and
127 numerous <application>brasero</application> plugins</seg>
128 <seg>/usr/{lib/brasero/plugins,share/brasero/icons/hicolor/*,
129 share/{gnome/help/brasero/*,gtk-doc/html/libbrasero-burn,
130 gtk-doc/html/libbrasero-media}}</seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="brasero-prog">
140 <term><command>brasero</command></term>
141 <listitem>
142 <para>is a simple and easy to use CD/DVD burning application for the
143 <application>Gnome</application> Desktop</para>
144 <indexterm zone="brasero brasero-prog">
145 <primary sortas="b-brasero">brasero</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry id="libbrasero-burn">
151 <term><filename class='libraryfile'>libbrasero-burn.so</filename></term>
152 <listitem>
153 <para>contains the burning API functions.</para>
154 <indexterm zone="brasero libbrasero-burn">
155 <primary sortas="c-libbrasero-burn">libLIBRARY1.so</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="libbrasero-media">
161 <term><filename class='libraryfile'>libbrasero-media.so</filename></term>
162 <listitem>
163 <para>contains the media API functions.</para>
164 <indexterm zone="brasero libbrasero-media">
165 <primary sortas="c-libbrasero-media">libbrasero-media.so</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="libbrasero-utils">
171 <term><filename class='libraryfile'>libbrasero-utils.so</filename></term>
172 <listitem>
173 <para>contains the <application>brasero</application> API functions.</para>
174 <indexterm zone="brasero libbrasero-utils">
175 <primary sortas="c-libLIBRARY1">libbrasero-utils.so</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 </variablelist>
181
182 </sect2>
183
184</sect1>
Note: See TracBrowser for help on using the repository browser.