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

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 dd0fc632 was 14891a90, checked in by Xi Ruoyao <xry111@…>, 11 months ago

treewide: More "User Notes" clean up

Remove links to pages w/o real contents.

  • Property mode set to 100644
File size: 5.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/&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 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of Totem PL Parser</title>
96
97 <para>
98 Install <application>Totem PL Parser</application> by running
99 the following commands:
100 </para>
101
102<screen><userinput>mkdir build &amp;&amp;
103cd build &amp;&amp;
104
105meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
106ninja</userinput></screen>
107
108 <para>
109 To test the results, issue: <command>ninja test</command>.
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>ninja install</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/meson-buildtype-release.xml"/>
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>
137 None
138 </seg>
139 <seg>
140 libtotem-plparser-mini.so and libtotem-plparser.so
141 </seg>
142 <seg>
143 /usr/include/totem-pl-parser and
144 /usr/share/gtk-doc/html/totem-pl-parser
145 </seg>
146 </seglistitem>
147 </segmentedlist>
148
149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
153
154 <varlistentry id="libtotem-plparser">
155 <term><filename class="libraryfile">libtotem-plparser.so</filename></term>
156 <listitem>
157 <para>
158 is the <application>Totem</application> Playlist Parser library
159 </para>
160 <indexterm zone="totem-pl-parser libtotem-plparser">
161 <primary sortas="c-libtotem-plparser">libtotem-plparser.so</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="libtotem-plparser-mini">
167 <term><filename class="libraryfile">libtotem-plparser-mini.so</filename></term>
168 <listitem>
169 <para>
170 is the <application>Totem</application> Playlist Parser library,
171 mini version
172 </para>
173 <indexterm zone="totem-pl-parser libtotem-plparser-mini">
174 <primary sortas="c-libtotem-plparser-mini">libtotem-plparser-mini.so</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 </variablelist>
180
181 </sect2>
182
183</sect1>
Note: See TracBrowser for help on using the repository browser.