From 85d7dd54d992ca57df3db18a421860f463fe7a6c Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 12 Feb 2014 13:35:01 -0200 Subject: grilo-plugins-nonprism-0.2.10-1: updating version --- nonprism/grilo-plugins-nonprism/PKGBUILD | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'nonprism') diff --git a/nonprism/grilo-plugins-nonprism/PKGBUILD b/nonprism/grilo-plugins-nonprism/PKGBUILD index b27e9ac91..ccae9590e 100644 --- a/nonprism/grilo-plugins-nonprism/PKGBUILD +++ b/nonprism/grilo-plugins-nonprism/PKGBUILD @@ -1,37 +1,36 @@ -# $Id: PKGBUILD 201648 2013-12-17 11:32:11Z heftig $ +# $Id: PKGBUILD 205839 2014-02-11 12:53:30Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) # Maintainer (Parabola): André Silva _pkgname=grilo-plugins pkgname=grilo-plugins-nonprism -pkgver=0.2.9 -pkgrel=3 -pkgdesc="Plugins for Grilo, without libgdata support" +pkgver=0.2.10 +pkgrel=1 +pkgdesc="Plugins for Grilo, without libgdata support and gnome-online-accounts recommendation" url="http://www.gnome.org" arch=(i686 x86_64) license=(LGPL) +replaces=$_pkgname +conflicts=$_pkgname +provides=$_pkgname=$pkgver depends=(grilo sqlite libgcrypt) -makedepends=(gupnp-av gmime rest libtracker-sparql totem-plparser libdmapsharing - json-glib intltool) +makedepends=(gupnp-av gmime libtracker-sparql libdmapsharing + json-glib intltool avahi itstool) optdepends=('gupnp-av: uPnP plugin' 'gmime: Podcasts plugin' - 'rest: Blip.tv plugin' 'libtracker-sparql: Tracker plugin' - 'totem-plparser: Youtube plugin, Vimeo plugin, Optical media plugin' 'libdmapsharing: DMAP sharing plugin' - 'json-glib: TMDb plugin') + 'json-glib: TMDb plugin' + 'avahi: Freebox plugin') options=('!emptydirs') groups=('gnome') -replaces=$_pkgname -conflicts=$_pkgname -provides=$_pkgname=$pkgver source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.xz) -sha256sums=('902b839bd1cdc27613d9e44af2afe00d1ef3b7471ae72c66c622560007e1023e') +sha256sums=('5a7dd406ed58145847553e6dbb5f766e9d58dc5d4cfeb7e290d5b38c88163871') build() { cd $_pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --disable-static \ - --enable-shoutcast + --enable-shoutcast --disable-pocket make } -- cgit v1.2.3-54-g00ecf