From 1340ea1b4831b9ab48fe03a0fcc08caa94a79e4b Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 23 Oct 2013 22:42:09 -0200 Subject: grilo-plugins-nonprism: add new package for nonprism repo --- nonprism/grilo-plugins-nonprism/PKGBUILD | 42 ++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 nonprism/grilo-plugins-nonprism/PKGBUILD (limited to 'nonprism') diff --git a/nonprism/grilo-plugins-nonprism/PKGBUILD b/nonprism/grilo-plugins-nonprism/PKGBUILD new file mode 100644 index 000000000..9071eb1b6 --- /dev/null +++ b/nonprism/grilo-plugins-nonprism/PKGBUILD @@ -0,0 +1,42 @@ +# $Id: PKGBUILD 194625 2013-09-19 19:20:52Z jgc $ +# Maintainer: Jan Alexander Steffens (heftig) +# Maintainer (Parabola): André Silva + +_pkgname=grilo-plugins +pkgname=grilo-plugins-nonprism +pkgver=0.2.9 +pkgrel=2 +pkgdesc="Plugins for Grilo, without libgdata support" +url="http://www.gnome.org" +arch=(i686 x86_64) +license=(LGPL) +depends=(grilo sqlite libgcrypt) +makedepends=(gupnp-av gmime rest libtracker-sparql totem-plparser libdmapsharing + json-glib intltool) +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') + +options=('!libtool' '!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') + +build() { + cd $_pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --disable-static \ + --enable-shoutcast + make +} + +package() { + cd $_pkgname-$pkgver + make DESTDIR="$pkgdir" install +} -- cgit v1.2.3