Grilo-0.2.6

Introduction to Grilo

Grilo is a framework focused on making media discovery and browsing easy for application developers.

This package is known to build and work properly using an LFS-7.4 platform.

Package Information

Grilo Dependencies

Required

GTK+-3.8.4, libxml2-2.9.1 and XML::Parser-2.41

Recommended

Optional

DocBook-utils-0.6.14, liboauth (to configure flickr personal accounts), and Vala-0.20.1

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/grilo

Installation of Grilo

Install Grilo by running the following commands:

./configure --prefix=/usr \
            --disable-static &&
make

This package does not have a testsuite.

Now, as the root user:

make install

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Programs: grilo-simple-playlist, grilo-test-ui-0.2 and grl-inspect-0.2
Installed Libraries: libgrilo-0.2.so and libgrlnet-0.2.so
Installed Directories: /usr/include/grilo-0.2

Short Descriptions

grilo-test-ui-0.2

is a simple playground application that you can use to test the framework and its plugins.

grl-inspect-0.2

is a tool that prints out information on available Grilo sources.

libgrilo.so

provides the Grilo framework.

libgrlnet.so

provides Grilo networking helpers for plug-ins.

Last updated on 2013-09-10 14:28:22 -0700