source: gnome/platform/totem-pl-parser.xml@ f2457995

systemd-13485
Last change on this file since f2457995 was f2457995, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Updated to yelp-xsl-3.18.1
Updated to VTE-0.42.3
Updated to totem-pl-parser-3.10.6
Updated to gnome-keyring-3.18.3
Updated to libsecret-0.18.3
Updated to gjs-1.45.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16913 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY totem-pl-parser-download-http
8 "&gnome-download-http;/totem-pl-parser/3.10/totem-pl-parser-&totem-pl-parser-version;.tar.xz">
9 <!ENTITY totem-pl-parser-download-ftp
10 "&gnome-download-ftp;/totem-pl-parser/3.10/totem-pl-parser-&totem-pl-parser-version;.tar.xz">
11 <!ENTITY totem-pl-parser-md5sum "b8a691c30632bb2f2df3b33e4998bbcb">
12 <!ENTITY totem-pl-parser-size "1.5 MB">
13 <!ENTITY totem-pl-parser-buildsize "13 MB">
14 <!ENTITY totem-pl-parser-time "0.1 SBU">
15]>
16
17<sect1 id="totem-pl-parser" xreflabel="totem-pl-parser-&totem-pl-parser-version;">
18 <?dbhtml filename="totem-pl-parser.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>totem-pl-parser-&totem-pl-parser-version;</title>
26
27 <indexterm zone="totem-pl-parser">
28 <primary sortas="a-totem-pl-parser">totem-pl-parser</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Totem PL Parser</title>
33
34 <para>
35 The <application>Totem PL Parser</application> package contains a simple
36 GObject-based library used to parse a host of playlist formats, as well
37 as save those.
38 </para>
39
40 &lfs77_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&totem-pl-parser-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&totem-pl-parser-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &totem-pl-parser-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &totem-pl-parser-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &totem-pl-parser-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &totem-pl-parser-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Totem PL Parser Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="gmime"/> and
81 <xref linkend="libsoup"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="gobject-introspection"/>,
87 <xref linkend="libarchive"/>, and
88 <xref linkend="libgcrypt"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="gtk-doc"/>,
94 <ulink url="http://ltp.sourceforge.net/coverage/lcov.php">LCOV</ulink>, and
95 <ulink url="http://sourceforge.net/projects/quvi">libquvi (version 0.9) and
96 libquvi-scripts </ulink>
97 </para>
98
99 <para condition="html" role="usernotes">User Notes:
100 <ulink url="&blfs-wiki;/totem-pl-parser"/>
101 </para>
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of Totem PL Parser</title>
106
107 <para>
108 Install <application>Totem PL Parser</application> by running
109 the following commands:
110 </para>
111
112<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
113make</userinput></screen>
114<!--
115 <para>
116 If you want to run the test suite, you must disable two tests that fail by running:
117 </para>
118
119<screen><userinput>sed -e '/g_test_add_func (\"\/parser\/parsability/d' \
120 -e '/g_test_add_func (\"\/parser\/parsing\/xml_mixed_cdata/d' \
121 -i plparse/tests/parser.c</screen></userinput>
122
123 <para>
124 To test the results, issue: <command>make check</command>. You will need
125 an active internet connection in order to successfully complete all tests.
126 </para> -->
127<!-- COULD NOT GET TO RUN THE TEST SUITE SUCCESSFULLY. FAILED WHILE TRYING TO ACCESS ONE
128 OF ITS FILES. I HAVE TRIED THE SED IN TRUNK, THAT DID NOTHING TO SOLVE THIS PROBLEM. -->
129
130 <para>
131 This package does not come with a working test suite.
132 </para>
133
134 <para>
135 Now, as the <systemitem class="username">root</systemitem> user:
136 </para>
137
138<screen role="root"><userinput>make install</userinput></screen>
139
140 </sect2>
141
142 <sect2 role="commands">
143 <title>Command Explanations</title>
144
145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
146 href="../../xincludes/static-libraries.xml"/>
147
148 <para>
149 <option>--disable-quvi</option>: This swich disables libquvi suppport
150 (libquvi is broken with Lua-5.3).
151 </para>
152
153 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
154 href="../../xincludes/gtk-doc-rebuild.xml"/>
155
156 </sect2>
157
158 <sect2 role="content">
159 <title>Contents</title>
160
161 <segmentedlist>
162 <segtitle>Installed Programs</segtitle>
163 <segtitle>Installed Libraries</segtitle>
164 <segtitle>Installed Directories</segtitle>
165
166 <seglistitem>
167 <seg>
168 None
169 </seg>
170 <seg>
171 libtotem-plparser-mini.so and libtotem-plparser.so
172 </seg>
173 <seg>
174 /usr/include/totem-pl-parser and
175 /usr/share/gtk-doc/html/totem-pl-parser
176 </seg>
177 </seglistitem>
178 </segmentedlist>
179
180 <variablelist>
181 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
182 <?dbfo list-presentation="list"?>
183 <?dbhtml list-presentation="table"?>
184
185 <varlistentry id="libtotem-plparser">
186 <term><filename class="libraryfile">libtotem-plparser.so</filename></term>
187 <listitem>
188 <para>
189 is the <application>Totem</application> Playlist Parser library.
190 </para>
191 <indexterm zone="totem-pl-parser libtotem-plparser">
192 <primary sortas="c-libtotem-plparser">libtotem-plparser.so</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="libtotem-plparser-mini">
198 <term><filename class="libraryfile">libtotem-plparser-mini.so</filename></term>
199 <listitem>
200 <para>
201 is the <application>Totem</application> Playlist Parser library,
202 mini version.
203 </para>
204 <indexterm zone="totem-pl-parser libtotem-plparser-mini">
205 <primary sortas="c-libtotem-plparser-mini">libtotem-plparser-mini.so</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 </variablelist>
211
212 </sect2>
213
214</sect1>
Note: See TracBrowser for help on using the repository browser.