updated farstream

This commit is contained in:
Fabian Kosmale 2014-07-27 10:27:24 +00:00
parent e069de983a
commit 6e6550cc95

View File

@ -2,33 +2,25 @@
# Contributions from Arch: https://www.archlinux.org/packages/extra/x86_64/farstream-0.1/ # Contributions from Arch: https://www.archlinux.org/packages/extra/x86_64/farstream-0.1/
pkgname=farstream pkgname=farstream
pkgver=0.1.2 pkgver=0.2.4
pkgrel=3 pkgrel=1
pkgdesc="Audio/Video Communications Framework (legacy version)" pkgdesc="Audio/Video Communications Framework (legacy version)"
arch=('x86_64') arch=('x86_64')
url="http://www.freedesktop.org/wiki/Software/Farstream" url="http://www.freedesktop.org/wiki/Software/Farstream"
license=('LGPL2.1') license=('LGPL2.1')
depends=('libnice' 'gstreamer0.10-base' 'gstreamer0.10-bad-plugins' depends=('libnice' 'gstreamer' 'gst-plugins-base')
'gstreamer0.10-good' 'gstreamer0.10-ffmpeg') makedepends=('gobject-introspection')
makedepends=('gobject-introspection' 'gstreamer0.10-python' 'python2-gobject')
options=('!libtool') options=('!libtool')
source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz)
farstream-0.1.2-prefer-vp8.patch sha256sums=('120d5b5cd79fcbe19d9e046526fc4bc059e0a3733b3de2d7e5299dc5a3a7bb30')
farstream-0.1.2-introspection-tag-order.patch)
sha256sums=('fa5a40597b47b59d124f7fd57f66704b030d576cdc0d90e107c7a592f05e73d9'
'0c22dbc92cf0b54a2895db0f62d4934c9d81a0d72e8237bfbc5b4845c347b554'
'c4a5ee0a3a86e5e10fb6a296fe05337e0cf4865a63ea708ef9027cd1a7ebc200')
build() { build() {
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"
patch -Np1 -i "$srcdir/farstream-0.1.2-prefer-vp8.patch"
patch -Np1 -i "$srcdir/farstream-0.1.2-introspection-tag-order.patch"
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--with-package-name='Chakra Farstream 0.1 Package' \ --with-package-name='Chakra Farstream Package' \
--with-package-origin='httpw://www.chakra-project.org/' \ --with-package-origin='httpw://www.chakraos.org/' \
--disable-static --disable-static
make make
} }