mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 13:02:35 +08:00
4da3c92ed4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9540 af4574ff-66df-0310-9fd7-8a98e5e911e0
113 lines
3.4 KiB
XML
113 lines
3.4 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY gupnp-vala-download-http "&gnome-download-http;/gupnp-vala/0.10/gupnp-vala-&gupnp-vala-version;.tar.xz">
|
|
<!ENTITY gupnp-vala-download-ftp "&gnome-download-ftp;/gupnp-vala/0.10/gupnp-vala-&gupnp-vala-version;.tar.xz">
|
|
<!ENTITY gupnp-vala-md5sum "a8c9220073a471d03dd2212c503d2920">
|
|
<!ENTITY gupnp-vala-size "88 KB">
|
|
<!ENTITY gupnp-vala-buildsize "832 KB">
|
|
<!ENTITY gupnp-vala-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="gupnp-vala" xreflabel="gupnp-vala-&gupnp-vala-version;">
|
|
<?dbhtml filename="gupnp-vala.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>gupnp-vala-&gupnp-vala-version;</title>
|
|
|
|
<indexterm zone="gupnp-vala">
|
|
<primary sortas="a-gupnp-vala">gupnp-vala</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to gupnp-vala</title>
|
|
|
|
<para>The <application>gupnp-vala</application> package contains Vala bindings for
|
|
the GUPnP framework.</para>
|
|
|
|
&lfs70_built;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&gupnp-vala-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&gupnp-vala-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &gupnp-vala-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &gupnp-vala-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &gupnp-vala-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &gupnp-vala-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">gupnp-vala Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required"><xref linkend="glib2"/>,
|
|
<xref linkend="gssdp"/>,
|
|
<xref linkend="gupnp"/>,
|
|
<xref linkend="gupnp-av"/>, and
|
|
<xref linkend="gupnp-dlna"/></para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended"><xref linkend="gobject-introspection"/></para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/gupnp-vala"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of gupnp-vala</title>
|
|
|
|
<para>Install <application>gupnp-vala</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=$GNOME_PREFIX &&
|
|
make</userinput></screen>
|
|
|
|
<!-- make check exists but does nothing -->
|
|
<para>This package does not have a testsuite.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>None</seg>
|
|
<seg>None</seg>
|
|
<seg>No new directories</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|