diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-30 17:45:13 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-30 17:45:13 +0100 |
commit | 704027491dc998e68dc1ac8e173bb0647ec8512e (patch) | |
tree | 4dc3df4ac72df2b10f24db64fba455ab1d643aa3 /extra/ptlib/PKGBUILD | |
parent | cd972a1ebaf9446976ea495f013947a8937c15b0 (diff) | |
parent | 51867161079ab52d5152105142a3bc965c63ca03 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/erlang/PKGBUILD
community/virtkey/PKGBUILD
community/yaws/PKGBUILD
core/openldap/PKGBUILD
extra/avahi/PKGBUILD
extra/gdb/PKGBUILD
Diffstat (limited to 'extra/ptlib/PKGBUILD')
-rw-r--r-- | extra/ptlib/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/ptlib/PKGBUILD b/extra/ptlib/PKGBUILD index 55b55a3a8..b2897cf99 100644 --- a/extra/ptlib/PKGBUILD +++ b/extra/ptlib/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 169988 2012-10-30 23:00:40Z heftig $ +# $Id: PKGBUILD 172101 2012-11-28 10:32:09Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=ptlib -pkgver=2.10.7 -pkgrel=2 +pkgver=2.10.9 +pkgrel=1 pkgdesc="Portable Windows Library" arch=('i686' 'x86_64' 'mips64el') url="http://www.opalvoip.org" @@ -11,8 +11,8 @@ license=('GPL') 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 @@ build() { --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 } |