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

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since c248601 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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