void-packages/srcpkgs/grilo/template

25 lines
1.1 KiB
Plaintext
Raw Normal View History

2011-10-02 17:02:00 +02:00
# Template file for 'grilo'
pkgname=grilo
2012-08-13 15:41:22 +02:00
version=0.1.20
revision=1
build_style=gnu-configure
2012-05-24 18:25:45 +02:00
configure_args="--enable-vala"
makedepends="pkg-config gobject-introspection vala-devel gtk+3-devel libxml2-devel libsoup-devel"
2012-05-24 18:25:45 +02:00
subpackages="grilo-devel"
2011-10-02 17:02:00 +02:00
short_desc="Framework focused on making media discovery and browsing easy"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
2012-08-13 15:41:22 +02:00
homepage="http://live.gnome.org/Grilo"
distfiles="${GNOME_SITE}/$pkgname/0.1/$pkgname-$version.tar.xz"
checksum=3438e76a61c74302598c86d6978e67ca51e45440029b0440de5519cbd16e6da1
2011-10-02 17:02:00 +02: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."