source: gnome/platform/libgdata.xml@ 58ebeee

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 58ebeee was 58ebeee, checked in by Douglas R. Reno <renodr@…>, 15 months ago

Tag GNOME Libraries

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