summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2018-01-22 22:42:12 -0500
committerGuillaume Horel2018-01-22 22:42:12 -0500
commit0ca39d17da27d29e5588949ef27ed48d2cd176b3 (patch)
treef4888649c9c742c20b90b56f05bfaf8d01d3d799
parent7b58a99457e1fe51b3ebe4c4224a218cac93a8c0 (diff)
downloadaur-0ca39d17da27d29e5588949ef27ed48d2cd176b3.tar.gz
update dependencies
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc635d5519fd..b0e7c711522a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
pkgbase = mediastreamer-git
pkgdesc = A library written in C that allows you to create and run audio and video streams
- pkgver = 2.16.1.r109.g97903498
+ pkgver = 2.16.1.r114.gc72fb8e7
pkgrel = 1
url = https://github.com/BelledonneCommunications/mediastreamer2
- arch = i686
arch = x86_64
license = GPL
makedepends = cmake
makedepends = intltool
- depends = ortp-git
+ depends = bctoolbox-git
+ depends = bcg729-git
+ depends = bcmatroska-git
depends = ffmpeg
- depends = libxv
- depends = libupnp
- depends = bzrtp-git
depends = glew
depends = libsrtp
+ depends = libupnp
+ depends = libxv
depends = mbedtls
- depends = bctoolbox-git
+ depends = ortp-git
provides = mediastreamer
conflicts = mediastreamer
source = git+https://github.com/BelledonneCommunications/mediastreamer2.git
diff --git a/PKGBUILD b/PKGBUILD
index c0201e7ee450..4df1f364cbe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# $Id$
-# Maintainer:
+# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: AdriĆ  Arrufat <swiftscythe@gmail.com>
@@ -7,16 +7,15 @@
pkgname=mediastreamer-git
_pkgname=mediastreamer2
-pkgver=2.16.1.r109.g97903498
+pkgver=2.16.1.r114.gc72fb8e7
pkgrel=1
pkgdesc="A library written in C that allows you to create and run audio and video streams"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://github.com/BelledonneCommunications/mediastreamer2"
license=('GPL')
conflicts=('mediastreamer')
provides=('mediastreamer')
-depends=('ortp-git' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp-git' 'glew' 'libsrtp' 'mbedtls' 'bctoolbox-git')
-# xxd from Vim is needed to build
+depends=('bctoolbox-git' 'bcg729-git' 'bcmatroska-git' 'ffmpeg' 'glew' 'libsrtp' 'libupnp' 'libxv' 'mbedtls' 'ortp-git')
makedepends=('cmake' 'intltool')
source=("git+https://github.com/BelledonneCommunications/mediastreamer2.git")
sha256sums=('SKIP')