[arch-commits] Commit in mediastreamer/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Feb 3 17:00:35 UTC 2018


    Date: Saturday, February 3, 2018 @ 17:00:34
  Author: arojas
Revision: 288801

libvpx 1.7.1 rebuild

Modified:
  mediastreamer/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-03 16:58:23 UTC (rev 288800)
+++ PKGBUILD	2018-02-03 17:00:34 UTC (rev 288801)
@@ -7,14 +7,14 @@
 
 pkgname=mediastreamer
 pkgver=2.16.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A library written in C that allows you to create and run audio and video streams"
-arch=('x86_64')
+arch=(x86_64)
 url="https://github.com/BelledonneCommunications/mediastreamer2"
-license=('GPL')
-depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp' 'mbedtls' 'bctoolbox')
+license=(GPL)
+depends=(ortp ffmpeg libxv libupnp bzrtp glew libsrtp)
 # xxd from Vim is needed to build
-makedepends=('intltool' 'vim' 'bcunit')
+makedepends=(intltool vim bcunit)
 source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz"
         libsrtp2.diff)
 sha256sums=('25e0557d5b992d256a6df07466ba3c10587bdf899850b46a31e79b91147e5910'
@@ -31,12 +31,11 @@
   cd ${pkgname}2-$pkgver
   export CFLAGS="$CFLAGS -DMS2_GIT_VERSION=\"\\\"unknown\\\"\""
   ./configure --prefix=/usr \
-    --enable-glx --enable-xv --enable-zrtp --enable-external-ortp \
-    --disable-strict
+    --enable-glx --enable-xv --enable-zrtp --enable-external-ortp --disable-strict
   make
 }
 
 package() {
   cd ${pkgname}2-$pkgver
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list