[arch-commits] Commit in farsight2/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Wed May 5 12:51:18 UTC 2010


    Date: Wednesday, May 5, 2010 @ 08:51:17
  Author: ibiru
Revision: 79666

upgpkg: farsight2 0.0.18-1
update to 0.0.18

Modified:
  farsight2/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-05 12:30:25 UTC (rev 79665)
+++ PKGBUILD	2010-05-05 12:51:17 UTC (rev 79666)
@@ -1,33 +1,28 @@
 # $Id: PKGBUILD 2058 2009-09-07 21:22:13Z ibiru $
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Biru Ionut <biru.ionut at gmail.com>
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
 # Contributor: William Díaz <wdiaz at archlinux.us>
 
 pkgname=farsight2
-pkgver=0.0.17
+pkgver=0.0.18
 pkgrel=1
 pkgdesc="Audio/Video conference software for Instant Messengers"
 arch=('i686' 'x86_64')
 url="http://farsight.freedesktop.org"
 license=('LGPL')
-depends=('libnice>=0.0.10' 'gstreamer0.10-base-plugins>=0.10.25'
-         'gstreamer0.10-python>=0.10.17' 'python>=2.6' 'pygobject>=2.16.0')
+depends=('libnice>=0.0.11' 'gstreamer0.10-base-plugins>=0.10.28' 'gstreamer0.10-python>=0.10.18' 'python>=2.6' 'pygobject>=2.16.0')
 optdepends=('gstreamer0.10-good: for RTP plugin'
             'gstreamer0.10-bad: for RTP plugin')
 options=('!libtool' '!emptydirs')
 source=(http://farsight.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b109d133d39dd682a224a47e31c5eac7')
+sha256sums=('884ced1e495865a0876bbeb133aa33e1ef5981b0bcd17b038ab7f232386c1878')
 
 build() {
-  export CFLAGS="$CFLAGS -fno-strict-aliasing"
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   ./configure --prefix=/usr \
-	--with-package-name='Arch Linux farsight2 package' \
-	--with-package-origin='http://archlinux.org' \
-  	--disable-static \
-        --disable-valgrind \
-        --disable-debug
+      --with-package-name='Arch Linux farsight2 package' \
+      --with-package-origin='http://archlinux.org' \
+      --disable-static -disable-valgrind --disable-debug
 
   make || return 1
   make DESTDIR=${pkgdir} install || return 1




More information about the arch-commits mailing list