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

10.1 11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f0cc1bd2 was 95adc0db, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Quick tag

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

  • 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 "0798a286af7e98c664d48e2974b77e5a">
12 <!ENTITY totem-pl-parser-size "1.3 MB">
13 <!ENTITY totem-pl-parser-buildsize "10 MB (with tests)">
14 <!ENTITY totem-pl-parser-time "less than 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 <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 multiple playlist formats.
37 </para>
38
39 &lfs10_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&totem-pl-parser-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&totem-pl-parser-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &totem-pl-parser-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &totem-pl-parser-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &totem-pl-parser-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &totem-pl-parser-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Totem PL Parser Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="libsoup"/>
80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <xref linkend="gobject-introspection"/>,
85 <xref linkend="libarchive"/>, and
86 <xref linkend="libgcrypt"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="cmake"/> (for CMake Bindings),
92 <xref linkend="gtk-doc"/>,
93 <xref linkend="gvfs"/> (for some tests),
94 <ulink url="http://ltp.sourceforge.net/coverage/lcov.php"> LCOV</ulink>, and
95 <ulink url="http://sourceforge.net/projects/quvi">libquvi &gt;= 0.9.1 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>mkdir build &amp;&amp;
115cd build &amp;&amp;
116
117meson --prefix /usr --default-library shared .. &amp;&amp;
118ninja</userinput></screen>
119
120 <para>
121 To test the results, issue: <command>ninja test</command>.
122 </para>
123
124 <para>
125 Now, as the <systemitem class="username">root</systemitem> user:
126 </para>
127
128<screen role="root"><userinput>ninja install</userinput></screen>
129
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.