diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-24 12:49:28 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-24 12:49:28 -0300 |
commit | 0c5c6934b681707ec1a459da4318aabd7f9b796f (patch) | |
tree | 7ad632e8f99be5f959a9208726944302eb702e76 /community/rygel/PKGBUILD | |
parent | 1e612047394eb4eee29357e7ab156db60b88f783 (diff) | |
parent | 12b846e1ead204137d60caba25f7e494b51b4dc8 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/linux-tools/PKGBUILD
community/powertop/PKGBUILD
Diffstat (limited to 'community/rygel/PKGBUILD')
-rw-r--r-- | community/rygel/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/rygel/PKGBUILD b/community/rygel/PKGBUILD index 07d5eb3ba..605259077 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' 'mips64el') 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 } |