# $Id: PKGBUILD 222853 2014-09-23 13:57:46Z bpiotrowski $ # Maintainer: # Contributor: Andrea Scarpino # Contributor: Sergej Pupykin # Contributor: AdriĆ  Arrufat # Contributor: Mark Lee pkgname=mediastreamer pkgver=2.11.0 pkgrel=1 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=('GPL2') depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew') # xxd from Vim is needed to build makedepends=('intltool' 'vim') # source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}) source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz") md5sums=('07ec80cec0fd82c496eb11a5ab436e3b') # md5sums=('5a4e7545e212068534b56fdf41c961e9' # 'SKIP') build() { cd $pkgname-$pkgver ./configure --prefix=/usr \ --enable-glx --enable-xv --enable-zrtp --enable-external-ortp make } package() { cd $pkgname-$pkgver make DESTDIR="${pkgdir}" install }