Date: Sunday, December 13, 2015 @ 20:15:31
  Author: heftig
Revision: 256029

0.28.2

Modified:
  rygel/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-12-13 19:00:20 UTC (rev 256028)
+++ PKGBUILD    2015-12-13 19:15:31 UTC (rev 256029)
@@ -3,8 +3,8 @@
 # Contributor: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=rygel
-pkgver=0.28.1
-pkgrel=2
+pkgver=0.28.2
+pkgrel=1
 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";
@@ -21,12 +21,13 @@
 install=rygel.install
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d9a145cf1ecb10654d63741cd8c7d37fbaf413d4d3c35f89a8b08e39512bf174')
+sha256sums=('9ea23df7186caac5f1aad3137edf6d507d339b9a469fc3133df4043fa66b61f5')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
               --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 

Reply via email to