mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 09:27:15 +08:00
mediastreamer: update to 2.11.2
This commit is contained in:
parent
1cd76c2f5a
commit
549834c41c
@ -1,22 +1,21 @@
|
||||
# Maintainer :abveritas@chakra-project[dog]org>
|
||||
|
||||
pkgname=mediastreamer
|
||||
pkgver=2.10.0
|
||||
pkgver=2.11.2
|
||||
pkgrel=1
|
||||
pkgdesc="A library written in C that allows you to create and run audio and video streams."
|
||||
arch=('x86_64')
|
||||
url="http://www.linphone.org"
|
||||
license=('GPL')
|
||||
depends=('ortp' 'libupnp' 'ffmpeg' 'libxv')
|
||||
depends=('ortp' 'libupnp' 'ffmpeg' 'libxv' 'glew')
|
||||
makedepends=('intltool' 'vim')
|
||||
source=("http://download-mirror.savannah.gnu.org/releases/linphone/mediastreamer/mediastreamer-$pkgver.tar.gz")
|
||||
md5sums=('5a4e7545e212068534b56fdf41c961e9')
|
||||
source=("http://download-mirror.savannah.gnu.org/releases/linphone/mediastreamer/mediastreamer-${pkgver}.tar.gz")
|
||||
md5sums=('8b654c3e8938d50df9e83d2e353888a6')
|
||||
|
||||
build() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
cd "${srcdir}"/${pkgname}-${pkgver}
|
||||
./configure --prefix=/usr \
|
||||
--disable-glx \
|
||||
--enable-xv
|
||||
--enable-glx \
|
||||
--enable-xv \
|
||||
--enable-external-ortp
|
||||
make
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user