mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
bbd1d798d9
Update to libgweather-3.20.3 Fix typo in OpenJADE GNOME Tags - Part 1 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17690 af4574ff-66df-0310-9fd7-8a98e5e911e0
216 lines
6.6 KiB
XML
216 lines
6.6 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.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 "b8a691c30632bb2f2df3b33e4998bbcb">
|
|
<!ENTITY totem-pl-parser-size "1.6 MB">
|
|
<!ENTITY totem-pl-parser-buildsize "14 MB (additional 116 KB for the tests)">
|
|
<!ENTITY totem-pl-parser-time "0.2 SBU (additional 0.9 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$</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 contains a simple
|
|
GObject-based library used to parse a host of playlist formats, as well
|
|
as save those.
|
|
</para>
|
|
|
|
&lfs7a_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-static &&
|
|
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
If you wish to run the test suite, disable two tests which fail,
|
|
by running:
|
|
</para>
|
|
|
|
<screen><userinput>sed -e '/g_test_add_func (\"\/parser\/parsability/d' \
|
|
-e '/g_test_add_func (\"\/parser\/parsing\/xml_mixed_cdata/d' \
|
|
-i plparse/tests/parser.c</userinput></screen>
|
|
|
|
<para>
|
|
To test the results, issue: <command>make check</command>. 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>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/static-libraries.xml"/>
|
|
|
|
<para>
|
|
<option>--disable-quvi</option>: This switch disables
|
|
<application>libquvi</application> support
|
|
(<application>libquvi</application> is broken with
|
|
<application>Lua-5.3</application>).
|
|
</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>
|
|
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>
|