36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
# Template file for 'grilo-plugins'
|
|
pkgname=grilo-plugins
|
|
version=0.2.8
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static --enable-shoutcast"
|
|
hostmakedepends="pkg-config intltool gnome-doc-utils"
|
|
# XXX missing plugins: dmap and fakemetadata.
|
|
makedepends="grilo-devel>=0.2.6 gupnp-av-devel json-glib-devel
|
|
libquvi-devel rest-devel sqlite-devel libgcrypt-devel gmime-devel
|
|
tracker-devel>=0.16 totem-pl-parser-devel libsoup-gnome-devel>=2.42
|
|
libgdata-devel"
|
|
short_desc="Plugins for Grilo"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
homepage="http://live.gnome.org/Grilo"
|
|
distfiles="${GNOME_SITE}/$pkgname/0.2/$pkgname-$version.tar.xz"
|
|
checksum=28f83fd701b33aed7b843e5e3850d7d961310c7cb33ffebcb652160fff8ccd80
|
|
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."
|
|
|
|
grilo-plugins_package() {
|
|
depends="grilo>=0.2.6"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|