From 9427e57d71442aab2b4e410961b7c7bedbc122c9 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sun, 19 Dec 2010 02:46:07 +0000 Subject: [PATCH] farsight2 vs 2.7 --- farsight2/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/farsight2/PKGBUILD b/farsight2/PKGBUILD index ed9d4e677..8ad6a8cbf 100644 --- a/farsight2/PKGBUILD +++ b/farsight2/PKGBUILD @@ -4,12 +4,12 @@ pkgname=farsight2 pkgver=0.0.18 -pkgrel=1 +pkgrel=2 pkgdesc="Audio/Video conference software for Instant Messengers" arch=('i686' 'x86_64') url="http://farsight.freedesktop.org" license=('LGPL') -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') +depends=('libnice>=0.0.11' 'gstreamer0.10-base-plugins>=0.10.28' 'gstreamer0.10-python>=0.10.18' 'python2' 'pygobject>=2.16.0') optdepends=('gstreamer0.10-good: for RTP plugin' 'gstreamer0.10-bad: for RTP plugin') options=('!libtool' '!emptydirs') @@ -21,7 +21,7 @@ build() { ./configure --prefix=/usr \ --with-package-name='Arch Linux farsight2 package' \ - --with-package-origin='http://archlinux.org' \ + --with-package-origin='http://chakra-project.org' \ --disable-static -disable-valgrind --disable-debug make || return 1