Author: ken Date: 2012-02-10 10:04:25 -0700 (Fri, 10 Feb 2012) New Revision: 9347
Added: trunk/BOOK/gnome/core/brasero.xml Removed: trunk/BOOK/gnome/add/brasero.xml Modified: trunk/BOOK/general.ent trunk/BOOK/gnome/add/add.xml trunk/BOOK/gnome/core/core.xml trunk/BOOK/introduction/welcome/changelog.xml Log: brasero-3.2.0 Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-02-10 16:46:16 UTC (rev 9346) +++ trunk/BOOK/general.ent 2012-02-10 17:04:25 UTC (rev 9347) @@ -702,6 +702,7 @@ <!ENTITY gnome-user-docs-version "2.30.1"> <!-- Utilities --> +<!ENTITY brasero-version "3.2.0"> <!ENTITY gnome-terminal-version "2.30.2"> <!ENTITY nautilus-version "2.30.1"> <!ENTITY yelp-version "2.30.1"> @@ -733,7 +734,6 @@ <!-- Utilities --> <!ENTITY alacarte-version "0.13.1"> -<!ENTITY brasero-version "2.30.2"> <!ENTITY bug-buddy-version "2.30.0"> <!ENTITY cheese-version "2.30.1"> <!ENTITY deskbar-applet-version "2.30.1"> Modified: trunk/BOOK/gnome/add/add.xml =================================================================== --- trunk/BOOK/gnome/add/add.xml 2012-02-10 16:46:16 UTC (rev 9346) +++ trunk/BOOK/gnome/add/add.xml 2012-02-10 17:04:25 UTC (rev 9347) @@ -37,7 +37,6 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dummy-utilities.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="alacarte.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="brasero.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bug-buddy.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cheese.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="deskbar-applet.xml"/> Deleted: trunk/BOOK/gnome/add/brasero.xml =================================================================== --- trunk/BOOK/gnome/add/brasero.xml 2012-02-10 16:46:16 UTC (rev 9346) +++ trunk/BOOK/gnome/add/brasero.xml 2012-02-10 17:04:25 UTC (rev 9347) @@ -1,196 +0,0 @@ -<?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/&gnome-version;/brasero-&brasero-version;.tar.bz2"> - <!ENTITY brasero-download-ftp "&gnome-download-ftp;/brasero/&gnome-version;/brasero-&brasero-version;.tar.bz2"> - <!ENTITY brasero-md5sum "c1c995a01a087ad1d1062c8ed64405dd"> - <!ENTITY brasero-size "4.3 MB"> - <!ENTITY brasero-buildsize "88 MB"> - <!ENTITY brasero-time "1.6 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>The <application>brasero</application> package is an application to - burn CD/DVD for the Gnome Desktop. It is designed to be as simple as - possible and has some unique features to enable users to create their discs - easily and quickly.</para> - - &lfs65_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="GConf"/>, - <xref linkend="gnome-doc-utils"/>, - <xref linkend="gst-plugins-base"/>, - <xref linkend="libcanberra"/>, - <xref linkend="libunique"/>, and - <xref linkend="which"/></para> - - <bridgehead renderas="sect4">Optional</bridgehead> - <para role="optional"><ulink url="http://beagle-project.org/Main_Page">libbeagle</ulink>, - <ulink url="http://libburnia-project.org/">libburn</ulink>, - <ulink url="http://libburnia-project.org/">libisofs</ulink>, - <xref linkend="nautilus"/>, and - <xref linkend="totem-pl-parser"/></para> - - <bridgehead renderas="sect4">Recommended (Runtime)</bridgehead> - <para role="recommended"><xref linkend="cdrtools"/> or - <ulink url="http://www.cdrkit.org/">cdrkit</ulink> (For CD burning), and - <xref linkend="dvd-rw-tools"/> (For DVD burning)</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=$(pkg-config --variable=prefix ORBit-2.0) \ - --sysconfdir=&gnome-etc-dir; \ - --mandir=$(pkg-config \ - --variable=prefix ORBit-2.0)/share/man && -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><option>--disable-scrollkeeper</option>: This parameter disables - updates to the scrollkeeper database.</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-audio2cue.so, libbrasero-burn-uri.so, - libbrasero-cdda2wav.so, libbrasero-cdrdao.so, libbrasero-cdrecord.so, - libbrasero-checksum-file.so, libbrasero-checksum.so, - libbrasero-dvdauthor.so, libbrasero-dvdcss.so, - libbrasero-dvdrwformat.so, libbrasero-genisoimage.so, - libbrasero-growisofs.so, libbrasero-local-track.so, - libbrasero-mkisofs.so, libbrasero-normalize.so, libbrasero-readcd.so, - libbrasero-readom.so, libbrasero-transcode.so, libbrasero-vcdimager.so, - libbrasero-vob.so, libbrasero-wodim.so, libbrasero-burn.so, - libbrasero-media.so, libbrasero-utils.so, and - libnautilus-brasero-extension.so</seg> - <seg><envar>$GNOME_PREFIX</envar>/{include/brasero,lib/brasero/plugins, - share/{brasero/icons/hicolor/*},gnome/help/brasero/*, - gtk-doc/html/{libbrasero-burn,libbrasero-media},omf/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-burn"> - <term><filename class='libraryfile'>libbrasero-burn.so</filename></term> - <listitem> - <para>contains the burning API functions.</para> - <indexterm zone="brasero libbrasero-burn"> - <primary sortas="c-libbrasero-burn">libLIBRARY1.so</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="libbrasero-media"> - <term><filename class='libraryfile'>libbrasero-media.so</filename></term> - <listitem> - <para>contains the media API functions.</para> - <indexterm zone="brasero libbrasero-media"> - <primary sortas="c-libbrasero-media">libbrasero-media.so</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="libbrasero-utils"> - <term><filename class='libraryfile'>libbrasero-utils.so</filename></term> - <listitem> - <para>contains the <application>brasero</application> API functions.</para> - <indexterm zone="brasero libbrasero-utils"> - <primary sortas="c-libLIBRARY1">libbrasero-utils.so</primary> - </indexterm> - </listitem> - </varlistentry> - - </variablelist> - - </sect2> - -</sect1> Copied: trunk/BOOK/gnome/core/brasero.xml (from rev 9345, trunk/BOOK/gnome/add/brasero.xml) =================================================================== --- trunk/BOOK/gnome/core/brasero.xml (rev 0) +++ trunk/BOOK/gnome/core/brasero.xml 2012-02-10 17:04:25 UTC (rev 9347) @@ -0,0 +1,195 @@ +<?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/&gnome-version;/brasero-&brasero-version;.tar.xz"> + <!ENTITY brasero-download-ftp "&gnome-download-ftp;/brasero/&gnome-version;/brasero-&brasero-version;.tar.xz"> + <!ENTITY brasero-md5sum "b4b13ce81a344b81ddd3a64a3003787b"> + <!ENTITY brasero-size "2.8 MB"> + <!ENTITY brasero-buildsize "?? MB"> + <!ENTITY brasero-time "?? 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>The <application>brasero</application> package is an application to + burn CD/DVD for the Gnome Desktop. It is designed to be as simple as + possible and has some unique features to enable users to create their discs + easily and quickly.</para> + + <!--&lfs65_checked; not fot this version! --> + + <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="GConf"/>, + <xref linkend="gnome-doc-utils"/>, + <xref linkend="gst-plugins-base"/>, + <xref linkend="libcanberra"/>, + <xref linkend="libunique"/>, and + <xref linkend="which"/></para> + + <bridgehead renderas="sect4">Optional</bridgehead> + <para role="optional"><ulink url="http://beagle-project.org/Main_Page">libbeagle</ulink>, + <ulink url="http://libburnia-project.org/">libburn</ulink>, + <ulink url="http://libburnia-project.org/">libisofs</ulink>, + <xref linkend="nautilus"/>, and + <xref linkend="totem-pl-parser"/></para> + + <bridgehead renderas="sect4">Recommended (Runtime)</bridgehead> + <para role="recommended"><xref linkend="cdrtools"/> or + <ulink url="http://www.cdrkit.org/">cdrkit</ulink> (For CD burning), and + <xref linkend="dvd-rw-tools"/> (For DVD burning)</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=$GNOME_PREFIX \ + --sysconfdir=$GNOME_SYSCONFDIR \ + --mandir=$GNOME_PREFIX/share/man && +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><option>--disable-scrollkeeper</option>: This parameter disables + updates to the scrollkeeper database.</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-audio2cue.so, libbrasero-burn-uri.so, + libbrasero-cdda2wav.so, libbrasero-cdrdao.so, libbrasero-cdrecord.so, + libbrasero-checksum-file.so, libbrasero-checksum.so, + libbrasero-dvdauthor.so, libbrasero-dvdcss.so, + libbrasero-dvdrwformat.so, libbrasero-genisoimage.so, + libbrasero-growisofs.so, libbrasero-local-track.so, + libbrasero-mkisofs.so, libbrasero-normalize.so, libbrasero-readcd.so, + libbrasero-readom.so, libbrasero-transcode.so, libbrasero-vcdimager.so, + libbrasero-vob.so, libbrasero-wodim.so, libbrasero-burn.so, + libbrasero-media.so, libbrasero-utils.so, and + libnautilus-brasero-extension.so</seg> + <seg><envar>$GNOME_PREFIX</envar>/{include/brasero,lib/brasero/plugins, + share/{brasero/icons/hicolor/*},gnome/help/brasero/*, + gtk-doc/html/{libbrasero-burn,libbrasero-media},omf/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-burn"> + <term><filename class='libraryfile'>libbrasero-burn.so</filename></term> + <listitem> + <para>contains the burning API functions.</para> + <indexterm zone="brasero libbrasero-burn"> + <primary sortas="c-libbrasero-burn">libLIBRARY1.so</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="libbrasero-media"> + <term><filename class='libraryfile'>libbrasero-media.so</filename></term> + <listitem> + <para>contains the media API functions.</para> + <indexterm zone="brasero libbrasero-media"> + <primary sortas="c-libbrasero-media">libbrasero-media.so</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="libbrasero-utils"> + <term><filename class='libraryfile'>libbrasero-utils.so</filename></term> + <listitem> + <para>contains the <application>brasero</application> API functions.</para> + <indexterm zone="brasero libbrasero-utils"> + <primary sortas="c-libLIBRARY1">libbrasero-utils.so</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Modified: trunk/BOOK/gnome/core/core.xml =================================================================== --- trunk/BOOK/gnome/core/core.xml 2012-02-10 16:46:16 UTC (rev 9346) +++ trunk/BOOK/gnome/core/core.xml 2012-02-10 17:04:25 UTC (rev 9347) @@ -93,8 +93,8 @@ <!-- This is used as a TOC separator --> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dummy-utilities.xml"/> - <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="brasero.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="empathy.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="brasero.xml"/> + <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="empathy.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="epiphany.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eog.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="evince.xml"/> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-02-10 16:46:16 UTC (rev 9346) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-02-10 17:04:25 UTC (rev 9347) @@ -49,6 +49,9 @@ part of the book because it can no longer be run without the gnome daemons. </para> </listitem> + <listitem> + <para>[ken] - merge brasero-3.2.0 from Wayne.</para> + </listitem> </itemizedlist> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
