source: archive/gnome/gupnp-vala.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: 2.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-vala-download-http
8 "&gnome-download-http;/gupnp-vala/0.10/gupnp-vala-&gupnp-vala-version;.tar.xz">
9 <!ENTITY gupnp-vala-download-ftp
10 "&gnome-download-ftp;/gupnp-vala/0.10/gupnp-vala-&gupnp-vala-version;.tar.xz">
11 <!ENTITY gupnp-vala-md5sum "7ffe2fff14ae8adf3111e09008862b5c">
12 <!ENTITY gupnp-vala-size "88 KB">
13 <!ENTITY gupnp-vala-buildsize "832 KB">
14 <!ENTITY gupnp-vala-time "less than 0.1 SBU">
15]>
16
17<sect1 id="gupnp-vala" xreflabel="gupnp-vala-&gupnp-vala-version;">
18 <?dbhtml filename="gupnp-vala.html"?>
19
20
21 <title>gupnp-vala-&gupnp-vala-version;</title>
22
23 <indexterm zone="gupnp-vala">
24 <primary sortas="a-gupnp-vala">gupnp-vala</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to GUPnP Vala</title>
29
30 <para>
31 The <application>GUPnP Vala</application> package contains Vala bindings for
32 the GUPnP framework.
33 </para>
34
35 &lfs70_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&gupnp-vala-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&gupnp-vala-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &gupnp-vala-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &gupnp-vala-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &gupnp-vala-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &gupnp-vala-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">GUPnP Vala Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="gupnp-av"/>,
76 <xref linkend="gupnp-dlna"/> and
77 <xref linkend="vala"/>
78 </para>
79
80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/gupnp-vala"/>
82 </para>
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of GUPnP Vala</title>
87
88 <para>
89 Install <application>GUPnP Vala</application> by running
90 the following commands:
91 </para>
92
93<screen><userinput>./configure --prefix=/usr &amp;&amp;
94make</userinput></screen>
95
96 <para>
97 This package does not come with a test suite.
98 </para>
99
100 <para>
101 Now, as the <systemitem class="username">root</systemitem> user:
102 </para>
103
104<screen role="root"><userinput>make install</userinput></screen>
105
106 </sect2>
107
108</sect1>
Note: See TracBrowser for help on using the repository browser.