glfs/gnome/applications/brasero.xml
Bruce Dubbs 425f8d6942 Tag gnome apps
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22055 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-08-25 23:50:50 +00:00

245 lines
7.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY brasero-download-http
"&gnome-download-http;/brasero/3.12/brasero-&brasero-version;.tar.xz">
<!ENTITY brasero-download-ftp
"&gnome-download-ftp;/brasero/3.12/brasero-&brasero-version;.tar.xz">
<!ENTITY brasero-md5sum "2dec59c179e49e37f1cfc0dd26344a2e">
<!ENTITY brasero-size "3.6 MB">
<!ENTITY brasero-buildsize "82 MB">
<!ENTITY brasero-time "1.7 SBU">
]>
<sect1 id="brasero" xreflabel="Brasero-&brasero-version;">
<?dbhtml filename="brasero.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Brasero-&brasero-version;</title>
<indexterm zone="brasero">
<primary sortas="a-Brasero">Brasero</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Brasero</title>
<para>
<application>Brasero</application> is an application used to
burn CD/DVD on the <application>GNOME</application> Desktop.
It is designed to be as simple as possible and has some unique
features that enable users to create their discs easily and quickly.
</para>
&lfs90_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&brasero-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&brasero-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &brasero-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &brasero-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &brasero-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &brasero-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Brasero Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gst10-plugins-base"/>,
<xref linkend="itstool"/>,
<xref linkend="libcanberra"/>, and
<xref linkend="libnotify"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="gobject-introspection"/>,
<xref linkend="libburn"/>,
<xref linkend="libisoburn"/>, and
<xref linkend="libisofs"/>,
<xref linkend="nautilus"/>, and
<xref linkend="totem-pl-parser"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gtk-doc"/> and
<xref linkend="tracker"/>
</para>
<bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
<para role="recommended">
<xref role="runtime" linkend="dvd-rw-tools"/> and
<xref role="runtime" linkend="gvfs"/>
</para>
<bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
<para role="optional">
<xref role="runtime" linkend="cdrdao"/>,
<xref role="runtime" linkend="libdvdcss"/>,
<xref role="runtime" linkend="cdrtools"/>, and
<ulink url="http://ftp.gnu.org/gnu/vcdimager/">VCDImager</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/brasero"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Brasero</title>
<para>
Install <application>Brasero</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr \
--enable-compile-warnings=no \
--enable-cxx-warnings=no &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<parameter>--enable-*-warnings=no</parameter>: These switches fix
build problems under GCC-6.x compilers.
</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
brasero
</seg>
<seg>
libbrasero-{burn,media,utils}3.so, and
/usr/lib/nautilus/extensions-3.0/libnautilus-brasero-extension.so
</seg>
<seg>
/usr/include/brasero3,
/usr/lib/brasero3,
/usr/share/brasero,
/usr/share/gtk-doc/html/libbrasero-{burn,media}, and
/usr/share/help/*/brasero
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="brasero-prog">
<term><command>brasero</command></term>
<listitem>
<para>
is a simple and easy to use CD/DVD burning application for the
<application>GNOME</application> Desktop.
</para>
<indexterm zone="brasero brasero-prog">
<primary sortas="b-brasero">brasero</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libbrasero-burn3">
<term><filename class="libraryfile">libbrasero-burn3.so</filename></term>
<listitem>
<para>
contains the Burning API functions.
</para>
<indexterm zone="brasero libbrasero-burn3">
<primary sortas="c-libbrasero-burn3">libbrasero-burn3.so</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libbrasero-media3">
<term><filename class="libraryfile">libbrasero-media3.so</filename></term>
<listitem>
<para>
contains the Media API functions.
</para>
<indexterm zone="brasero libbrasero-media3">
<primary sortas="c-libbrasero-media3">libbrasero-media3.so</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libbrasero-utils3">
<term><filename class="libraryfile">libbrasero-utils3.so</filename></term>
<listitem>
<para>
contains the <application>Brasero</application> API functions.
</para>
<indexterm zone="brasero libbrasero-utils3">
<primary sortas="c-libbrasero-utils3">libbrasero-utils3.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>