From 23bd1c4033541a1bc9311a6225ea9a1e2d895719 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 24 May 2012 18:29:02 +0200 Subject: [PATCH] grilo-plugins: update to 0.1.19. --- srcpkgs/grilo-plugins/grilo-plugins.rshlibs | 1 + srcpkgs/grilo-plugins/template | 13 +++---------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/srcpkgs/grilo-plugins/grilo-plugins.rshlibs b/srcpkgs/grilo-plugins/grilo-plugins.rshlibs index 24343abc464..8a90fe121b0 100644 --- a/srcpkgs/grilo-plugins/grilo-plugins.rshlibs +++ b/srcpkgs/grilo-plugins/grilo-plugins.rshlibs @@ -21,3 +21,4 @@ libgpg-error.so.0 librest-0.7.so.0 libgmime-2.6.so.0 libtracker-sparql-0.14.so.0 +libtotem-plparser.so.17 diff --git a/srcpkgs/grilo-plugins/template b/srcpkgs/grilo-plugins/template index 5243643f543..c673fd878dc 100644 --- a/srcpkgs/grilo-plugins/template +++ b/srcpkgs/grilo-plugins/template @@ -1,16 +1,15 @@ # Template file for 'grilo-plugins' pkgname=grilo-plugins -version=0.1.18 -revision=2 +version=0.1.19 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" -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" maintainer="Juan RP " license="LGPL-2.1" -checksum=7e382f402119f4f270380627a2f49b30a6c43a47ecd645bf5ffe4e0cd99a1c79 +checksum=101be82686c4465d79ec82213f98ec2a00da9001706d33c8f5d2e2ae51dd7e7d long_desc=" More precisely, Grilo provides: @@ -21,9 +20,3 @@ long_desc=" 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." - - -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 -}