summaryrefslogtreecommitdiff
path: root/extra/mediastreamer/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mediastreamer/PKGBUILD')
-rw-r--r--extra/mediastreamer/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/extra/mediastreamer/PKGBUILD b/extra/mediastreamer/PKGBUILD
index 986b6b0fd..a96ab6dc5 100644
--- a/extra/mediastreamer/PKGBUILD
+++ b/extra/mediastreamer/PKGBUILD
@@ -1,26 +1,25 @@
-# $Id: PKGBUILD 149288 2012-02-06 17:33:52Z ibiru $
+# $Id: PKGBUILD 150811 2012-02-23 01:28:04Z andrea $
# Maintainer:
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: AdriĆ  Arrufat <swiftscythe@gmail.com>
pkgname=mediastreamer
-pkgver=2.8.0
-pkgrel=2
+pkgver=2.8.2
+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/"
license=('GPL')
depends=('ortp' 'speex' 'ffmpeg' 'v4l-utils' 'libxv' 'libpulse')
makedepends=('intltool')
-#source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('79f6e4d927ebf15e9967511d8a88ce74')
options=('!libtool')
+source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+md5sums=('e51ea9d5fce1396b374d10473dfbadec'
+ '805da7def98f367e621363fa0c951fe8')
build() {
cd "${srcdir}"/$pkgname-$pkgver
- ./autogen.sh
./configure --prefix=/usr
make
}