source: archive/gnome/gupnp.xml@ 48b59802

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 48b59802 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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