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

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since fbecdbf7 was fbecdbf7, checked in by Xi Ruoyao <xry111@…>, 9 months ago

totem-pl-parser: The test needs network, and it may fail strangely

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