2011-10-02 15:02:00 +00:00
|
|
|
# Template file for 'grilo'
|
|
|
|
pkgname=grilo
|
|
|
|
version=0.1.17
|
2011-11-14 17:12:47 +00:00
|
|
|
revision=2
|
2011-10-02 15:02:00 +00:00
|
|
|
homepage="http://live.gnome.org/Grilo"
|
|
|
|
distfiles="${GNOME_SITE}/$pkgname/0.1/$pkgname-$version.tar.xz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
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"
|
|
|
|
checksum=f88406b1737bdf0dc38c3acda418983084afe62ddc09fefd14a95f42ec727eaf
|
|
|
|
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."
|
|
|
|
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build gettext
|
|
|
|
Add_dependency build gobject-introspection
|
|
|
|
Add_dependency build vala-devel
|
|
|
|
Add_dependency build gtk+3-devel
|
|
|
|
Add_dependency build libxml2-devel
|
|
|
|
Add_dependency build libsoup-devel
|
2011-10-13 18:16:35 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
mv ${DESTDIR}/usr/share/vala-0.14 ${DESTDIR}/usr/share/vala
|
|
|
|
}
|