Date: Sunday, March 15, 2015 @ 00:23:16 Author: arojas Revision: 233843
Enable zrtp and GLX (FS#44185) Modified: mediastreamer/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-14 23:11:52 UTC (rev 233842) +++ PKGBUILD 2015-03-14 23:23:16 UTC (rev 233843) @@ -3,15 +3,16 @@ # Contributor: Andrea Scarpino <[email protected]> # Contributor: Sergej Pupykin <[email protected]> # Contributor: AdriĆ Arrufat <[email protected]> +# Contributor: Mark Lee <[email protected]> pkgname=mediastreamer pkgver=2.11.0 -pkgrel=1 +pkgrel=2 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' 'libupnp') +depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp') # 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}) @@ -22,7 +23,7 @@ build() { cd $pkgname-$pkgver ./configure --prefix=/usr \ - --disable-glx --enable-xv + --enable-glx --enable-xv --enable-zrtp --enable-external-ortp make }
