summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-01-12 17:24:03 -0500
committerGuillaume Horel2019-01-12 17:24:03 -0500
commit4cb838d3810f32a419f38c601939048b0429f04c (patch)
treec6187e2a13947911960350602ff74aa01363ac1b
parentedc9b41b753d66248dcea9fbc3d6938f0d16f030 (diff)
downloadaur-4cb838d3810f32a419f38c601939048b0429f04c.tar.gz
version bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9bdd787eba5..027686ca1368 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mediastreamer-git
pkgdesc = A modular sound and video processing and streaming library
- pkgver = 2.16.1.r363.g222e1f6b
+ pkgver = 2.16.1.r514.gfcba9a96
pkgrel = 1
url = https://github.com/BelledonneCommunications/mediastreamer2
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e8f8c0ae237c..5da7bcc8e07c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=mediastreamer-git
_pkgname=mediastreamer2
-pkgver=2.16.1.r363.g222e1f6b
+pkgver=2.16.1.r514.gfcba9a96
pkgrel=1
pkgdesc="A modular sound and video processing and streaming library"
arch=('x86_64')
@@ -29,7 +29,8 @@ build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR="/usr/lib" \
-DENABLE_STATIC="NO" \
- -DENABLE_STRICT="NO" .
+ -DENABLE_STRICT="NO" \
+ -DENABLE_ZRTP="YES" .
make
}