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

Ionut Biru ibiru at archlinux.org
Tue Jan 19 19:53:35 UTC 2010


    Date: Tuesday, January 19, 2010 @ 14:53:34
  Author: ibiru
Revision: 64324

upgpkg: farsight2 0.0.17-1
    update to 0.0.17

Modified:
  farsight2/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-19 19:50:38 UTC (rev 64323)
+++ PKGBUILD	2010-01-19 19:53:34 UTC (rev 64324)
@@ -4,28 +4,31 @@
 # Contributor: William Díaz <wdiaz at archlinux.us>
 
 pkgname=farsight2
-pkgver=0.0.16
+pkgver=0.0.17
 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.9' 'gstreamer0.10-base-plugins>=0.10.22'
-         'gstreamer0.10-python>=0.10.10' 'python>=2.6' 'pygobject>=2.16.0')
-optdepends=('gstreamer0.10-good>=0.10.7: for RTP plugin'
-            'gstreamer0.10-bad>=0.10.12: for RTP plugin')
+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')
+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=('ca6261e19cfcfe8a6e5e51b8c2f5ad16')
+md5sums=('b109d133d39dd682a224a47e31c5eac7')
 
 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-debug \
-        --disable-valgrind
+        --disable-valgrind \
+        --disable-debug
+
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list