source: gnome/core/libgdata.xml@ c3c56b2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c3c56b2 was c3c56b2, checked in by Krejzi <krejzi@…>, 11 years ago

Reimplement none where nothing is installed - programs, libraries or directories.

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

  • Property mode set to 100644
File size: 4.9 KB
RevLine 
[5ae1b99]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
[b0369f3]7 <!ENTITY libgdata-download-http "&gnome-download-http;/libgdata/0.13/libgdata-&libgdata-version;.tar.xz">
8 <!ENTITY libgdata-download-ftp "&gnome-download-ftp;/libgdata/0.13/libgdata-&libgdata-version;.tar.xz">
[73d97caf]9 <!ENTITY libgdata-md5sum "8790767a3700d146e859ce870229f8e7">
[7bdbf35]10 <!ENTITY libgdata-size "1.2 MB">
11 <!ENTITY libgdata-buildsize "45 MB">
[73d97caf]12 <!ENTITY libgdata-time "0.5 SBU">
[5ae1b99]13]>
14
15<sect1 id="libgdata" xreflabel="libgdata-&libgdata-version;">
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
[7ded7e3]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
[73d97caf]36 services and has full asynchronous support.
[7ded7e3]37 </para>
[5ae1b99]38
[b0369f3]39 &lfs72_checked;
[5ae1b99]40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[7ded7e3]44 <para>
45 Download (HTTP): <ulink url="&libgdata-download-http;"/>
46 </para>
[5ae1b99]47 </listitem>
48 <listitem>
[7ded7e3]49 <para>
50 Download (FTP): <ulink url="&libgdata-download-ftp;"/>
51 </para>
[5ae1b99]52 </listitem>
53 <listitem>
[7ded7e3]54 <para>
55 Download MD5 sum: &libgdata-md5sum;
56 </para>
[5ae1b99]57 </listitem>
58 <listitem>
[7ded7e3]59 <para>
60 Download size: &libgdata-size;
61 </para>
[5ae1b99]62 </listitem>
63 <listitem>
[7ded7e3]64 <para>
65 Estimated disk space required: &libgdata-buildsize;
66 </para>
[5ae1b99]67 </listitem>
68 <listitem>
[7ded7e3]69 <para>
70 Estimated build time: &libgdata-time;
71 </para>
[5ae1b99]72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">libgdata Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
[7bdbf35]78 <para role="required">
[b0369f3]79 <xref linkend="gnome-online-accounts"/>,
80 <xref linkend="libsoup"/> and
81 <xref linkend="liboauth"/>
[7bdbf35]82 </para>
[5ae1b99]83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
[7bdbf35]85 <para role="recommended">
[b0369f3]86 <xref linkend="gobject-introspection"/> and
87 <xref linkend="gtk3"/>
[7bdbf35]88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="gtk-doc"/>
93 </para>
[5ae1b99]94
95 <para condition="html" role="usernotes">User Notes:
[7ded7e3]96 <ulink url="&blfs-wiki;/libgdata"/>
97 </para>
[5ae1b99]98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of libgdata</title>
102
[7ded7e3]103 <para>
104 Install <application>libgdata</application> by running the following
105 commands:
106 </para>
[5ae1b99]107
[7bdbf35]108<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[5ae1b99]109make</userinput></screen>
110
[7ded7e3]111 <para>
[73d97caf]112 To test the results, issue: <command>make check</command>. Note that
113 the tests need network access.
[5ae1b99]114 </para>
115
[7ded7e3]116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
[5ae1b99]119
120<screen role="root"><userinput>make install</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
[7bdbf35]127 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7ded7e3]128 href="../../xincludes/static-libraries.xml"/>
[7bdbf35]129
130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7ded7e3]131 href="../../xincludes/gtk-doc-rebuild.xml"/>
[5ae1b99]132
133 </sect2>
134
135 <sect2 role="content">
136 <title>Contents</title>
137
138 <segmentedlist>
[c3c56b2]139 <segtitle>Installed Programs</segtitle>
[5ae1b99]140 <segtitle>Installed Library</segtitle>
141 <segtitle>Installed Directories</segtitle>
142
143 <seglistitem>
[c3c56b2]144 <seg>
145 None
146 </seg>
[7bdbf35]147 <seg>
148 libgdata.so
149 </seg>
150 <seg>
[7ded7e3]151 /usr/include/libgdata and
152 /usr/share/gtk-doc/html/gdata
[7bdbf35]153 </seg>
[5ae1b99]154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="libgdata-lib">
[b0369f3]163 <term><filename class="libraryfile">libgdata.so</filename></term>
[5ae1b99]164 <listitem>
[7ded7e3]165 <para>
166 contains the <application>libgdata</application> API functions.
167 </para>
[5ae1b99]168 <indexterm zone="libgdata libgdata-lib">
[7bdbf35]169 <primary sortas="c-libgdata">libgdata.so</primary>
[5ae1b99]170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 </variablelist>
175
176 </sect2>
177
178</sect1>
Note: See TracBrowser for help on using the repository browser.