libgdata パッケージは、GData プロトコルを利用したオンラインサービス API にアクセスするための GLib ベースのライブラリを提供します。 そのようなサービスとして特に Google のサービスがあります。 API 関数により Google サービスへアクセスし、また非同期機能をすべてサポートします。
本パッケージは LFS-10.1 において正しくビルドでき動作することが確認されています。
ダウンロード (HTTP): https://download.gnome.org/sources/libgdata/0.18/libgdata-0.18.0.tar.xz
ダウンロード (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/libgdata/0.18/libgdata-0.18.0.tar.xz
ダウンロード MD5 sum: 1b846d2fb05edce09cf6e55e9cceff87
ダウンロードサイズ: 832 KB
必要ディスク容量: 54 MB (with tests)
概算ビルド時間: 0.5 SBU (with tests)
libsoup-2.72.0, gnome-online-accounts-3.38.0, GTK+-3.24.26, JSON-GLib-1.6.2, Vala-0.50.4
Gcr-3.38.1, git-2.30.1, gobject-introspection-1.66.1
GTK-Doc-1.33.2 (for documentation), liboauth-1.0.3 (for OAuth v1 support), and uhttpmock-0.5.3 (テストに必要)
以下のコマンドを実行して libgdata をビルドします。
mkdir build && cd build && meson --prefix=/usr -Dgtk_doc=false -Dalways_build_tests=false .. && ninja
If you wish to run the test suite, make sure uhttpmock-0.5.3 is installed and remove
-Dalways_build_tests=false
in the meson command
line. ビルド結果をテストする場合は ninja
test を実行します。 テストの際にはネットワークアクセスが必要です。
root
ユーザーになって以下を実行します。
ninja install
-Dgtk_doc=false
: Remove
this if you have GTK-Doc-1.33.2 installed and want to
rebuild the documentation with it.
-Doauth1=enabled
: Use this option if
you wish to build in support for OAuth v1. Note that you must have
liboauth-1.0.3 installed in order to enable
this option.
最終更新日: 2021-02-25 11:50:56 +0900