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

trunk
Last change on this file was c0bc0a9, checked in by Xi Ruoyao <xry111@…>, 6 weeks ago

Update to glib-2.80.0 and gobject-introspection-1.80.0

Merge gobject-introspection into glib page to better handle a circular
dependency between these two packages.

  • Property mode set to 100644
File size: 5.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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/&gnome-minor-26;/totem-pl-parser-&totem-pl-parser-version;.tar.xz">
9 <!ENTITY totem-pl-parser-download-ftp " ">
10 <!ENTITY totem-pl-parser-md5sum "69dc2cf0e61e6df71ed45156b24b14da">
11 <!ENTITY totem-pl-parser-size "1.4 MB">
12 <!ENTITY totem-pl-parser-buildsize "9.6 MB (with tests)">
13 <!ENTITY totem-pl-parser-time "0.1 SBU (with tests)">
14]>
15
16<sect1 id="totem-pl-parser" xreflabel="totem-pl-parser-&totem-pl-parser-version;">
17 <?dbhtml filename="totem-pl-parser.html"?>
18
19
20 <title>totem-pl-parser-&totem-pl-parser-version;</title>
21
22 <indexterm zone="totem-pl-parser">
23 <primary sortas="a-totem-pl-parser">totem-pl-parser</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Totem PL Parser</title>
28
29 <para>
30 The <application>Totem PL Parser</application> package contains a simple
31 GObject-based library used to parse multiple playlist formats.
32 </para>
33
34 &lfs121_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&totem-pl-parser-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&totem-pl-parser-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &totem-pl-parser-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &totem-pl-parser-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &totem-pl-parser-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &totem-pl-parser-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Totem PL Parser Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Recommended</bridgehead>
73 <para role="recommended">
74 &gobject-introspection;,
75 <xref linkend="libarchive"/>, and
76 <xref linkend="libgcrypt"/>
77 </para>
78
79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="optional">
81 <xref linkend="cmake"/>, <!-- uses it to look for packages -->
82 <xref linkend="gtk-doc"/>,
83 <xref linkend="gvfs"/> (for some tests),
84 <ulink url="https://github.com/linux-test-project/lcov">LCOV</ulink>, and
85 <ulink url="https://sourceforge.net/projects/quvi">libquvi &gt;= 0.9.1 and libquvi-scripts</ulink>
86 - if they are installed, then
87 <ulink url="https://github.com/diegonehab/luasocket">lua-socket (git)</ulink>
88 is necessary for the tests
89 </para>
90
91 &test-use-internet;
92
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of Totem PL Parser</title>
97
98 <para>
99 Install <application>Totem PL Parser</application> by running
100 the following commands:
101 </para>
102
103<screen><userinput>mkdir build &amp;&amp;
104cd build &amp;&amp;
105
106meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
107ninja</userinput></screen>
108
109 <para>
110 To test the results, issue: <command>ninja test</command>.
111 <!-- It seems caused by geolocation-dependant resolving in
112 iTunes. -->
113 The test named <filename>parser</filename> is known to fail.
114 </para>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>ninja install</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
128 href="../../xincludes/meson-buildtype-release.xml"/>
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Programs</segtitle>
136 <segtitle>Installed Libraries</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>
141 None
142 </seg>
143 <seg>
144 libtotem-plparser-mini.so and libtotem-plparser.so
145 </seg>
146 <seg>
147 /usr/include/totem-pl-parser and
148 /usr/share/gtk-doc/html/totem-pl-parser
149 </seg>
150 </seglistitem>
151 </segmentedlist>
152
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="libtotem-plparser">
159 <term><filename class="libraryfile">libtotem-plparser.so</filename></term>
160 <listitem>
161 <para>
162 is the <application>Totem</application> Playlist Parser library
163 </para>
164 <indexterm zone="totem-pl-parser libtotem-plparser">
165 <primary sortas="c-libtotem-plparser">libtotem-plparser.so</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="libtotem-plparser-mini">
171 <term><filename class="libraryfile">libtotem-plparser-mini.so</filename></term>
172 <listitem>
173 <para>
174 is the <application>Totem</application> Playlist Parser library,
175 mini version
176 </para>
177 <indexterm zone="totem-pl-parser libtotem-plparser-mini">
178 <primary sortas="c-libtotem-plparser-mini">libtotem-plparser-mini.so</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 </variablelist>
184
185 </sect2>
186
187</sect1>
Note: See TracBrowser for help on using the repository browser.