grilo-plugins: update to 0.1.19.

This commit is contained in:
Juan RP 2012-05-24 18:29:02 +02:00
parent a8e8b3cb22
commit 23bd1c4033
2 changed files with 4 additions and 10 deletions

View File

@ -21,3 +21,4 @@ libgpg-error.so.0
librest-0.7.so.0 librest-0.7.so.0
libgmime-2.6.so.0 libgmime-2.6.so.0
libtracker-sparql-0.14.so.0 libtracker-sparql-0.14.so.0
libtotem-plparser.so.17

View File

@ -1,16 +1,15 @@
# Template file for 'grilo-plugins' # Template file for 'grilo-plugins'
pkgname=grilo-plugins pkgname=grilo-plugins
version=0.1.18 version=0.1.19
revision=2
homepage="http://live.gnome.org/Grilo" homepage="http://live.gnome.org/Grilo"
distfiles="${GNOME_SITE}/$pkgname/0.1/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/0.1/$pkgname-$version.tar.xz"
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static --enable-shoutcast" configure_args="--disable-static --enable-shoutcast"
makedepends="pkg-config grilo-devel gupnp-av-devel libquvi-devel rest-devel sqlite-devel libgcrypt-devel gmime-devel libgdata-devel tracker-devel" makedepends="pkg-config grilo-devel>=$version gupnp-av-devel libquvi-devel rest-devel sqlite-devel libgcrypt-devel gmime-devel libgdata-devel tracker-devel totem-pl-parser-devel"
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"
checksum=7e382f402119f4f270380627a2f49b30a6c43a47ecd645bf5ffe4e0cd99a1c79 checksum=101be82686c4465d79ec82213f98ec2a00da9001706d33c8f5d2e2ae51dd7e7d
long_desc=" long_desc="
More precisely, Grilo provides: More precisely, Grilo provides:
@ -21,9 +20,3 @@ long_desc="
Developers can share efforts and code by writing plugins for the framework Developers can share efforts and code by writing plugins for the framework
that are application agnostic. that are application agnostic.
* 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."
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
}