[arch-commits] Commit in farsight2/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Ionut Biru ibiru at archlinux.org
Tue Jan 19 19:55:03 UTC 2010


    Date: Tuesday, January 19, 2010 @ 14:55:02
  Author: ibiru
Revision: 64326

Merged revisions 64324 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/farsight2/trunk

........
  r64324 | ibiru | 2010-01-19 21:53:34 +0200 (Tue, 19 Jan 2010) | 2 lines
  
  upgpkg: farsight2 0.0.17-1
      update to 0.0.17
........

Modified:
  farsight2/repos/extra-x86_64/	(properties)
  farsight2/repos/extra-x86_64/PKGBUILD

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


Property changes on: farsight2/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /farsight2/trunk:1-54187
   + /farsight2/trunk:1-64325

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2010-01-19 19:54:18 UTC (rev 64325)
+++ extra-x86_64/PKGBUILD	2010-01-19 19:55:02 UTC (rev 64326)
@@ -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