source: gnome/platform/libgdata.xml@ 9291127

elogind
Last change on this file since 9291127 was 9291127, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Merge to HEAD 21751.

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

  • Property mode set to 100644
File size: 5.0 KB
RevLine 
[69a16457]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.17/libgdata-&libgdata-version;.tar.xz">
8 <!ENTITY libgdata-download-ftp "&gnome-download-ftp;/libgdata/0.17/libgdata-&libgdata-version;.tar.xz">
[ae55649]9 <!ENTITY libgdata-md5sum "cd41fec52a0f0ba999eb60025e0ac806">
[fba9d8d]10 <!ENTITY libgdata-size "1.4 MB">
[ae55649]11 <!ENTITY libgdata-buildsize "64 MB (with tests)">
12 <!ENTITY libgdata-time "0.7 SBU (with tests)">
[69a16457]13]>
14
[0dfefe1]15<sect1 id="libgdata" xreflabel="libgdata-&libgdata-version;">
[69a16457]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>
33 The <application>libgdata</application> package is a GLib-based
34 library for accessing online service APIs using the GData protocol, most
35 notably, Google's services. It provides APIs to access the common Google
36 services and has full asynchronous support.
37 </para>
38
[425f19af]39 &lfs84_checked;
[69a16457]40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&libgdata-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&libgdata-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &libgdata-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &libgdata-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &libgdata-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &libgdata-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">libgdata Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="liboauth"/>,
80 <xref linkend="libsoup"/>,
[e7d893b]81 <xref linkend="gnome-online-accounts"/>,
[69a16457]82 <xref linkend="gtk3"/>,
83 <xref linkend="json-glib"/>,
84 <xref linkend="uhttpmock"/>, and
85 <xref linkend="vala"/>
86 </para>
87
88 <bridgehead renderas="sect4">Recommended</bridgehead>
89 <para role="recommended">
90 <xref linkend="gcr"/>,
[e7d893b]91 <xref linkend="git"/>, and
[69a16457]92 <xref linkend="gobject-introspection"/>
93 </para>
94
95 <bridgehead renderas="sect4">Optional</bridgehead>
96 <para role="optional">
97 <xref linkend="gtk-doc"/>
98 </para>
99
100 <para condition="html" role="usernotes">User Notes:
101 <ulink url="&blfs-wiki;/libgdata"/>
102 </para>
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of libgdata</title>
107
108 <para>
109 Install <application>libgdata</application> by running the following
110 commands:
111 </para>
112
[9291127]113<screen><userinput>mkdir build &amp;&amp;
114cd build &amp;&amp;
115
116meson --prefix=/usr .. &amp;&amp;
117ninja</userinput></screen>
[69a16457]118
119 <para>
120 To test the results, issue: <command>make check</command>. Note that
121 the tests need network access.
122 </para>
123
124 <para>
125 Now, as the <systemitem class="username">root</systemitem> user:
126 </para>
127
128<screen role="root"><userinput>make install</userinput></screen>
129
130 </sect2>
131
132 <sect2 role="commands">
133 <title>Command Explanations</title>
[9291127]134 <para>
135 <option>-Dgtk_doc=false</option>: Remove this if you have <xref linkend="gtk-doc"/> installed
136 and want to rebuild the documentation with it.
137 </para>
[69a16457]138 </sect2>
139
140 <sect2 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
144 <segtitle>Installed Programs</segtitle>
145 <segtitle>Installed Libraries</segtitle>
146 <segtitle>Installed Directories</segtitle>
147
148 <seglistitem>
149 <seg>
150 None
151 </seg>
152 <seg>
153 libgdata.so
154 </seg>
155 <seg>
156 /usr/include/libgdata and
157 /usr/share/gtk-doc/html/gdata
158 </seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="libgdata-lib">
168 <term><filename class="libraryfile">libgdata.so</filename></term>
169 <listitem>
170 <para>
171 contains the <application>libgdata</application> API functions.
172 </para>
173 <indexterm zone="libgdata libgdata-lib">
174 <primary sortas="c-libgdata">libgdata.so</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 </variablelist>
180
181 </sect2>
182
183</sect1>
Note: See TracBrowser for help on using the repository browser.