# # KDE SC Packages for Chakra, part of chakra-project.org # # maintainer (i686): Phil Miller # maintainer (x86_64): Manuel Tortosa pkgname=mediastreamer pkgver=2.7.3 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=('GPL') depends=('ortp' 'speex' 'v4l-utils' 'ffmpeg' 'libxv') makedepends=('cmake' 'automoc4') source=("http://download-mirror.savannah.gnu.org/releases/linphone/mediastreamer/mediastreamer-$pkgver.tar.gz") md5sums=('5213307f557d86aa648f1a53a885138c') build() { cd "$srcdir"/$pkgname-$pkgver/ ./configure --prefix=/usr make make DESTDIR=${pkgdir} install }