void-packages/srcpkgs/grilo/template

26 lines
1.1 KiB
Text
Raw Normal View History

2011-10-02 15:02:00 +00:00
# Template file for 'grilo'
pkgname=grilo
2012-12-04 19:34:14 +00:00
version=0.2.4
2012-08-13 13:41:22 +00:00
revision=1
build_style=gnu-configure
2012-11-08 22:11:40 +00:00
configure_args="--enable-vala --disable-static --libdir=/usr/lib"
makedepends="pkg-config gobject-introspection vala-devel gtk+3-devel>=3.6.1
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-08-13 13:41:22 +00:00
homepage="http://live.gnome.org/Grilo"
2012-09-26 05:08:36 +00:00
distfiles="${GNOME_SITE}/$pkgname/0.2/$pkgname-$version.tar.xz"
2012-12-04 19:34:14 +00:00
checksum=20fa8a5d1b89419c44f9b590a5a793e33d43a5e959ec8686111e631a724644fe
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."