source: gnome/platform/libgdata.xml@ fcc4d96d

11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since fcc4d96d was 04ef4c40, checked in by Bruce Dubbs <bdubbs@…>, 22 months ago

Remove git dependency for libgdata

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