38 lines
1.4 KiB
Text
38 lines
1.4 KiB
Text
# Template file for 'grilo-plugins'
|
|
pkgname=grilo-plugins
|
|
version=0.1.18
|
|
revision=2
|
|
homepage="http://live.gnome.org/Grilo"
|
|
distfiles="${GNOME_SITE}/$pkgname/0.1/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static --enable-shoutcast"
|
|
short_desc="Plugins for Grilo"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
checksum=7e382f402119f4f270380627a2f49b30a6c43a47ecd645bf5ffe4e0cd99a1c79
|
|
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."
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build grilo-devel
|
|
Add_dependency build gupnp-av-devel
|
|
Add_dependency build libquvi-devel
|
|
Add_dependency build rest-devel
|
|
Add_dependency build sqlite-devel
|
|
Add_dependency build libgcrypt-devel
|
|
Add_dependency build gmime-devel
|
|
Add_dependency build libgdata-devel
|
|
Add_dependency build tracker-devel
|
|
|
|
pre_configure() {
|
|
sed -i -e "s|tracker-sparql-0.12|tracker-sparql-0.14|g" \
|
|
-e "s|tracker-miner-0.12|tracker-miner-0.14|g" configure
|
|
}
|