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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 682f45b2 was 682f45b2, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

More tags and libexec removals.

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

  • 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;/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;/totem-pl-parser-&totem-pl-parser-version;.tar.xz">
11 <!ENTITY totem-pl-parser-md5sum "e87264edb3d6437c119c511a2e547bb5">
12 <!ENTITY totem-pl-parser-size "1.5 MB">
13 <!ENTITY totem-pl-parser-buildsize "12 MB">
14 <!ENTITY totem-pl-parser-time "0.1 SBU">
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 a host of playlist formats, as well
37 as save those.
38 </para>
39
40 &lfs75_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&totem-pl-parser-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&totem-pl-parser-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &totem-pl-parser-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &totem-pl-parser-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &totem-pl-parser-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &totem-pl-parser-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Totem PL Parser Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="gmime"/>,
81 <xref linkend="intltool"/>, and
82 <xref linkend="libsoup"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="gobject-introspection"/>,
88 <xref linkend="libarchive"/>, and
89 <xref linkend="libgcrypt"/>
90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <xref linkend="gtk-doc"/> and
95 <ulink url="http://sourceforge.net/projects/quvi">libquvi (version 0.9)</ulink>
96 </para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/totem-pl-parser"/>
100 </para>
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of Totem PL Parser</title>
105
106 <para>
107 Install <application>Totem PL Parser</application> by running
108 the following commands:
109 </para>
110
111<screen><userinput>./configure --prefix=/usr \
112 --disable-static &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 To test the results, issue: <command>make check</command>. You will need
117 an active internet connection in order to successfully complete all tests.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
132 href="../../xincludes/static-libraries.xml"/>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../../xincludes/gtk-doc-rebuild.xml"/>
136
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Programs</segtitle>
144 <segtitle>Installed Libraries</segtitle>
145 <segtitle>Installed Directories</segtitle>
146
147 <seglistitem>
148 <seg>
149 None
150 </seg>
151 <seg>
152 libtotem-plparser-mini.so and libtotem-plparser.so
153 </seg>
154 <seg>
155 /usr/include/totem-pl-parser and
156 /usr/share/gtk-doc/html/totem-pl-parser
157 </seg>
158 </seglistitem>
159 </segmentedlist>
160
161 <variablelist>
162 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
163 <?dbfo list-presentation="list"?>
164 <?dbhtml list-presentation="table"?>
165
166 <varlistentry id="libtotem-plparser">
167 <term><filename class="libraryfile">libtotem-plparser.so</filename></term>
168 <listitem>
169 <para>
170 is the <application>Totem</application> Playlist Parser library.
171 </para>
172 <indexterm zone="totem-pl-parser libtotem-plparser">
173 <primary sortas="c-libtotem-plparser">libtotem-plparser.so</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="libtotem-plparser-mini">
179 <term><filename class="libraryfile">libtotem-plparser-mini.so</filename></term>
180 <listitem>
181 <para>
182 is the <application>Totem</application> Playlist Parser library,
183 mini version.
184 </para>
185 <indexterm zone="totem-pl-parser libtotem-plparser-mini">
186 <primary sortas="c-libtotem-plparser-mini">libtotem-plparser-mini.so</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 </variablelist>
192
193 </sect2>
194
195</sect1>
Note: See TracBrowser for help on using the repository browser.