glfs/gnome/core/totem-pl-parser.xml
Krejzi d0e039588f gobject-introspection 1.32.1, yelp and yelp-xsl 3.4.1, gnome-user-docs 3.4.1, gnome-backgrounds 3.4.1 and totem-pl-parser 3.4.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9935 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-04-17 23:54:23 +00:00

169 lines
5.4 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 totem-pl-parser-download-http
"&gnome-download-http;/totem-pl-parser/3.4/totem-pl-parser-&totem-pl-parser-version;.tar.xz">
<!ENTITY totem-pl-parser-download-ftp
"&gnome-download-ftp;/totem-pl-parser/3.4/totem-pl-parser-&totem-pl-parser-version;.tar.xz">
<!ENTITY totem-pl-parser-md5sum "0b0d5b16dd0849b873e2f9b97f4f978b">
<!ENTITY totem-pl-parser-size "1.4 MB">
<!ENTITY totem-pl-parser-buildsize "15 MB">
<!ENTITY totem-pl-parser-time "0.2 SBU">
]>
<sect1 id="totem-pl-parser" xreflabel="totem-pl-parser-&totem-pl-parser-version;">
<?dbhtml filename="totem-pl-parser.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</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 is a simple
GObject-based library to parse a host of playlist formats, as well as save
those.</para>
&lfs70_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"/>,
<xref linkend="intltool"/> and
<xref linkend="libsoup"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="gobject-introspection"/>
(Required if building GNOME)
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gtk-doc"/>,
<xref linkend="libarchive"/>,
<xref linkend="libgcrypt"/> and
<ulink url="http://sourceforge.net/projects/quvi">quvi</ulink>
</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-static &amp;&amp;
make</userinput></screen>
<para>A testsuite exists, but the tests require internet access and several
will fail.</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 Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<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 a <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 a <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>