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

Jan de Groot jgc at archlinux.org
Tue Nov 27 10:59:32 UTC 2012


    Date: Tuesday, November 27, 2012 @ 05:59:32
  Author: jgc
Revision: 172049

upgpkg: ptlib 2.10.9-1

Disable dc, configure doesn't use it even if we have all dependencies installed

Modified:
  ptlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-27 07:35:47 UTC (rev 172048)
+++ PKGBUILD	2012-11-27 10:59:32 UTC (rev 172049)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=ptlib
-pkgver=2.10.7
-pkgrel=2
+pkgver=2.10.9
+pkgrel=1
 pkgdesc="Portable Windows Library"
 arch=('i686' 'x86_64')
 url="http://www.opalvoip.org"
@@ -11,8 +11,8 @@
 depends=('sdl' 'libpulse' 'v4l-utils' 'libldap')
 replaces=('pwlib')
 conflicts=('pwlib')
-source=(http://downloads.sourceforge.net/sourceforge/opalvoip/$pkgname-$pkgver.tar.bz2)
-md5sums=('7fb74a97743fcc5f33d0f97dec7bc878')
+source=(http://ftp.gnome.org/pub/GNOME/sources/ptlib/${pkgver%.*}/ptlib-$pkgver.tar.xz)
+sha256sums=('d948e326ce238880ce9b52f9f0cd76a4897618e17cc08a347e4a713f36a575fe')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -22,7 +22,7 @@
       --enable-oss --enable-v4l2 \
       --disable-avc --enable-sdl \
       --enable-ipv6 --enable-v4l \
-      --enable-dc --disable-odbc \
+      --disable-dc --disable-odbc \
       --enable-expat --enable-httpforms
   make
 }




More information about the arch-commits mailing list