<?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 totem-pl-parser-download-http
   "&gnome-download-http;/totem-pl-parser/3.10/totem-pl-parser-&totem-pl-parser-version;.tar.xz">
  <!ENTITY totem-pl-parser-download-ftp
   "&gnome-download-ftp;/totem-pl-parser/3.10/totem-pl-parser-&totem-pl-parser-version;.tar.xz">
  <!ENTITY totem-pl-parser-md5sum        "b7a72b528a48149a341aa14d57674bed">
  <!ENTITY totem-pl-parser-size          "1.6 MB">
  <!ENTITY totem-pl-parser-buildsize     "12 MB (additional 1 MB for the tests)">
  <!ENTITY totem-pl-parser-time          "0.2 SBU (additional 0.6 SBU for the tests)">
]>

<sect1 id="totem-pl-parser" xreflabel="totem-pl-parser-&totem-pl-parser-version;">
  <?dbhtml filename="totem-pl-parser.html"?>

  <sect1info>
    <othername>$LastChangedBy: bdubbs $</othername>
    <date>$Date: 2015-02-27 19:21:33 -0500 (Fri, 27 Feb 2015) $</date>
  </sect1info>

  <title>totem-pl-parser-&totem-pl-parser-version;</title>

  <indexterm zone="totem-pl-parser">
    <primary sortas="a-totem-pl-parser">totem-pl-parser</primary>
  </indexterm>

  <sect2 role="package">
    <title>Introduction to Totem PL Parser</title>

    <para>
      The <application>Totem PL Parser</application> package contains a simple
      GObject-based library used to parse a host of playlist formats, as well
      as save those.
    </para>

    &lfs77_checked;

    <bridgehead renderas="sect3">Package Information</bridgehead>
    <itemizedlist spacing="compact">
      <listitem>
        <para>
          Download (HTTP): <ulink url="&totem-pl-parser-download-http;"/>
        </para>
      </listitem>
      <listitem>
        <para>
          Download (FTP): <ulink url="&totem-pl-parser-download-ftp;"/>
        </para>
      </listitem>
      <listitem>
        <para>
          Download MD5 sum: &totem-pl-parser-md5sum;
        </para>
      </listitem>
      <listitem>
        <para>
          Download size: &totem-pl-parser-size;
        </para>
      </listitem>
      <listitem>
        <para>
          Estimated disk space required: &totem-pl-parser-buildsize;
        </para>
      </listitem>
      <listitem>
        <para>
          Estimated build time: &totem-pl-parser-time;
        </para>
      </listitem>
    </itemizedlist>

    <bridgehead renderas="sect3">Totem PL Parser Dependencies</bridgehead>

    <bridgehead renderas="sect4">Required</bridgehead>
    <para role="required">
      <xref linkend="gmime"/> and
      <xref linkend="libsoup"/>
    </para>

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

    <bridgehead renderas="sect4">Optional</bridgehead>
    <para role="optional">
      <xref linkend="gtk-doc"/>,
      <ulink url="http://ltp.sourceforge.net/coverage/lcov.php"> lcov</ulink>, and
      <ulink url="http://sourceforge.net/projects/quvi">libquvi (version 0.9) and libquvi-scripts</ulink>
      - if they are installed, then
      <ulink url="https://github.com/diegonehab/luasocket">lua-socket (git)</ulink>
      is necessary for the tests
    </para>

    <para condition="html" role="usernotes">User Notes:
      <ulink url="&blfs-wiki;/totem-pl-parser"/>
    </para>
  </sect2>

  <sect2 role="installation">
    <title>Installation of Totem PL Parser</title>

    <para>
      Install <application>Totem PL Parser</application> by running
      the following commands:
    </para>

<screen><userinput>./configure --prefix=/usr    \
            --disable-quvi   \
            --disable-static &amp;&amp;
make</userinput></screen>

    <para>
      To test the results, issue: <command>make -k check</command>. Some test
      fail for unknown reasons. You will need an active internet connection in
      order to successfully complete all tests.
    </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>--disable-quvi</parameter>: This parameter is used because
      <application>libquvi</application> is broken with
      <application>Lua-5.3</application>.
    </para>

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

      <seglistitem>
        <seg>
          None
        </seg>
        <seg>
          libtotem-plparser-mini.so and libtotem-plparser.so
        </seg>
        <seg>
          /usr/include/totem-pl-parser and
          /usr/share/gtk-doc/html/totem-pl-parser
        </seg>
      </seglistitem>
    </segmentedlist>

    <variablelist>
      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
      <?dbfo list-presentation="list"?>
      <?dbhtml list-presentation="table"?>

      <varlistentry id="libtotem-plparser">
        <term><filename class="libraryfile">libtotem-plparser.so</filename></term>
        <listitem>
          <para>
            is the <application>Totem</application> Playlist Parser library.
          </para>
          <indexterm zone="totem-pl-parser libtotem-plparser">
            <primary sortas="c-libtotem-plparser">libtotem-plparser.so</primary>
          </indexterm>
        </listitem>
      </varlistentry>

      <varlistentry id="libtotem-plparser-mini">
        <term><filename class="libraryfile">libtotem-plparser-mini.so</filename></term>
        <listitem>
          <para>
            is the <application>Totem</application> Playlist Parser library,
            mini version.
          </para>
          <indexterm zone="totem-pl-parser libtotem-plparser-mini">
            <primary sortas="c-libtotem-plparser-mini">libtotem-plparser-mini.so</primary>
          </indexterm>
        </listitem>
      </varlistentry>

    </variablelist>

  </sect2>

</sect1>
