source: gnome/platform/libgdata.xml@ 274ac683

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 274ac683 was 91318eb, checked in by Pierre Labastie <pierre.labastie@…>, 15 months ago

Add "setup" to meson commands

I've not been very consistent on typography, but it is a start

  • 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 setup --prefix=/usr \
112 --buildtype=release \
113 -Dgtk_doc=false \
114 -Dalways_build_tests=false \
115 .. &amp;&amp;
116ninja</userinput></screen>
117
118 <para>
119 If you wish to run the test suite, make sure
120 <xref linkend="uhttpmock"/> is installed and remove
121 <parameter>-Dalways_build_tests=false</parameter> in the
122 <command>meson</command> command line. To test the results,
123 issue: <command>ninja test</command>. Note that
124 the tests need network access.
125 </para>
126
127 <para>
128 Now, as the <systemitem class="username">root</systemitem> user:
129 </para>
130
131<screen role="root"><userinput>ninja install</userinput></screen>
132
133 </sect2>
134
135 <sect2 role="commands">
136 <title>Command Explanations</title>
137
138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
139 href="../../xincludes/meson-buildtype-release.xml"/>
140
141 <para>
142 <parameter>-Dgtk_doc=false</parameter>: Remove this if you have
143 <xref linkend="gtk-doc"/> installed and want to rebuild the
144 documentation with it.
145 </para>
146 <para>
147 <option>-Doauth1=enabled</option>: Use this option if you wish to build
148 in support for OAuth v1. Note that you must have
149 <xref linkend="liboauth"/> installed in order to enable this option.
150 </para>
151
152 </sect2>
153
154 <sect2 role="content">
155 <title>Contents</title>
156
157 <segmentedlist>
158 <segtitle>Installed Programs</segtitle>
159 <segtitle>Installed Libraries</segtitle>
160 <segtitle>Installed Directories</segtitle>
161
162 <seglistitem>
163 <seg>
164 None
165 </seg>
166 <seg>
167 libgdata.so
168 </seg>
169 <seg>
170 /usr/include/libgdata and
171 /usr/share/gtk-doc/html/gdata
172 </seg>
173 </seglistitem>
174 </segmentedlist>
175
176 <variablelist>
177 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
178 <?dbfo list-presentation="list"?>
179 <?dbhtml list-presentation="table"?>
180
181 <varlistentry id="libgdata-lib">
182 <term><filename class="libraryfile">libgdata.so</filename></term>
183 <listitem>
184 <para>
185 contains the <application>libgdata</application> API functions
186 </para>
187 <indexterm zone="libgdata libgdata-lib">
188 <primary sortas="c-libgdata">libgdata.so</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 </variablelist>
194
195 </sect2>
196
197</sect1>
Note: See TracBrowser for help on using the repository browser.