mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
add libgdata
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9291 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
219f345a9b
commit
5ae1b997d8
@ -488,6 +488,7 @@ $Date$
|
||||
|
||||
<!-- Chapter 16 -->
|
||||
<!ENTITY curl-version "7.22.0">
|
||||
<!ENTITY libgdata-version "0.10.1">
|
||||
<!ENTITY libnice-version "0.0.8">
|
||||
<!ENTITY libpcap-version "1.1.1">
|
||||
<!ENTITY libproxy-version "0.2.3">
|
||||
|
@ -62,6 +62,9 @@
|
||||
<listitem>
|
||||
<para>[abenton] - Gimp 2.6.12.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - Add libgdata-0.10.1 from Wayne.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
145
networking/netlibs/libgdata.xml
Normal file
145
networking/netlibs/libgdata.xml
Normal file
@ -0,0 +1,145 @@
|
||||
<?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 libgdata-download-http "&gnome-download-http;/libgdata/0.10/libgdata-&libgdata-version;.tar.xz">
|
||||
<!ENTITY libgdata-download-ftp "&gnome-download-ftp;/libgdata/0.10/libgdata-&libgdata-version;.tar.xz">
|
||||
<!ENTITY libgdata-md5sum "f01492964aec95215f7c7ab45c763ae4">
|
||||
<!ENTITY libgdata-size "1.1 MB">
|
||||
<!ENTITY libgdata-buildsize "62 MB">
|
||||
<!ENTITY libgdata-time "0.8 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="libgdata" xreflabel="libgdata-&libgdata-version;">
|
||||
<?dbhtml filename="libgdata.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>libgdata-&libgdata-version;</title>
|
||||
|
||||
<indexterm zone="libgdata">
|
||||
<primary sortas="a-libgdata">libgdata</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to libgdata</title>
|
||||
|
||||
<para>The <application>libgdata</application> package is a GLib-based
|
||||
library for accessing online service APIs using the GData protocol, most
|
||||
notably, Google's services. It provides APIs to access the common Google
|
||||
services, and has full asynchronous support.</para>
|
||||
|
||||
&lfs70_built;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&libgdata-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&libgdata-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &libgdata-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &libgdata-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &libgdata-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &libgdata-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">libgdata Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<!-- FIXME:ken -->
|
||||
liboauth-0.9.4 and
|
||||
<!--
|
||||
<xref linkend="liboauth"/> and
|
||||
-->
|
||||
<xref linkend="libsoup"/></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;/libgdata"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of libgdata</title>
|
||||
|
||||
<para>Install <application>libgdata</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command> Note that
|
||||
the tests need network access, will generate network traffic for uploading
|
||||
and downloading, and seem to stall when testing Connection: Keep-Alive.
|
||||
</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><option>--enable-static=no</option>: This switch prevents the static
|
||||
libraries being installed.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>libgdata.{so,a}</seg>
|
||||
<seg>/usr/{include/libgdata/gdata/{app,atom,gcontact,gd,media,
|
||||
services/{calendar,contacts,documents,picasaweb,youtube}},
|
||||
share/gtk-doc/html/gdata}</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="libgdata-lib">
|
||||
<term><filename class='libraryfile'>libgdata.{so,a}</filename></term>
|
||||
<listitem>
|
||||
<para>contains the <application>libgdata</application> API
|
||||
functions.</para>
|
||||
<indexterm zone="libgdata libgdata-lib">
|
||||
<primary sortas="c-libgdata">libgdata.{so,a}</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -22,6 +22,7 @@ $Date$
|
||||
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="curl.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgdata.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libnice.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpcap.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libproxy.xml"/>
|
||||
|
Loading…
Reference in New Issue
Block a user