source: archive/gnome/gupnp.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.9 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 gupnp-download-http "&gnome-download-http;/gupnp/0.18/gupnp-&gupnp-version;.tar.xz">
8 <!ENTITY gupnp-download-ftp "&gnome-download-ftp;/gupnp/0.18/gupnp-&gupnp-version;.tar.xz">
9 <!ENTITY gupnp-md5sum "1086654db47def9fbe9fc54c1228d663">
10 <!ENTITY gupnp-size "352 KB">
11 <!ENTITY gupnp-buildsize "8.5 MB">
12 <!ENTITY gupnp-time "0.2 SBU">
13]>
14
15<sect1 id="gupnp" xreflabel="gupnp-&gupnp-version;">
16 <?dbhtml filename="gupnp.html"?>
17
18
19 <title>gupnp-&gupnp-version;</title>
20
21 <indexterm zone="gupnp">
22 <primary sortas="a-gupnp">gupnp</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to GUPnP</title>
27
28 <para>
29 <application>GUPnP</application> is an elegant, object-oriented open source
30 framework for creating UPnP devices and control points, written in C using GObject
31 and libsoup.
32 </para>
33
34 &lfs70_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&gupnp-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&gupnp-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &gupnp-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &gupnp-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &gupnp-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &gupnp-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">GUPnP Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="gssdp"/> and
75 <xref linkend="shared-mime-info"/>
76 </para>
77
78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
80 <xref linkend="gobject-introspection"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="gtk-doc"/> and
86 <xref linkend="NetworkManager"/>
87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/gupnp"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of GUPnP</title>
96
97 <para>
98 Install <application>GUPnP</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
121 href="../../xincludes/static-libraries.xml"/>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/gtk-doc-rebuild.xml"/>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Program</segtitle>
133 <segtitle>Installed Library</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
137 <seg>
138 gupnp-binding-tool
139 </seg>
140 <seg>
141 libgupnp-1.0.so
142 </seg>
143 <seg>
144 /usr/include/gupnp-1.0 and
145 /usr/share/gtk-doc/html/gupnp
146 </seg>
147 </seglistitem>
148 </segmentedlist>
149
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="gupnp-binding-tool">
156 <term><command>gupnp-binding-tool</command></term>
157 <listitem>
158 <para>
159 creates C convenience wrappers for UPnP services.
160 </para>
161 <indexterm zone="gupnp gupnp-binding-tool">
162 <primary sortas="b-gupnp-binding-tool">gupnp-binding-tool</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="libgupnp-1">
168 <term><filename class='libraryfile'>libgupnp-1.0.so</filename></term>
169 <listitem>
170 <para>
171 contains the <application>GUPnP</application> API functions.
172 </para>
173 <indexterm zone="gupnp libgupnp-1">
174 <primary sortas="c-libgupnp-1">libgupnp-1.0.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.