Author: ken Date: 2012-02-27 18:04:45 -0700 (Mon, 27 Feb 2012) New Revision: 9539
Added: trunk/BOOK/gnome/add/gupnp-dlna.xml Modified: trunk/BOOK/general.ent trunk/BOOK/gnome/add/add.xml trunk/BOOK/introduction/welcome/changelog.xml Log: gupnp-dlna-0.6.4 Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-02-28 00:11:34 UTC (rev 9538) +++ trunk/BOOK/general.ent 2012-02-28 01:04:45 UTC (rev 9539) @@ -790,6 +790,7 @@ <!ENTITY gnome-screensaver-version "3.2.0"> <!ENTITY gupnp-version "0.18.0"> <!ENTITY gupnp-av-version "0.10.1"> +<!ENTITY gupnp-dlna-version "0.6.4"> <!ENTITY hamster-applet-version "2.30.2"> <!ENTITY nautilus-sendto-version "3.0.1"> <!ENTITY seahorse-version "2.30.1"> Modified: trunk/BOOK/gnome/add/add.xml =================================================================== --- trunk/BOOK/gnome/add/add.xml 2012-02-28 00:11:34 UTC (rev 9538) +++ trunk/BOOK/gnome/add/add.xml 2012-02-28 01:04:45 UTC (rev 9539) @@ -34,6 +34,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtksourceviewmm.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gupnp.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gupnp-av.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gupnp-dlna.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgda.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mobile-broadband-provider-info.xml"/> Added: trunk/BOOK/gnome/add/gupnp-dlna.xml =================================================================== --- trunk/BOOK/gnome/add/gupnp-dlna.xml (rev 0) +++ trunk/BOOK/gnome/add/gupnp-dlna.xml 2012-02-28 01:04:45 UTC (rev 9539) @@ -0,0 +1,159 @@ +<?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 gupnp-dlna-download-http "&gnome-download-http;/gupnp-dlna/0.6/gupnp-dlna-&gupnp-dlna-version;.tar.xz"> + <!ENTITY gupnp-dlna-download-ftp "&gnome-download-ftp;/gupnp-dlna/0.6/gupnp-dlna-&gupnp-dlna-version;.tar.xz"> + <!ENTITY gupnp-dlna-md5sum "7032b810bdbba6dc8e61c175ed1b9069"> + <!ENTITY gupnp-dlna-size "271 KB"> + <!ENTITY gupnp-dlna-buildsize "4,7 MB"> + <!ENTITY gupnp-dlna-time "0.1 SBU"> +]> + +<sect1 id="gupnp-dlna" xreflabel="gupnp-dlna-&gupnp-dlna-version;"> + <?dbhtml filename="gupnp-dlna.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>gupnp-dlna-&gupnp-dlna-version;</title> + + <indexterm zone="gupnp-dlna"> + <primary sortas="a-gupnp-dlna">gupnp-dlna</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to gupnp-dlna</title> + + <para>The <application>gupnp-dlna</application> package contains a library that + provides DLNA-related functionality for MediaServers.</para> + + &lfs70_built; + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&gupnp-dlna-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&gupnp-dlna-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &gupnp-dlna-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &gupnp-dlna-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &gupnp-dlna-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &gupnp-dlna-time;</para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">gupnp-dlna Dependencies</bridgehead> + + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"><xref linkend="glib2"/>, + <xref linkend="gst-plugins-base"/>, and + <xref linkend="libxml2"/></para> + + <bridgehead renderas="sect4">Recommended</bridgehead> + <para role="recommended"><xref linkend="gobject-introspection"/></para> + + <bridgehead renderas="sect4">Recommended Runtime Dependencies</bridgehead> + <para role="recommended"><xref linkend="gst-plugins-good"/>, + <xref linkend="gst-plugins-bad"/>, + <xref linkend="gst-plugins-ugly"/>, and + <xref linkend="gst-ffmpeg"/></para> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/gupnp-dlna"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of gupnp-dlna</title> + + <para>Install <application>gupnp-dlna</application> by running the following + commands:</para> + +<screen><userinput>./configure --prefix=$GNOME_PREFIX && +make</userinput></screen> + + <para>To test the results, issue: <command>make check</command>.</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>--enable-static=no</option>: This switch prevents the static + libraries being installed.</para> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Library</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg>gupnp-dlna-info and gupnp-dlna-ls-profiles</seg> + <seg>libgupnp-dlna-1.0.{so,a}</seg> + <seg><envar>$GNOME_PREFIX</envar>/{include/gupnp-dlna-1.0/libgupnp-dlna,share/{gtk-doc/html/gupnp-dlna,gupnp-dlna/dlna-profiles}}</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="gupnp-dlna-info"> + <term><command>gupnp-dlna-info</command></term> + <listitem> + <para>does this .....</para> + <indexterm zone="gupnp-dlna gupnp-dlna-info"> + <primary sortas="b-gupnp-dlna-info">gupnp-dlna-info</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="gupnp-dlna-ls-profiles"> + <term><command>gupnp-dlna-ls-profiles</command></term> + <listitem> + <para>does this .....</para> + <indexterm zone="gupnp-dlna gupnp-dlna-ls-profiles"> + <primary sortas="b-gupnp-dlna-ls-profiles">gupnp-dlna-ls-profiles</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="libgupnp-dlna-1"> + <term><filename class='libraryfile'>libgupnp-dlna-1.0.{so,a}</filename></term> + <listitem> + <para>contains functions that .....</para> + <indexterm zone="gupnp-dlna libgupnp-dlna-1"> + <primary sortas="c-libgupnp-dlna-1">libgupnp-dlna-1.0.{so,a}</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Property changes on: trunk/BOOK/gnome/add/gupnp-dlna.xml ___________________________________________________________________ Added: svn:keywords + Date LastChangedBy Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-02-28 00:11:34 UTC (rev 9538) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-02-28 01:04:45 UTC (rev 9539) @@ -62,6 +62,9 @@ <listitem> <para>[ken] - added gupnp-av-0.10.1 from Wayne.</para> </listitem> + <listitem> + <para>[ken] - added gupnp-dlna-0.6.4 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
