mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
removing community/mediastreamer
This commit is contained in:
parent
783811de83
commit
41209b2b21
1 changed files with 0 additions and 36 deletions
|
@ -1,36 +0,0 @@
|
|||
# $Id$
|
||||
# Maintainer:
|
||||
# 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.11.2
|
||||
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' 'bzrtp' 'glew' 'libsrtp' 'mbedtls')
|
||||
# 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})
|
||||
validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
|
||||
md5sums=('8b654c3e8938d50df9e83d2e353888a6'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
./configure --prefix=/usr --disable-strict \
|
||||
--enable-glx --enable-xv --enable-zrtp --enable-external-ortp
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
Loading…
Reference in a new issue