Grilo-Plugins is a collection of plugins (Apple Trailers, Blip.tv, Bookmarks, Filesystem, Flickr, Jamendo, Magnatune, Rai.tv, Tracker, Youtube, between others) to make media discovery and browsing easy for applications that support Grilo framework, such as Totem (some plugins are disabled in Totem).
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/grilo-plugins/0.2/grilo-plugins-0.2.10.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/grilo-plugins/0.2/grilo-plugins-0.2.10.tar.xz
Download MD5 sum: 5ce7e6909f1778dcad314a3ac99fa6f6
Download size: 692 KB
Estimated disk space required: 19 MB (all plugins)
Estimated build time: 0.2 SBU
Grilo-0.2.8, libgcrypt-1.6.1 and SQLite-3.8.3.1
libsoup-2.44.2, gobject-introspection-1.38.0 and totem-pl-parser-3.10.0
GMime-2.6.19 (Podcasts), gnome-online-accounts (Flickr), gupnp-av (GUPnP), JSON-GLib-0.16.2 (TMDB), libdmapsharing (DMAP), libgdata (YouTube), libquvi (version 0.9) (YouTube), liboauth (to configure Flickr personal accounts), and tracker (Tracker)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/grilo-plugins
Install Grilo-Plugins by running the following commands:
./configure --prefix=/usr --disable-pocket && make
To test the results, issue: make check 2>&1 | tee check.log. A summary can be obtained with egrep '(TEST|PASS)' check.log.
Now, as the root
user:
make install
To test which plugins are installed and that Grilo-0.2.8 is working, issue grl-inspect-0.2 or grilo-test-ui-0.2 (the latter, from an X terminal).
--disable-pocket
: Without
this switch, build fails if gnome-online-accounts
is installed, because only in its next series, gnome pocket will be
supported.
Last updated on 2013-10-21 18:39:03 -0300