source: gnome/add/gupnp-vala.xml@ af9466b

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 af9466b was 4da3c92, checked in by Ken Moffat <ken@…>, 12 years ago

gupnp-vala-0.10.2

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

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