source: gnome/platform/libgdata.xml@ 04f0df3e

11.0 11.1 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 04f0df3e was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 5.5 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 &lfs101_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"/>,
88 <xref linkend="git"/>, and
89 <xref linkend="gobject-introspection"/>
90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <xref linkend="gtk-doc"/> (for documentation),
95 <xref linkend="liboauth"/> (for OAuth v1 support), and
96 <xref linkend="uhttpmock"/> (required for tests)
97 </para>
98
99 <para condition="html" role="usernotes">User Notes:
100 <ulink url="&blfs-wiki;/libgdata"/>
101 </para>
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of libgdata</title>
106
107 <para>
108 Install <application>libgdata</application> by running the following
109 commands:
110 </para>
111
112<screen><userinput>mkdir build &amp;&amp;
113cd build &amp;&amp;
114
115meson --prefix=/usr -Dgtk_doc=false -Dalways_build_tests=false .. &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 <para>
138 <parameter>-Dgtk_doc=false</parameter>: Remove this if you have
139 <xref linkend="gtk-doc"/> installed and want to rebuild the
140 documentation with it.
141 </para>
142 <para>
143 <option>-Doauth1=enabled</option>: Use this option if you wish to build
144 in support for OAuth v1. Note that you must have
145 <xref linkend="liboauth"/> installed in order to enable this option.
146 </para>
147
148 </sect2>
149
150 <sect2 role="content">
151 <title>Contents</title>
152
153 <segmentedlist>
154 <segtitle>Installed Programs</segtitle>
155 <segtitle>Installed Libraries</segtitle>
156 <segtitle>Installed Directories</segtitle>
157
158 <seglistitem>
159 <seg>
160 None
161 </seg>
162 <seg>
163 libgdata.so
164 </seg>
165 <seg>
166 /usr/include/libgdata and
167 /usr/share/gtk-doc/html/gdata
168 </seg>
169 </seglistitem>
170 </segmentedlist>
171
172 <variablelist>
173 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
174 <?dbfo list-presentation="list"?>
175 <?dbhtml list-presentation="table"?>
176
177 <varlistentry id="libgdata-lib">
178 <term><filename class="libraryfile">libgdata.so</filename></term>
179 <listitem>
180 <para>
181 contains the <application>libgdata</application> API functions
182 </para>
183 <indexterm zone="libgdata libgdata-lib">
184 <primary sortas="c-libgdata">libgdata.so</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 </variablelist>
190
191 </sect2>
192
193</sect1>
Note: See TracBrowser for help on using the repository browser.