summaryrefslogtreecommitdiff
path: root/community/rygel/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/rygel/PKGBUILD')
-rw-r--r--community/rygel/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/rygel/PKGBUILD b/community/rygel/PKGBUILD
index 43f6df9ce..605259077 100644
--- a/community/rygel/PKGBUILD
+++ b/community/rygel/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 72601 2012-06-17 12:53:20Z 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.2
-pkgrel=1
+pkgver=0.14.3
+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' 'mips64el')
url="http://live.gnome.org/Rygel"
@@ -19,13 +19,13 @@ backup=('etc/rygel.conf')
options=('!libtool')
install=$pkgname.install
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ac7417ef95e767df2e6c87085e62e8f2948d01c88ce06326c751068ab1ed8f6e')
+sha256sums=('e615d4fea616ecaedfaba57e70a455ac8339048490a423af66a70d05c7186ace')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --disable-static
+ --disable-static --enable-mediathek-plugin --enable-gst-launch-plugin
make
}