<?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        "4e3151125de991f474f728c1c5343ab1">
  <!ENTITY gupnp-dlna-size          "260 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: randy $</othername>
    <date>$Date: 2013-02-11 13:51:17 -0500 (Mon, 11 Feb 2013) $</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_checked;

    <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="gst-plugins-base"/> and
      <xref linkend="libxml2"/>
    </para>

    <bridgehead renderas="sect4">Recommended</bridgehead>
    <para role="recommended">
      <xref linkend="gobject-introspection"/>
    </para>

    <bridgehead renderas="sect4">Optional</bridgehead>
    <para role="optional">
      <xref linkend="gtk-doc"/>
    </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=/usr --disable-static &amp;&amp;
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>

    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
      href="../../xincludes/static-libraries.xml"/>

    <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 Library</segtitle>
      <segtitle>Installed Directories</segtitle>

      <seglistitem>
        <seg>
          gupnp-dlna-info and gupnp-dlna-ls-profiles
        </seg>
        <seg>
          libgupnp-dlna-1.0.so
        </seg>
        <seg>
          /usr/include/gupnp-dlna-1.0,
          /usr/share/gtk-doc/html/gupnp-dlna and
          /usr/share/gupnp-dlna
        </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>
            is a program used to extract DLNA and related metadata.
          </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>
            is a program used to list all the DLNA profiles supported
            by <application>GUPnP DLNA</application>.
          </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</filename></term>
        <listitem>
          <para>
            contains the <application>GUPnP DLNA</application> API functions.
          </para>
          <indexterm zone="gupnp-dlna libgupnp-dlna-1">
            <primary sortas="c-libgupnp-dlna-1">libgupnp-dlna-1.0.so</primary>
          </indexterm>
        </listitem>
      </varlistentry>

    </variablelist>

  </sect2>

</sect1>
