diff options
author | root <root@rshg047.dnsready.net> | 2011-05-18 22:46:11 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-18 22:46:11 +0000 |
commit | 82b609ecce972e236c2ce887ecd55ec30e2874a7 (patch) | |
tree | 0f538ac08e2ce61505f47f42534a969f42863767 /extra/farsight2/PKGBUILD | |
parent | 4a67ab8a761f1d0ef59988a513f9f2163f94a869 (diff) |
Wed May 18 22:46:11 UTC 2011
Diffstat (limited to 'extra/farsight2/PKGBUILD')
-rw-r--r-- | extra/farsight2/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/farsight2/PKGBUILD b/extra/farsight2/PKGBUILD index e25c5dd47..7051b8d7d 100644 --- a/extra/farsight2/PKGBUILD +++ b/extra/farsight2/PKGBUILD @@ -1,15 +1,16 @@ -# $Id: PKGBUILD 124105 2011-05-16 15:51:02Z ibiru $ +# $Id: PKGBUILD 124193 2011-05-17 15:41:27Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: William Díaz <wdiaz@archlinux.us> pkgname=farsight2 pkgver=0.0.28 -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' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gstreamer0.10-bad-plugins' 'gstreamer0.10-python' 'pygobject') +depends=('libnice' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good' 'gstreamer0.10-bad' 'gstreamer0.10-python' 'pygobject') +optdepends=('gstreamer0.10-ugly-plugins: h264 codec') options=('!libtool' '!emptydirs') source=(http://farsight.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz) md5sums=('38767e775067270754a32aaf8e3a7db1') |