diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-24 14:50:00 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-24 14:50:00 +0100 |
commit | 82e1a8e4caf3318dbb60adda8c2649ae7ac15661 (patch) | |
tree | bc42529997fa58fc26481c8ba7524560f3baa5af /extra/mediastreamer | |
parent | f87cdf22eb712b5b1c118f768d4ff710fc839403 (diff) | |
parent | d466ef49f224a9347fe0375eac8126725e10a0a4 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/arpack/PKGBUILD
community/flac123/PKGBUILD
community/flashrom/PKGBUILD
community/liblockfile/PKGBUILD
community/python-cjson/PKGBUILD
community/tcpflow/PKGBUILD
extra/vlc/PKGBUILD
multilib/lib32-gnutls/PKGBUILD
multilib/lib32-libssh2/PKGBUILD
Diffstat (limited to 'extra/mediastreamer')
-rw-r--r-- | extra/mediastreamer/PKGBUILD | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/extra/mediastreamer/PKGBUILD b/extra/mediastreamer/PKGBUILD index 2648e81e4..bba55db23 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' 'mips64el') 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 } |