2010-12-25 01:44:41 +08:00
|
|
|
#
|
|
|
|
# Platform Packages for Chakra, part of chakra-project.org
|
|
|
|
#
|
|
|
|
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
|
|
|
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
2010-03-14 23:48:48 +08:00
|
|
|
|
|
|
|
pkgname=farsight2
|
2011-11-12 00:41:26 +08:00
|
|
|
pkgver=0.0.31
|
2010-12-25 01:44:41 +08:00
|
|
|
pkgrel=1
|
2010-03-14 23:48:48 +08:00
|
|
|
pkgdesc="Audio/Video conference software for Instant Messengers"
|
|
|
|
arch=('i686' 'x86_64')
|
|
|
|
url="http://farsight.freedesktop.org"
|
|
|
|
license=('LGPL')
|
2011-06-04 00:35:05 +08:00
|
|
|
depends=('libnice' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good' 'gstreamer0.10-bad' 'gstreamer0.10-python' 'python2' 'pygobject>=2.16.0')
|
|
|
|
optdepends=('gstreamer0.10-ugly-plugins: h264 codec')
|
2010-03-14 23:48:48 +08:00
|
|
|
options=('!libtool' '!emptydirs')
|
|
|
|
source=(http://farsight.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
|
2011-11-12 00:41:26 +08:00
|
|
|
md5sums=('3771d8268f025b28261cc1e977fab27f')
|
2010-03-14 23:48:48 +08:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
|
|
|
|
|
|
|
./configure --prefix=/usr \
|
2010-12-25 01:44:41 +08:00
|
|
|
--with-package-name='Chakra Linux farsight2 package' \
|
2010-12-19 10:46:07 +08:00
|
|
|
--with-package-origin='http://chakra-project.org' \
|
2010-05-17 15:50:50 +08:00
|
|
|
--disable-static -disable-valgrind --disable-debug
|
2010-12-25 01:44:41 +08:00
|
|
|
make
|
|
|
|
}
|
2010-03-14 23:48:48 +08:00
|
|
|
|
2010-12-25 01:44:41 +08:00
|
|
|
package() {
|
|
|
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
2010-03-14 23:48:48 +08:00
|
|
|
make DESTDIR=${pkgdir} install || return 1
|
|
|
|
}
|