mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/mediastreamer to 2.9.0-4
This commit is contained in:
parent
af761dcf68
commit
4bfa9a612f
1 changed files with 4 additions and 3 deletions
|
@ -9,12 +9,12 @@
|
|||
|
||||
pkgname=mediastreamer
|
||||
pkgver=2.9.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
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' 'glew' 'libupnp')
|
||||
depends=('ortp' 'ffmpeg' 'libxv' 'libupnp')
|
||||
# xxd from Vim is needed to build
|
||||
makedepends=('intltool' 'vim')
|
||||
options=('!libtool')
|
||||
|
@ -24,7 +24,8 @@ md5sums=('f2ea0fe731a363749a81b6eaac22a62c'
|
|||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
./configure --prefix=/usr --disable-strict
|
||||
./configure --prefix=/usr --disable-strict \
|
||||
--disable-glx --enable-xv
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue