2011-10-02 15:02:00 +00:00
|
|
|
# Template file for 'grilo'
|
|
|
|
pkgname=grilo
|
2012-05-24 16:25:45 +00:00
|
|
|
version=0.1.19
|
2011-10-02 15:02:00 +00:00
|
|
|
homepage="http://live.gnome.org/Grilo"
|
|
|
|
distfiles="${GNOME_SITE}/$pkgname/0.1/$pkgname-$version.tar.xz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-05-24 16:25:45 +00:00
|
|
|
configure_args="--enable-vala"
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="pkg-config gobject-introspection vala-devel gtk+3-devel libxml2-devel libsoup-devel"
|
2012-05-24 16:25:45 +00:00
|
|
|
subpackages="grilo-devel"
|
2011-10-02 15:02:00 +00:00
|
|
|
short_desc="Framework focused on making media discovery and browsing easy"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="LGPL-2.1"
|
2012-05-24 16:25:45 +00:00
|
|
|
checksum=8b842beeb679df90694b6ad4ed79a55a88aa45f6673527b1b02de17e0dcdd0e5
|
2011-10-02 15:02:00 +00:00
|
|
|
long_desc="
|
|
|
|
More precisely, Grilo provides:
|
|
|
|
|
|
|
|
* A single, high-level API that abstracts the differences among various
|
|
|
|
media content providers, allowing application developers to integrate
|
|
|
|
content from various services and sources easily.
|
|
|
|
* A collection of plugins for accessing content from various media providers.
|
|
|
|
Developers can share efforts and code by writing plugins for the framework
|
|
|
|
that are application agnostic.
|
|
|
|
* A flexible API that allows plugin developers to write plugins of various kinds."
|