summaryrefslogtreecommitdiff
path: root/community/rygel/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/rygel/PKGBUILD')
-rw-r--r--community/rygel/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/rygel/PKGBUILD b/community/rygel/PKGBUILD
index 9263a97c8..2d0b771a3 100644
--- a/community/rygel/PKGBUILD
+++ b/community/rygel/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 75009 2012-08-11 13:57:55Z bgyorgy $
+# $Id: PKGBUILD 75414 2012-08-22 16:11:51Z bgyorgy $
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=rygel
pkgver=0.14.3
-pkgrel=1
+pkgrel=2
pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share audio, video and pictures, and control of media player on your home network"
arch=('i686' 'x86_64')
url="http://live.gnome.org/Rygel"
@@ -25,7 +25,7 @@ build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --disable-static
+ --disable-static --enable-mediathek-plugin --enable-gst-launch-plugin
make
}