Date: Wednesday, November 3, 2010 @ 19:14:07 Author: ibiru Revision: 98160
upgpkg: farsight2 0.0.22-1 update to 0.0.22 Modified: farsight2/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-11-03 17:20:33 UTC (rev 98159) +++ PKGBUILD 2010-11-03 23:14:07 UTC (rev 98160) @@ -1,33 +1,32 @@ -# $Id: PKGBUILD 2058 2009-09-07 21:22:13Z ibiru $ +# $Id$ # Maintainer: Ionut Biru <[email protected]> # Contributor: William Díaz <[email protected]> pkgname=farsight2 -pkgver=0.0.21 -pkgrel=2 +pkgver=0.0.22 +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.13' 'gstreamer0.10-base-plugins>=0.10.29' 'gstreamer0.10-python>=0.10.18' 'python2' 'pygobject>=2.21.3') -optdepends=('gstreamer0.10-good: for RTP plugin' - 'gstreamer0.10-bad: for RTP plugin') +depends=('libnice>=0.0.13' 'gstreamer0.10-base-plugins>=0.10.30' 'gstreamer0.10-python>=0.10.18' 'python2' 'pygobject>=2.26.0') +optdepends=('gstreamer0.10-good-plugins: for RTP plugin' + 'gstreamer0.10-bad-plugins: for RTP plugin') options=('!libtool' '!emptydirs') source=(http://farsight.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('5898612c389f3538a4160e677c03087a') +md5sums=('e1f540cf3ebab06c3d7db1f46b44ac88') build() { cd "${srcdir}/${pkgname}-${pkgver}" - # we do not use pygtk - sed -i -e 's#.*pygtk.*##' python/Makefile.in sed -i -e 's#python-config#python2-config#' python/Makefile.in # this makefile is broken sed -i -e 's# # #' docs/libs/Makefile.in ./configure --prefix=/usr \ --with-package-name='Arch Linux farsight2 package' \ --with-package-origin='http://archlinux.org' \ - --disable-static -disable-valgrind --disable-debug - + --disable-static \ + --disable-valgrind \ + --disable-debug make } Property changes on: farsight2/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords + Id
