2011-10-02 15:20:35 +00:00
|
|
|
# Template file for 'grilo-plugins'
|
|
|
|
pkgname=grilo-plugins
|
2013-09-26 19:28:01 +00:00
|
|
|
version=0.2.9
|
2012-11-08 22:15:24 +00:00
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-10-02 15:20:35 +00:00
|
|
|
configure_args="--disable-static --enable-shoutcast"
|
2013-05-28 07:25:29 +00:00
|
|
|
hostmakedepends="pkg-config intltool gnome-doc-utils"
|
2013-03-28 17:50:36 +00:00
|
|
|
# XXX missing plugins: dmap and fakemetadata.
|
2013-05-28 07:25:29 +00:00
|
|
|
makedepends="grilo-devel>=0.2.6 gupnp-av-devel json-glib-devel
|
2013-09-26 19:28:01 +00:00
|
|
|
libquvi-devel rest-devel>=0.7.90 sqlite-devel libgcrypt-devel gmime-devel
|
|
|
|
tracker-devel>=0.16_2 totem-pl-parser-devel>=3.10 libgdata-devel>=0.14
|
|
|
|
gnome-online-accounts-devel>=3.10"
|
2011-10-02 15:20:35 +00:00
|
|
|
short_desc="Plugins for Grilo"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="LGPL-2.1"
|
2012-09-26 05:04:11 +00:00
|
|
|
homepage="http://live.gnome.org/Grilo"
|
2013-09-26 19:28:01 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
|
|
|
checksum=902b839bd1cdc27613d9e44af2afe00d1ef3b7471ae72c66c622560007e1023e
|
2011-10-02 15:20:35 +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."
|
2013-04-12 13:11:12 +00:00
|
|
|
|
|
|
|
grilo-plugins_package() {
|
2013-09-26 19:28:01 +00:00
|
|
|
depends="grilo>=0.2.7"
|
2013-04-12 13:11:12 +00:00
|
|
|
pkg_install() {
|
2013-05-28 07:21:36 +00:00
|
|
|
vmove all
|
2013-04-12 13:11:12 +00:00
|
|
|
}
|
|
|
|
}
|