mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/mediastreamer to 2.10.0-1
This commit is contained in:
parent
bd3cb72f3c
commit
87c9278996
1 changed files with 3 additions and 4 deletions
|
@ -8,8 +8,8 @@
|
|||
# - add --disable-strict to configure to remove -Werror
|
||||
|
||||
pkgname=mediastreamer
|
||||
pkgver=2.9.0
|
||||
pkgrel=4
|
||||
pkgver=2.10.0
|
||||
pkgrel=1
|
||||
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/"
|
||||
|
@ -17,9 +17,8 @@ license=('GPL')
|
|||
depends=('ortp' 'ffmpeg' 'libxv' 'libupnp')
|
||||
# xxd from Vim is needed to build
|
||||
makedepends=('intltool' 'vim')
|
||||
options=('!libtool')
|
||||
source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
|
||||
md5sums=('f2ea0fe731a363749a81b6eaac22a62c'
|
||||
md5sums=('5a4e7545e212068534b56fdf41c961e9'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue