summaryrefslogtreecommitdiff
path: root/nonprism/grilo-plugins/PKGBUILD
blob: 64378c771b1d71faf15f5d007a96b40caeebac59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# $Id: PKGBUILD 210323 2014-04-14 09:05:45Z jgc $
# Maintainer (Arch): Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Maintainer: André Silva <emulatorman@parabola.nu>

pkgname=grilo-plugins
pkgver=0.2.12
pkgrel=2.nonprism1
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}-nonprism)
conflicts=(${pkgname}-nonprism)
depends=(grilo sqlite libgcrypt)
makedepends=(gupnp-av gmime libtracker-sparql libdmapsharing
             json-glib intltool avahi itstool libmediaart lua)
optdepends=('gupnp-av: uPnP plugin'
            'gmime: Podcasts plugin'
            'tracker: Tracker plugin'
            'libdmapsharing: DMAP sharing plugin'
            'json-glib: TMDb plugin'
            'avahi: Freebox plugin'
            'libmediaart: local-metadata plugin'
            'lua: LUA factory plugin')
options=('!emptydirs')
groups=('gnome')
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
sha256sums=('15bed8a633c81b251920ab677d455433e641388f605277ca88e549cc89012b48')

build() {
  cd $pkgname-$pkgver
  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
    --enable-shoutcast --disable-pocket --enable-lua-factory
  make
}

package() {
  cd $pkgname-$pkgver
  make DESTDIR="$pkgdir" install
}