mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/mediastreamer to 2.11.0-2
This commit is contained in:
parent
df3057065a
commit
e61db458aa
1 changed files with 7 additions and 5 deletions
|
@ -3,28 +3,30 @@
|
|||
# Contributor: Andrea Scarpino <andrea@archlinux.org>
|
||||
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||
# Contributor: Adrià Arrufat <swiftscythe@gmail.com>
|
||||
# Contributor: Mark Lee <mark@markelee.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - add --disable-strict to configure to remove -Werror
|
||||
|
||||
pkgname=mediastreamer
|
||||
pkgver=2.10.0
|
||||
pkgrel=3
|
||||
pkgver=2.11.0
|
||||
pkgrel=2
|
||||
pkgdesc="A library written in C that allows you to create and run audio and video streams"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.linphone.org/"
|
||||
license=('GPL')
|
||||
depends=('ortp' 'ffmpeg' 'libxv' 'libupnp')
|
||||
depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp')
|
||||
# xxd from Vim is needed to build
|
||||
makedepends=('intltool' 'vim')
|
||||
source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
|
||||
md5sums=('5a4e7545e212068534b56fdf41c961e9'
|
||||
md5sums=('07ec80cec0fd82c496eb11a5ab436e3b'
|
||||
'SKIP')
|
||||
validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
./configure --prefix=/usr --disable-strict \
|
||||
--disable-glx --enable-xv
|
||||
--enable-glx --enable-xv --enable-zrtp --enable-external-ortp
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue