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

Andrea Scarpino andrea at archlinux.org
Sun Dec 25 10:59:14 UTC 2011


    Date: Sunday, December 25, 2011 @ 05:59:13
  Author: andrea
Revision: 145634

upgpkg: ortp 0.18.0-1

Upstream release

Modified:
  ortp/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-25 10:45:15 UTC (rev 145633)
+++ PKGBUILD	2011-12-25 10:59:13 UTC (rev 145634)
@@ -1,22 +1,25 @@
 # $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=ortp
-pkgver=0.16.5
+pkgver=0.18.0
 pkgrel=1
 pkgdesc="A Real-time Transport Protocol (RTP) library"
 arch=('i686' 'x86_64')
 url="http://www.linphone.org/index.php/eng/code_review/ortp"
 license=('LGPL')
-depends=('openssl')
+depends=('glibc')
 options=('!libtool')
-source=("http://ftp.cc.uoc.gr/mirrors/nongnu.org/linphone/${pkgname}/sources/${pkgname}-${pkgver}.tar.gz")
-md5sums=('94546901d14b85f97342f4ecf39489b1')
+#source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/sources/${pkgname}-${pkgver}.tar.gz")
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('cc319356d2b548e5777feef90ae23bac')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  ./autogen.sh
   ./configure --prefix=/usr
   make
 }




More information about the arch-commits mailing list