source: networking/netlibs/libgdata.xml@ 7bdbf35

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 7bdbf35 was 7bdbf35, checked in by Krejzi <krejzi@…>, 12 years ago

gnome-online-accounts 3.4.0, gnome-keyring 3.4.1, libgweather 3.4.1, gnome-doc-utils 0.20.10, libgdata 0.12.0 and gconf instructions tweaks

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

  • Property mode set to 100644
File size: 4.7 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 libgdata-download-http "&gnome-download-http;/libgdata/0.12/libgdata-&libgdata-version;.tar.xz">
8 <!ENTITY libgdata-download-ftp "&gnome-download-ftp;/libgdata/0.12/libgdata-&libgdata-version;.tar.xz">
9 <!ENTITY libgdata-md5sum "ccf0bd3da08a9e86acf704ef71fb73d6">
10 <!ENTITY libgdata-size "1.2 MB">
11 <!ENTITY libgdata-buildsize "45 MB">
12 <!ENTITY libgdata-time "0.8 SBU">
13]>
14
15<sect1 id="libgdata" xreflabel="libgdata-&libgdata-version;">
16 <?dbhtml filename="libgdata.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libgdata-&libgdata-version;</title>
24
25 <indexterm zone="libgdata">
26 <primary sortas="a-libgdata">libgdata</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libgdata</title>
31
32 <para>The <application>libgdata</application> package is a GLib-based
33 library for accessing online service APIs using the GData protocol, most
34 notably, Google's services. It provides APIs to access the common Google
35 services, and has full asynchronous support.</para>
36
37 &lfs70_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&libgdata-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&libgdata-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &libgdata-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &libgdata-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &libgdata-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &libgdata-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">libgdata Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required">
65 <xref linkend="liboauth"/> and
66 <xref linkend="libsoup"/> (built with GNOME support).
67 </para>
68
69 <bridgehead renderas="sect4">Recommended</bridgehead>
70 <para role="recommended">
71 <xref linkend="gobject-introspection"/>
72 (Required if building GNOME)
73 </para>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional">
77 <xref linkend="gtk-doc"/>
78 </para>
79
80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/libgdata"/></para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of libgdata</title>
87
88 <para>Install <application>libgdata</application> by running the following
89 commands:</para>
90
91<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
92make</userinput></screen>
93
94 <para>To test the results, issue: <command>make check</command> Note that
95 the tests need network access, will generate network traffic for uploading
96 and downloading, and seem to stall when testing Connection: Keep-Alive.
97 </para>
98
99 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
109 href="../../xincludes/static-libraries.xml"/>
110
111 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
112 href="../../xincludes/gtk-doc-rebuild.xml"/>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Library</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
124 <seg>
125 libgdata.so
126 </seg>
127 <seg>
128 /usr/include/libgdata and /usr/share/gtk-doc/html/gdata
129 </seg>
130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <varlistentry id="libgdata-lib">
139 <term><filename class='libraryfile'>libgdata.so</filename></term>
140 <listitem>
141 <para>contains the <application>libgdata</application> API
142 functions.</para>
143 <indexterm zone="libgdata libgdata-lib">
144 <primary sortas="c-libgdata">libgdata.so</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148
149 </variablelist>
150
151 </sect2>
152
153</sect1>
Note: See TracBrowser for help on using the repository browser.