extra/mediastreamer to 2.9.0-4

This commit is contained in:
Kevin Mihelich 2013-09-11 22:30:55 +00:00
parent af761dcf68
commit 4bfa9a612f

View file

@ -9,12 +9,12 @@
pkgname=mediastreamer
pkgver=2.9.0
pkgrel=3
pkgrel=4
pkgdesc="A library written in C that allows you to create and run audio and video streams"
arch=('i686' 'x86_64')
url="http://www.linphone.org/"
license=('GPL')
depends=('ortp' 'ffmpeg' 'libxv' 'glew' 'libupnp')
depends=('ortp' 'ffmpeg' 'libxv' 'libupnp')
# xxd from Vim is needed to build
makedepends=('intltool' 'vim')
options=('!libtool')
@ -24,7 +24,8 @@ md5sums=('f2ea0fe731a363749a81b6eaac22a62c'
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --disable-strict
./configure --prefix=/usr --disable-strict \
--disable-glx --enable-xv
make
}