The libgdata package is a GLib-based library for accessing online service APIs using the GData protocol, most notably, Google's services. It provides APIs to access the common Google services and has full asynchronous support.
This package is known to build and work properly using an LFS-9.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgdata/0.17/libgdata-0.17.11.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgdata/0.17/libgdata-0.17.11.tar.xz
Download MD5 sum: 7b98e9059255d8a2fb147c4e727230a8
Download size: 828 MB
Estimated disk space required: 53 MB (with tests)
Estimated build time: 0.8 SBU (with tests)
liboauth-1.0.3, libsoup-2.66.2, gnome-online-accounts-3.32.0, GTK+-3.24.10, JSON-GLib-1.4.4, uhttpmock-0.5.1, and Vala-0.44.7
Gcr-3.28.1, git-2.23.0, and gobject-introspection-1.60.2
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgdata
Install libgdata by running the following commands:
mkdir build && cd build && meson --prefix=/usr -Dgtk_doc=false .. && ninja
To test the results, issue: ninja test. Note that the tests need network access.
Now, as the root
user:
ninja install
-Dgtk_doc=false
: Remove this if you
have GTK-Doc-1.32 installed and want to rebuild the
documentation with it.
Last updated on 2019-08-25 11:35:01 -0700