source: archive/gnome/gupnp-av.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.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 gupnp-av-download-http "&gnome-download-http;/gupnp-av/0.10/gupnp-av-&gupnp-av-version;.tar.xz">
8 <!ENTITY gupnp-av-download-ftp "&gnome-download-ftp;/gupnp-av/0.10/gupnp-av-&gupnp-av-version;.tar.xz">
9 <!ENTITY gupnp-av-md5sum "a42af0751f8b0bacdda0741d3a515fec">
10 <!ENTITY gupnp-av-size "284 KB">
11 <!ENTITY gupnp-av-buildsize "8.1 MB">
12 <!ENTITY gupnp-av-time "0.1 SBU">
13]>
14
15<sect1 id="gupnp-av" xreflabel="gupnp-av-&gupnp-av-version;">
16 <?dbhtml filename="gupnp-av.html"?>
17
18
19 <title>gupnp-av-&gupnp-av-version;</title>
20
21 <indexterm zone="gupnp-av">
22 <primary sortas="a-gupnp-av">gupnp-av</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to GUPnP AV</title>
27
28 <para>
29 The <application>GUPnP AV</application> package contains a library to ease
30 handling of UPnP A/V profiles.
31 </para>
32
33 &lfs70_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&gupnp-av-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&gupnp-av-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &gupnp-av-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &gupnp-av-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &gupnp-av-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &gupnp-av-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">GUPnP AV Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="gupnp"/>
74 </para>
75
76 <bridgehead renderas="sect4">Recommended</bridgehead>
77 <para role="recommended">
78 <xref linkend="gobject-introspection"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="gtk-doc"/>
84 </para>
85
86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/gupnp-av"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of GUPnP AV</title>
93
94 <para>
95 Install <application>GUPnP AV</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 To test the results, issue: <command>make check</command>.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="commands">
115 <title>Command Explanations</title>
116
117 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
118 href="../../xincludes/static-libraries.xml"/>
119
120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
121 href="../../xincludes/gtk-doc-rebuild.xml"/>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Library</segtitle>
130 <segtitle>Installed Directories</segtitle>
131
132 <seglistitem>
133 <seg>
134 libgupnp-av-1.0.so
135 </seg>
136 <seg>
137 /usr/include/gupnp-av-1.0 and
138 /usr/share/gtk-doc/html/gupnp-av
139 </seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="libgupnp-av-1">
149 <term><filename class='libraryfile'>libgupnp-av-1.0.so</filename></term>
150 <listitem>
151 <para>
152 contains the <application>GUPnP AV</application> API functions.
153 </para>
154 <indexterm zone="gupnp-av libgupnp-av-1">
155 <primary sortas="c-libgupnp-av-1">libgupnp-av-1.0.so</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.