From e82e8f7c913bcbf54faedde23fa6e5d44ef2df9e Mon Sep 17 00:00:00 2001 From: Francesco Marinucci Date: Wed, 3 Oct 2018 12:05:45 +0200 Subject: [PATCH] [skip-ci] mediastreamer: rebuild against new libupnp --- mediastreamer/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mediastreamer/PKGBUILD b/mediastreamer/PKGBUILD index 38256ffcf..53239a655 100644 --- a/mediastreamer/PKGBUILD +++ b/mediastreamer/PKGBUILD @@ -1,11 +1,11 @@ pkgname=mediastreamer pkgver=2.15.1 -pkgrel=1 +pkgrel=2 pkgdesc="A library written in C that allows you to create and run audio and video streams." arch=('x86_64') url="http://www.linphone.org" license=('GPL') -depends=('bctoolbox' 'ortp' 'libupnp' 'ffmpeg' 'libxv' 'glew' 'bzrtp' 'mbedtls') +depends=('bctoolbox' 'ortp' 'libupnp' 'ffmpeg' 'libxv' 'glew' 'bzrtp' 'mbedtls' 'mesa') makedepends=('intltool' 'vim' 'bcunit') source=("https://github.com/BelledonneCommunications/mediastreamer2/archive/${pkgver}.tar.gz") sha256sums=('5e7d3eefc3ca807711da2cc279f1a05d7a24e0aa6e9dfe912fc203419880c852')