[arch-commits] Commit in mediastreamer/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Thu Feb 23 01:27:37 UTC 2012


    Date: Wednesday, February 22, 2012 @ 20:27:36
  Author: andrea
Revision: 150810

upgpkg: mediastreamer 2.8.2-1

Upstream release

Modified:
  mediastreamer/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-23 01:26:10 UTC (rev 150809)
+++ PKGBUILD	2012-02-23 01:27:36 UTC (rev 150810)
@@ -5,22 +5,21 @@
 # Contributor: Adrià Arrufat <swiftscythe at 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
 }




More information about the arch-commits mailing list