[arch-commits] Commit in mediastreamer/trunk (PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Mon Oct 2 09:22:21 UTC 2017
Date: Monday, October 2, 2017 @ 09:22:20
Author: spupykin
Revision: 261234
upgpkg: mediastreamer 2.16.1-1
Modified:
mediastreamer/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-02 09:22:11 UTC (rev 261233)
+++ PKGBUILD 2017-10-02 09:22:20 UTC (rev 261234)
@@ -6,8 +6,8 @@
# Contributor: Mark Lee <mark at markelee.com>
pkgname=mediastreamer
-pkgver=2.15.1
-pkgrel=2
+pkgver=2.16.1
+pkgrel=1
pkgdesc="A library written in C that allows you to create and run audio and video streams"
arch=('i686' 'x86_64')
url="https://github.com/BelledonneCommunications/mediastreamer2"
@@ -17,11 +17,11 @@
makedepends=('intltool' 'vim' 'bcunit')
source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz")
validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-sha256sums=('5e7d3eefc3ca807711da2cc279f1a05d7a24e0aa6e9dfe912fc203419880c852')
+sha256sums=('25e0557d5b992d256a6df07466ba3c10587bdf899850b46a31e79b91147e5910')
build() {
cd ${pkgname}2-$pkgver
-# export CFLAGS="$CFLAGS -Dbctbx_list_remove_link=bctbx_list_unlink -Dbctbx_list_delete_link=bctbx_list_erase_link"
+ export CFLAGS="$CFLAGS -DMS2_GIT_VERSION=\"\\\"unknown\\\"\""
[ -x ./configure ] || ./autogen.sh
./configure --prefix=/usr \
--enable-glx --enable-xv --enable-zrtp --enable-external-ortp \
More information about the arch-commits
mailing list