2013-04-05 00:42:33 +08:00
|
|
|
# Maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
|
|
|
|
# Contributions from Arch: https://www.archlinux.org/packages/extra/x86_64/farstream-0.1/
|
2012-06-03 23:22:08 +08:00
|
|
|
|
|
|
|
pkgname=farstream
|
2014-07-27 18:27:24 +08:00
|
|
|
pkgver=0.2.4
|
|
|
|
pkgrel=1
|
2013-04-05 00:42:33 +08:00
|
|
|
pkgdesc="Audio/Video Communications Framework (legacy version)"
|
|
|
|
arch=('x86_64')
|
2012-06-03 23:22:08 +08:00
|
|
|
url="http://www.freedesktop.org/wiki/Software/Farstream"
|
|
|
|
license=('LGPL2.1')
|
2014-07-27 18:27:24 +08:00
|
|
|
depends=('libnice' 'gstreamer' 'gst-plugins-base')
|
|
|
|
makedepends=('gobject-introspection')
|
2013-04-05 00:42:33 +08:00
|
|
|
options=('!libtool')
|
2014-07-27 18:27:24 +08:00
|
|
|
source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz)
|
|
|
|
sha256sums=('120d5b5cd79fcbe19d9e046526fc4bc059e0a3733b3de2d7e5299dc5a3a7bb30')
|
2012-06-03 23:22:08 +08:00
|
|
|
|
|
|
|
build() {
|
2013-04-05 00:42:33 +08:00
|
|
|
cd "$pkgname-$pkgver"
|
|
|
|
|
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
2014-07-27 18:27:24 +08:00
|
|
|
--with-package-name='Chakra Farstream Package' \
|
|
|
|
--with-package-origin='httpw://www.chakraos.org/' \
|
2012-06-03 23:22:08 +08:00
|
|
|
--disable-static
|
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
cd "$pkgname-$pkgver"
|
2013-04-05 00:42:33 +08:00
|
|
|
|
2012-06-03 23:22:08 +08:00
|
|
|
make DESTDIR="$pkgdir" install
|
|
|
|
}
|