source: gnome/core/totem-pl-parser.xml@ d0e0395

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 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 d0e0395 was d0e0395, checked in by Krejzi <krejzi@…>, 12 years ago

gobject-introspection 1.32.1, yelp and yelp-xsl 3.4.1, gnome-user-docs 3.4.1, gnome-backgrounds 3.4.1 and totem-pl-parser 3.4.1

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

  • Property mode set to 100644
File size: 5.4 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/3.4/totem-pl-parser-&totem-pl-parser-version;.tar.xz">
9 <!ENTITY totem-pl-parser-download-ftp
10 "&gnome-download-ftp;/totem-pl-parser/3.4/totem-pl-parser-&totem-pl-parser-version;.tar.xz">
11 <!ENTITY totem-pl-parser-md5sum "0b0d5b16dd0849b873e2f9b97f4f978b">
12 <!ENTITY totem-pl-parser-size "1.4 MB">
13 <!ENTITY totem-pl-parser-buildsize "15 MB">
14 <!ENTITY totem-pl-parser-time "0.2 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>The <application>totem-pl-parser</application> package is a simple
35 GObject-based library to parse a host of playlist formats, as well as save
36 those.</para>
37
38 &lfs70_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&totem-pl-parser-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&totem-pl-parser-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &totem-pl-parser-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &totem-pl-parser-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &totem-pl-parser-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &totem-pl-parser-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">totem-pl-parser Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required">
66 <xref linkend="gmime"/>,
67 <xref linkend="intltool"/> and
68 <xref linkend="libsoup"/>
69 </para>
70
71 <bridgehead renderas="sect4">Recommended</bridgehead>
72 <para role="recommended">
73 <xref linkend="gobject-introspection"/>
74 (Required if building GNOME)
75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="gtk-doc"/>,
80 <xref linkend="libarchive"/>,
81 <xref linkend="libgcrypt"/> and
82 <ulink url="http://sourceforge.net/projects/quvi">quvi</ulink>
83 </para>
84
85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/totem-pl-parser"/></para>
87
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of totem-pl-parser</title>
92
93 <para>Install <application>totem-pl-parser</application> by running the following
94 commands:</para>
95
96<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
97make</userinput></screen>
98
99 <para>A testsuite exists, but the tests require internet access and several
100 will fail.</para>
101
102 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
103
104<screen role="root"><userinput>make install</userinput></screen>
105
106 </sect2>
107
108 <sect2 role="commands">
109 <title>Command Explanations</title>
110
111 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
112 href="../../xincludes/static-libraries.xml"/>
113
114 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
115 href="../../xincludes/gtk-doc-rebuild.xml"/>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>
128 libtotem-plparser-mini.so and libtotem-plparser.so
129 </seg>
130 <seg>
131 /usr/include/totem-pl-parser and
132 /usr/share/gtk-doc/html/totem-pl-parser
133 </seg>
134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="libtotem-plparser">
143 <term><filename class='libraryfile'>libtotem-plparser.so</filename></term>
144 <listitem>
145 <para>is a <application>Totem</application> Playlist Parser
146 library.</para>
147 <indexterm zone="totem-pl-parser libtotem-plparser">
148 <primary sortas="c-libtotem-plparser">libtotem-plparser.so</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 <varlistentry id="libtotem-plparser-mini">
154 <term><filename class='libraryfile'>libtotem-plparser-mini.so</filename></term>
155 <listitem>
156 <para>is a <application>Totem</application> Playlist Parser library,
157 mini version.</para>
158 <indexterm zone="totem-pl-parser libtotem-plparser-mini">
159 <primary sortas="c-libtotem-plparser-mini">libtotem-plparser-mini.so</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 </variablelist>
165
166 </sect2>
167
168</sect1>
Note: See TracBrowser for help on using the repository browser.