farsight2 vs 2.7

This commit is contained in:
Manuel 2010-12-19 02:46:07 +00:00
parent 78b4b027b6
commit 9427e57d71

View File

@ -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