mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +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
|
# - add --disable-strict to configure to remove -Werror
|
||||||
|
|
||||||
pkgname=mediastreamer
|
pkgname=mediastreamer
|
||||||
pkgver=2.9.0
|
pkgver=2.10.0
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
pkgdesc="A library written in C that allows you to create and run audio and video streams"
|
pkgdesc="A library written in C that allows you to create and run audio and video streams"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.linphone.org/"
|
url="http://www.linphone.org/"
|
||||||
|
@ -17,9 +17,8 @@ license=('GPL')
|
||||||
depends=('ortp' 'ffmpeg' 'libxv' 'libupnp')
|
depends=('ortp' 'ffmpeg' 'libxv' 'libupnp')
|
||||||
# xxd from Vim is needed to build
|
# xxd from Vim is needed to build
|
||||||
makedepends=('intltool' 'vim')
|
makedepends=('intltool' 'vim')
|
||||||
options=('!libtool')
|
|
||||||
source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
|
source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
|
||||||
md5sums=('f2ea0fe731a363749a81b6eaac22a62c'
|
md5sums=('5a4e7545e212068534b56fdf41c961e9'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue