grilo-plugins: update to 0.2.9.

This commit is contained in:
Juan RP 2013-09-26 21:28:01 +02:00
parent af4477e5bd
commit 71ac805b36

View File

@ -1,21 +1,21 @@
# Template file for 'grilo-plugins' # Template file for 'grilo-plugins'
pkgname=grilo-plugins pkgname=grilo-plugins
version=0.2.8 version=0.2.9
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static --enable-shoutcast" configure_args="--disable-static --enable-shoutcast"
hostmakedepends="pkg-config intltool gnome-doc-utils" hostmakedepends="pkg-config intltool gnome-doc-utils"
# XXX missing plugins: dmap and fakemetadata. # XXX missing plugins: dmap and fakemetadata.
makedepends="grilo-devel>=0.2.6 gupnp-av-devel json-glib-devel makedepends="grilo-devel>=0.2.6 gupnp-av-devel json-glib-devel
libquvi-devel rest-devel sqlite-devel libgcrypt-devel gmime-devel libquvi-devel rest-devel>=0.7.90 sqlite-devel libgcrypt-devel gmime-devel
tracker-devel>=0.16 totem-pl-parser-devel libsoup-gnome-devel>=2.42 tracker-devel>=0.16_2 totem-pl-parser-devel>=3.10 libgdata-devel>=0.14
libgdata-devel" gnome-online-accounts-devel>=3.10"
short_desc="Plugins for Grilo" short_desc="Plugins for Grilo"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1" license="LGPL-2.1"
homepage="http://live.gnome.org/Grilo" homepage="http://live.gnome.org/Grilo"
distfiles="${GNOME_SITE}/$pkgname/0.2/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=28f83fd701b33aed7b843e5e3850d7d961310c7cb33ffebcb652160fff8ccd80 checksum=902b839bd1cdc27613d9e44af2afe00d1ef3b7471ae72c66c622560007e1023e
long_desc=" long_desc="
More precisely, Grilo provides: More precisely, Grilo provides:
@ -28,7 +28,7 @@ long_desc="
* A flexible API that allows plugin developers to write plugins of various kinds." * A flexible API that allows plugin developers to write plugins of various kinds."
grilo-plugins_package() { grilo-plugins_package() {
depends="grilo>=0.2.6" depends="grilo>=0.2.7"
pkg_install() { pkg_install() {
vmove all vmove all
} }