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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3fdc9b0 was eba70158, checked in by Douglas R. Reno <renodr@…>, 8 years ago

(systemd/gnome merge staging) Update to AccountsService-0.6.42
(systemd/gnome merge staging) Update to geocode-glib-3.20.1
(systemd/gnome merge staging) Update to gnome-desktop-3.20.2
(systemd/gnome merge staging) Update to gnome-online-accounts-3.20.1
(systemd/gnome merge staging) Update to VTE-0.44.2
(systemd/gnome merge staging) Update to yelp-xsl-3.20.1
(systemd/gnome merge) Copied distributor information in gnome-desktop to trunk
(systemd/gnome merge) Copied AccountsService, geocode-glib, gnome-online-accounts, gnome-menus, telepathy-glib, and gnome-video-effects to trunk
(systemd/gnome merge) Greenlighted gnome-video-effects, yelp-xsl, and totem-pl-parser
Added libxml2 as a required dependency for gnome-desktop
Fixed the URL for gtk# in GMime
Tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17560 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.6 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.6 MB">
13 <!ENTITY totem-pl-parser-buildsize "14 MB (additional 116 KB for the tests)">
14 <!ENTITY totem-pl-parser-time "0.2 SBU (additional 0.9 SBU for the tests)">
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 &lfs79_checked;&gcc6_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 libquvi-scripts</ulink>
96 - if they are installed, then
97 <ulink url="https://github.com/diegonehab/luasocket">lua-socket (git)</ulink>
98 is necessary for the tests
99 </para>
100
101 <para condition="html" role="usernotes">User Notes:
102 <ulink url="&blfs-wiki;/totem-pl-parser"/>
103 </para>
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of Totem PL Parser</title>
108
109 <para>
110 Install <application>Totem PL Parser</application> by running
111 the following commands:
112 </para>
113
114<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
115
116make</userinput></screen>
117
118 <para>
119 If you wish to run the test suite, disable two tests which fail,
120 by running:
121 </para>
122
123<screen><userinput>sed -e '/g_test_add_func (\"\/parser\/parsability/d' \
124 -e '/g_test_add_func (\"\/parser\/parsing\/xml_mixed_cdata/d' \
125 -i plparse/tests/parser.c</userinput></screen>
126
127 <para>
128 To test the results, issue: <command>make check</command>. You will
129 need an active internet connection in order to successfully complete all
130 tests.
131 </para>
132
133 <para>
134 Now, as the <systemitem class="username">root</systemitem> user:
135 </para>
136
137<screen role="root"><userinput>make install</userinput></screen>
138
139 </sect2>
140
141 <sect2 role="commands">
142 <title>Command Explanations</title>
143
144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
145 href="../../xincludes/static-libraries.xml"/>
146
147 <para>
148 <option>--disable-quvi</option>: This switch disables
149 <application>libquvi</application> support
150 (<application>libquvi</application> is broken with
151 <application>Lua-5.3</application>).
152 </para>
153
154 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
155 href="../../xincludes/gtk-doc-rebuild.xml"/>
156
157 </sect2>
158
159 <sect2 role="content">
160 <title>Contents</title>
161
162 <segmentedlist>
163 <segtitle>Installed Programs</segtitle>
164 <segtitle>Installed Libraries</segtitle>
165 <segtitle>Installed Directories</segtitle>
166
167 <seglistitem>
168 <seg>
169 None
170 </seg>
171 <seg>
172 libtotem-plparser-mini.so and libtotem-plparser.so
173 </seg>
174 <seg>
175 /usr/include/totem-pl-parser and
176 /usr/share/gtk-doc/html/totem-pl-parser
177 </seg>
178 </seglistitem>
179 </segmentedlist>
180
181 <variablelist>
182 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
183 <?dbfo list-presentation="list"?>
184 <?dbhtml list-presentation="table"?>
185
186 <varlistentry id="libtotem-plparser">
187 <term><filename class="libraryfile">libtotem-plparser.so</filename></term>
188 <listitem>
189 <para>
190 is the <application>Totem</application> Playlist Parser library.
191 </para>
192 <indexterm zone="totem-pl-parser libtotem-plparser">
193 <primary sortas="c-libtotem-plparser">libtotem-plparser.so</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="libtotem-plparser-mini">
199 <term><filename class="libraryfile">libtotem-plparser-mini.so</filename></term>
200 <listitem>
201 <para>
202 is the <application>Totem</application> Playlist Parser library,
203 mini version.
204 </para>
205 <indexterm zone="totem-pl-parser libtotem-plparser-mini">
206 <primary sortas="c-libtotem-plparser-mini">libtotem-plparser-mini.so</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 </variablelist>
212
213 </sect2>
214
215</sect1>
Note: See TracBrowser for help on using the repository browser.