updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / rygel / PKGBUILD
blobc8c25114b11379430557ba958fe8329810fa96ef
1 # Contributor: Thijs Vermeir <thijsvermeir@gmail.com>
2 # Contributor: Denis Zawada <deno@rootnode.net>
3 # Contributor: Paolo Bacchilega <paolo dot bacchilega at libero dot it>
5 pkgname=rygel
6 pkgver=0.12.5
7 pkgrel=1
8 pkgdesc="Share audio, video and pictures on your home network."
9 arch=('i686' 'x86_64')
10 url="http://live.gnome.org/Rygel"
11 license=('LGPL')
12 depends=('gupnp-av>=0.9.0'
13 'gupnp-dlna>=0.5.0'
14 'gssdp>=0.11.0'
15 'gtk3'
16 'hicolor-icon-theme'
17 'libgee>=0.5.2'
18 'libsoup>=2.34.0'
19 'util-linux>=1.41.3'
20 'sqlite3>=3.5')
21 makedepends=('gtk-doc' 'pkgconfig' 'intltool')
22 replaces=('gupnp-media-server')
23 options=('!libtool')
24 install=rygel.install
25 source=("http://ftp.gnome.org/pub/GNOME/sources/rygel/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
27 build() {
28 cd "$srcdir/$pkgname-$pkgver"
29 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
30 --disable-static --enable-gst-launch-plugin --enable-tracker-plugin \
31 --enable-media-export-plugin --enable-external-plugin \
32 --enable-mediathek-plugin --disable-silent-rules
33 make
36 package() {
37 cd "$srcdir/$pkgname-$pkgver"
38 make DESTDIR=$pkgdir install
40 md5sums=('1a52accbbe8ccb178ab428e6c1abd7a3')