[arch-commits] Commit in ptlib/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Thu Mar 26 20:33:00 UTC 2009
Date: Thursday, March 26, 2009 @ 16:33:00
Author: jgc
Revision: 31403
upgpkg: ptlib 2.6.1-1
GNOME 2.26
Modified:
ptlib/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-03-26 20:32:03 UTC (rev 31402)
+++ PKGBUILD 2009-03-26 20:33:00 UTC (rev 31403)
@@ -2,17 +2,17 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=ptlib
-pkgver=2.4.4
+pkgver=2.6.1
pkgrel=1
pkgdesc="Portable Windows Library"
arch=(i686 x86_64)
url="http://www.ekiga.org/"
license=('GPL')
-depends=('gcc-libs>=4.3.2' 'openssl>=0.9.8j' 'libavc1394>=0.5.3' 'alsa-lib>=1.0.18' 'libdv>=1.0.0' 'sdl>=1.2.13' 'libv4l')
+depends=('gcc-libs>=4.3.3' 'openssl>=0.9.8k' 'libavc1394>=0.5.3' 'alsa-lib>=1.0.19' 'libdv>=1.0.0' 'sdl>=1.2.13' 'libv4l>=0.5.8' 'expat>=2.0.1')
replaces=('pwlib')
conflicts=('pwlib')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.4/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('221ea2f96ff6bae9cf604d8766eae526')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.6/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('122ab96fcc44110ce05153f259b3285a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -22,7 +22,8 @@
--enable-oss --enable-v4l2 \
--enable-avc --enable-sdl \
--enable-ipv6 --enable-v4l \
- --enable-dc --disable-odbc || return 1
+ --enable-dc --disable-odbc \
+ --enable-expat || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
}
More information about the arch-commits
mailing list